Hey all,
I have an alignment issue, and feel rather stupid with it.
Please have a look at the left bar at http://www.casalplanet.com.
I would like to place the same bar under the left bar, as a new menu item. But when I just copy the same div of the left bar, it looks like this: http://www.casalplanet.com/testDD.php
This is the css for that div:
Can anyone let me know what to change to have the two divs under eachother, and not next to eachother, please ? I tried by removing the float and position, but doesn't work.Code:.column1{ background-image:url(images/bg1.gif); background-position:top left; background-repeat:repeat-y; width:247px; float:left; position:relative; margin:0 8px 0 10px; display:inline; } .item{ width:200px; padding:14px 0 2px 25px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5F5F5F; float:left; } .item img{ float:left; border:1px solid #E2E2EA; margin:0 0 6px 0 } .item p{ float:left; width:86px; margin:0 13px 0 0; display:inline; text-align:center } .item a{ color:#D8420D; text-decoration:none; display:block; margin:0 auto; } .item a:visited{text-decoration:none;} .item a:hover{text-decoration:none;} .items{ float:left; padding:20px 0 0 0 } .slice1{ position:absolute; top:32px; left:-22px;
Thanks !!



Reply With Quote



Bookmarks