
Ok so i started to code and quickly lost the light beams (if anyone knows how i can use this please say) The side bar is what i realy need to keep it is the icon of his car.
So i wasnt sure how to handle using the stripes. I dont want them to repeat becuase that will be stupid but also at the same time i ddint want to save my image to small as i dont want to have empty spaces underneath it if the user has a large screen.
Now i got the site looking ok in a few resolutions and browsers i checked firefox 3 IE 7 IE 6. Now its displaying fine on my PC and also at my Universitys and works computers how ever on the clients PC it displays like this


here is my CSS and HTML (the side stripes in question are called miniside) the site is still just a mock up so i have no nav yet and havent done the alt tags and such,
You can view it online at here
CSS
* { margin: 0; padding: 0; outline: 0; }
body {
background:url(images/bg.jpg) #933;
color:#181818;
font-family: Verdana, Tahoma, arial, sans-serif;
font-size: 14px;
}
#container {
text-align:left;
width:890px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
}
#content {
border:15px solid #FFF;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
width:890px;
background-attachment: fixed;
background-color: #282828;
background-image: none;
font-size: 16px;
color: #FFF;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
height: 500px;
}
.imagepos {
float: left;
padding-right: 20px;
}
#miniside {
width: 220px;
clear: both;
margin: 0px;
overflow: visible;
top: 1px;
position: relative;
float: left;
}
HTML
<div id="miniside"> <img src="_pics/images/stripes.gif"> </div> <br> <br> <br> <br> <br> <br> <br> <div id="container"> <div align="center"><img src="_pics/images/kevnum.gif" alt="Phone Number" class="numberpos" width="806" height="32"><br> <br> </div> <div id="content"> <br><img src="_pics/images/mini2.jpg" class="imagepos" width="283" height="182"> <p><br>Learn to drive in a brand new BMW Mini Cooper D, with a fully qualified driving standards agency Approved Driving Instructor. With over 10 years teaching experience whom has friendly, patient approach to teaching and pupils. You'll receive One to One driving tuition giving you 100% of your instructors attention 100% of the time. <br> <br> </p> <br> <br> <br> <br> <br> <br> <br> <p><img src="_pics/images/mini1.jpg" class="imagepos" width="286" height="184"></p> <p><br>You can be picked up and dropped off in different location ie college/work, therefore fiting your lessons around your busy lifestyle. You'll receive a personnal progress chart so you can always see where you are with you new driving skills. So just pick up the phone and make that call today. </p> </div> </div>

New Topic/Question
Reply



MultiQuote








|