December 18, 200916 yr i am developing a new site and changed the design as well but encountered a space issue in IE7. I've tested it in FF3, Ie8, chrome, opera, safari and there is no issue. This is how it should look: http://tinypic.com/m/6r4qhc/4 this is how it looks now in ie7 http://tinypic.com/m/6r4qj6/4 the test link in case someone might want to take a look is: click me i appreciate any guidance. thanks
December 18, 200916 yr In the body markup you have a div height: 64px and then put an image inside which is 128px high, so edit:- <div style="width:980px;height:128px; background: skyblue;"><!--height was 64px--> <div style="width:300px;float:left; background: lime;"> <h2 class="categName" >Oscommerce Templates</h2> </div> <div style="width:64px;float:right"><img src="images/shopping_cart.png" border="0" alt="Let's See What We Have Here" title=" Let's See What We Have Here " width="128" height="128"></div> I put in temporary background colors to see what was happening.
December 19, 200916 yr Author In the body markup you have a div height: 64px and then put an image inside which is 128px high, so edit:- <div style="width:980px;height:128px; background: skyblue;"><!--height was 64px--> <div style="width:300px;float:left; background: lime;"> <h2 class="categName" >Oscommerce Templates</h2> </div> <div style="width:64px;float:right"><img src="images/shopping_cart.png" border="0" alt="Let's See What We Have Here" title=" Let's See What We Have Here " width="128" height="128"></div> I put in temporary background colors to see what was happening. thank you so very much..i'm working hard on this script and have to add so many divs within tables..thanks a lot again
Create an account or sign in to comment