i will read the stickies thanks
edit- i read the stickies and kind of know what they are talking about, i think, ill have to read it again later, i am still having trouble with this simple layout. the float:left images now are next to eachother, but in dreamweaver they are on top of eachother i dont know why, and in IE or FF, the images arent centered like i declared in the "wrapper" div. please help, just a little more thank you . derek
here is the new css for the page.
Code:
@charset "utf-8";
/* CSS Document */
#wrapper {
margin: 50px auto 50px auto;
width: 790 px;
height: 346 px;
}
body {
background-color: #A37AAF;
}
img {
float: left;
}
Last edited by silverglade; 02-24-2009 at 04:27 PM..
|