slice problem in IE

windows

Guest
Hi All,<br />
<br />
I was wondering if somebody could tell me why the images under the buttons are messed up in IE and not in mozilla i can't figure it out. I attached a screenshot and you can see it at <!-- m --><a class="postlink" href="http://www.scwestside.org/test/">http://www.scwestside.org/test/</a><!-- m --> Thanks in advance!<br />
<br />
-Darren<!--content-->that is because your images are not big enough for the cells they are in.<!--content-->hmm. You sure? I don't think so but i'll check that out. Shouldn't the images be valigning "top" no matter what thier size? The images don't seem to pay attention to my valingn="top" but only under the mouseover buttons... Anyway i'll check the size but if that doesnt work i have no idea wtf...Thanks for taking the time to help me out :)...<!--content-->you can see by enabling the borders on the tables that hold them.<br />
<br />
the valin=top is working that is why you see empty space under them<!--content-->ok i've looked at every line of code....i can't see why there is space...the tables are set correctly... i cant figure it out...maybe its something in the java script i dont know....any othe ideas?<!--content-->well that could be, but something is pulling that row down to make it bigger than the images with white spaces under them. all your grapics have to be the same size in that row.<!--content-->all your table cells that are not on one line will have to be made that way.<br />
<br />
<TD><a href=http://www.htmlforums.com/archive/index.php/"sponsors1.htm" onMouseOut="MM_<br />
</TD><br />
<br />
that is wha tI see and those will create page breaks. you need everything on 1 line<br />
<br />
<TD><a href=http://www.htmlforums.com/archive/index.php/"sponsors1.htm" onMouseOut="MM_.....></TD><br />
<br />
that will fix your delima<!--content-->YOU ARE THE MAN!!!!! Is that a bug in IE6?? That was makeing me crazy! Thank you so very much!<br />
<br />
-Darren<!--content-->:) no bug, it happens in all browser that come out today. in NS4 it migth not happen but IE5+ and all the rest it happens.<!--content-->
 
Back
Top