More IE problems

liunx

Guest
Ah man... I thought I had my little "IE out o' wack" bug fixed but now I've got another one!<br />
<br />
Check this out in IE - <!-- m --><a class="postlink" href="http://www.inkreations.com/v3/en/">http://www.inkreations.com/v3/en/</a><!-- m --><br />
<br />
Now just hover your mouse over one of the top menu (home, your account,....), you'll see that it chops off part of the content right at the same level as where the right side ends!?! WTF!?? It's fine in N7! :confused: <br />
<br />
Gof I hate IE :bash:<br />
<br />
Please help me!!!<!--content-->Which version of IE? I can't see the problem with IE6.<!--content-->nothing is wrong on my end either. IE6 win2k<!--content-->What!?!?! I'm using IE6 with winXP<br />
<br />
Here what the site looks like when you load it<br />
<br />
<!-- m --><a class="postlink" href="http://www.inkreations.com/v3/before.png">http://www.inkreations.com/v3/before.png</a><!-- m --><br />
<br />
And here's what it looks like when you mouseover one of the main menu item (here "home")<br />
<br />
<!-- m --><a class="postlink" href="http://www.inkreations.com/v3/after.png">http://www.inkreations.com/v3/after.png</a><!-- m --><br />
<br />
See.... it's missing all the rest!!!:eek:<!--content-->well for one, us 800x600 users don't even see that part of the screen until we scroll, then when we do that we can't mouse over the links.<br />
<br />
but I made it bigger and I see the botom part loads then disappears without even doing a mouse over.<!--content-->Why are you using this doctype?<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><br />
<br />
Yes, it is eating the bottompart.<br />
I think it is an unpair DIV tag.<br />
<br />
:rocker:<!--content-->Originally posted by petervazed <br />
Why are you using this doctype?<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><br />
<br />
<br />
'Cause at one point I was think of putting iframes but decided against it and for got to change it... I'll do that right now!<!--content-->ok, I think I am missing something here. how are you doing the mouseovers without using mouse over????<br />
<br />
<br />
also on a side note, <base href, is a deprecated tag and you shouldn't be using it.<!--content-->Originally posted by scoutt <br />
ok, I think I am missing something here. how are you doing the mouseovers without using mouse over????<br />
<br />
huh?!! it's css?!? :confused: <br />
<br />
also on a side note, <base href, is a deprecated tag and you shouldn't be using it. <br />
<br />
Yeah... I just took that out!<!--content-->Here's the CSS for that top menu (home, your account,...)<br />
<br />
<br />
/* ---------- style for top navigation ---------- */<br />
<br />
#navtop {<br />
margin: 0;<br />
padding: 0;<br />
height: 15px;<br />
clear: both;<br />
border-bottom: 1px dotted #999;<br />
background-color: #e6ecf7;<br />
}<br />
<br />
ul.navtop {<br />
margin: 0;<br />
padding: 0;<br />
font-size: 8pt;<br />
font-variant: small-caps;<br />
font-weight: bold;<br />
text-align: right;<br />
color: #445a80;<br />
}<br />
<br />
li.inlinenavtop {<br />
display: inline; <br />
list-style-position: outside;<br />
padding: 0;<br />
margin: 0;<br />
}<br />
<br />
a.topmenu {<br />
text-decoration: none;<br />
color: #445a80;<br />
padding: 0 15px 0;<br />
margin: 0;<br />
border-left: 1px dotted #445a80;<br />
}<br />
<br />
a.topmenu:link {<br />
text-decoration : none;<br />
color: #445a80;<br />
}<br />
<br />
a.topmenu:visited {<br />
text-decoration : none;<br />
color: #445a80;<br />
}<br />
<br />
a.topmenu:active {<br />
text-decoration : none;<br />
color : #fff;<br />
/* background : url(/v3/images/bullets/topmenu.png) no-repeat left; */<br />
background-color : #c1d2ec;<br />
}<br />
<br />
a.topmenu:hover {<br />
text-decoration : none;<br />
color : #fff;<br />
/* background : url(/v3/images/bullets/topmenu.png) no-repeat left; */<br />
background-color : #c1d2ec;<br />
}<br />
<br />
/* ---------- END style for top navigation ---------- */<br />
<br />
<br />
And the HTML that goes with it<br />
<br />
<br />
<!-- top navigation --><br />
<div id="navtop"><br />
<ul class="navtop"><br />
<li class="inlinenavtop"><a href=http://www.htmlforums.com/archive/index.php/"/v3/en/" class="topmenu">home </a></li><br />
<li class="inlinenavtop"><a href=http://www.htmlforums.com/archive/index.php/"http://myaccount.inkreations.com/" class="topmenu">your account </a></li><br />
<!--<li class="inlinenavtop"><a href=http://www.htmlforums.com/archive/index.php/"#" class="topmenu">links </a></li>--><br />
<li class="inlinenavtop"><a href=http://www.htmlforums.com/archive/index.php/"/v3/en/contact/" class="topmenu">contact </a></li><br />
<li class="inlinenavtop"><a href=http://www.htmlforums.com/archive/index.php/"/v3/fr/" class="topmenu">fran&ccedil;ais </a></li><br />
</ul><br />
</div><br />
<!-- end top navigation --><br />
<br />
<br />
Just so you don't have to search throught the code! ;)<!--content-->duh, I know it is css, but I didn't realize that all you did was make the whole div a link and you are just doing the hover thing. huh :bash: <br />
<br />
I think I need to just go home :D<br />
<br />
so did takinig that frameset out do anything for the code?<!--content-->Originally posted by scoutt <br />
duh, I know it is css, but I didn't realize that all you did was make the whole div a link and you are just doing the hover thing. huh :bash: <br />
<br />
I think I need to just go home :D<br />
<br />
I here ya... going home in 5 minutes!!! :D<br />
<br />
so did takinig that frameset out do anything for the code? <br />
<br />
If you mean fix my problem... nope! :(<!--content-->Well, just for the record, no problem with IE6 SP1 with Windows ME.<!--content-->I dont see the problem here<br />
<br />
IE6 Windows XP Home Edition<br />
<br />
<br />
EDIT<br />
<br />
I take that back.<br />
<br />
Seems like the bottom part of the table seems to be have cut off here on 1024x768 but I fixerd that but refreshing the page and it showed up thereafter<!--content-->Nicely coded (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.inkreations.com%2Fv3%2Fen%2F&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->). However, I can't see what is causing the problem. The XHTML seems problem free.<br />
<br />
<br />
<later>There are no errors in the CSS, but the CSS validator (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.inkreations.com%2Fv3%2Fen%2F&warning=1&profile=css2">http://jigsaw.w3.org/css-validator/vali ... ofile=css2</a><!-- m -->) gives a lot of warnings (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.inkreations.com%2Fv3%2Fen%2F&warning=1&profile=css2">http://jigsaw.w3.org/css-validator/vali ... ofile=css2</a><!-- m -->). Are any of those causing the problem?</later><!--content-->That is definitely a mystery. Have you tried taking out this part after the main div? <br />
<!-- end main body --><br />
<br />
<div id="space">&nbsp;</div><br />
<br />
<!-- right info --><br />
<br />
Maybe that empty division has something to do with it. Just a thought. :rolleyes:<!--content-->ok, hear me out.<br />
<br />
the float in the wrapbody or the float in the wrapright is messin gup the layout.<br />
<br />
so since you want them in there this is what I suggest.<br />
<br />
in the #wrapright style you need to change the height to 600px.<br />
<br />
making it 100% is making it messed up. so the real culprit is the whole right box where you have it floating left and the main body is floating left. maybe you can make it some other way to where you are not using float.<!--content-->Well I'll be..... it worked. Scoutt... my man!!! You are the new god of this place!!!! :P <br />
<br />
thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you sooooooooooooooooo much!<br />
<br />
Could everyone please check just to make sure it's working for you guys as well!?<br />
<br />
THANKS!!! :bounce:<!--content-->that is why I am extreme as my title says ;)<br />
glad it worked for ya.<!--content-->Originally posted by scoutt <br />
that is why I am extreme as my title says ;) <br />
<br />
:rofl:<!--content-->
 
Back
Top