Hi can some one please help me out on this!
I have a picture on my home page from index.html template53.jpg
<div id="welcome">
<%$hook_html_index_welcome%>
<img src="<%$tpl_base%>/images/template_53.jpg" alt="" />
<%t a=$site_name%>
Problem is under IE6 my hole center gets pushed down under my sidebar.
using #main2 {
float: left;
margin: 0 0 0px 7px;
width: 561px;
height: 1%; /* Holly hack for Peekaboo Bug */
I tried removing the margin but it does not help it still as a space after sidebar on the left side. Only in IE6!
My center is in middle of sidebar left and a sidebar right.
Bruceper as said.
You have something blocking the CSS. All I can see is
#main2 {
float: left;
margin: 0 0 0px 7px;
width: 575px;
height: 1%; /* Holly hack for Peekaboo Bug */
}
There is no image listed there. But it looks like your margin might be causing the issue.
And
The image in the middle is 561px wide. Your table in the middle is 561px wide. IE assumes that an image has to have a border of 1px around it (total of 563px) even if there is no hyperlink.
Adding border="0" MAY fix the issue, or simply increase the width of the table to 565 under main2 in layout.css
Nothing works.![]()


LinkBack URL
About LinkBacks

Its up to you.
i guess thats a no! Any one else think they can help me?

