Reply
Jumping Div under Dropdowns
Old 04-02-2007, 11:27 PM Jumping Div under Dropdowns
Sydpix's Avatar
Ultra Talker

Posts: 374
Name: Denny
Location: In a can...
Ok... this is really irritating me. I have this jumping div when I mouse over these drop downs in IE 7. Jumping Menu


What could cause this? Do I need to have an IE hack in there somewhere?
__________________
.
++
Ì lðvê †ð hå¢k ¢§§ þhþ åñÐ h†ml ++
Sydpixel.

Last edited by Sydpix : 04-02-2007 at 11:31 PM.
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
When You Register, These Ads Go Away!
Old 04-03-2007, 02:05 AM Re: Jumping Div under Dropdowns
Banned

Posts: 906
Name: Travel Agent
Let's start by correcting your 24 code warnings first:

Code:
line 42 column 1 - Warning: missing </div> before <li>
line 43 column 1 - Warning: inserting implicit <ul>
line 112 column 1 - Warning: trimming empty <b>
line 112 column 20 - Warning: trimming empty <b>
line 112 column 39 - Warning: trimming empty <b>
line 112 column 58 - Warning: trimming empty <b>
line 112 column 77 - Warning: trimming empty <b>
line 112 column 96 - Warning: trimming empty <b>
line 112 column 115 - Warning: trimming empty <b>
line 128 column 1 - Warning: trimming empty <b>
line 128 column 20 - Warning: trimming empty <b>
line 128 column 39 - Warning: trimming empty <b>
line 128 column 58 - Warning: trimming empty <b>
line 128 column 77 - Warning: trimming empty <b>
line 128 column 96 - Warning: trimming empty <b>
line 128 column 115 - Warning: trimming empty <b>
line 129 column 1 - Warning: trimming empty <em>
line 129 column 10 - Warning: trimming empty <span>
line 133 column 17 - Warning: trimming empty <span>
line 139 column 29 - Warning: trimming empty <span>
line 339 column 5 - Warning: trimming empty <p>
line 341 column 5 - Warning: trimming empty <p>
line 343 column 7 - Warning: trimming empty <p>
line 342 column 2 - Warning: trimming empty <div>
travelagent is offline
Reply With Quote
View Public Profile
 
Old 04-03-2007, 07:19 AM Re: Jumping Div under Dropdowns
Sydpix's Avatar
Ultra Talker

Posts: 374
Name: Denny
Location: In a can...
LOL! How did I forget to check those? I think that did it.

Thanks Travel Agent 007!
__________________
.
++
Ì lðvê †ð hå¢k ¢§§ þhþ åñÐ h†ml ++
Sydpixel.
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 04-03-2007, 12:27 PM Re: Jumping Div under Dropdowns
Banned

Posts: 906
Name: Travel Agent
We all forget to validate at one time or another...

I checked it again in IE and it still jumps, so your code has a few issues -- try this instead:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title></title>
<link rel="icon" href=
"chrome://ietab/skin/ietab-favicon-iedoc.png">
<script type="text/javascript">
function loadIETab(){
 var href = document.location.href;
 var i = href.indexOf("?url=");
 if (i == -1) return;
 var url = decodeURI(href.substring(i+5));
 if (url && url!="") {
  var ietab = document.getElementById("IETab");
  if (ietab && ietab.navigate) ietab.navigate(url);
 }
}
</script><object id="IETab" type="application/ietab" width="100%"
height="100%">
</head>
<body>
</body></html>
travelagent is offline
Reply With Quote
View Public Profile
 
Old 04-03-2007, 03:49 PM Re: Jumping Div under Dropdowns
Sydpix's Avatar
Ultra Talker

Posts: 374
Name: Denny
Location: In a can...
Travelagent, I'm not a quitter! I don't care if it kills me I'm going to validate this site in XHMTL 1.0.

It's still a work in progress. (One hopefully completed soon )

I thing I found a resolution to the problem. For some reason, I didn't have the menu system in it's own div tag. once I put it in one it seemed to resolve the issue on my end... Yours?

What program or browser add on do you use to see errors?

Thank You!
__________________
.
++
Ì lðvê †ð hå¢k ¢§§ þhþ åñÐ h†ml ++
Sydpixel.

Last edited by Sydpix : 04-03-2007 at 03:51 PM.
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 04-03-2007, 09:28 PM Re: Jumping Div under Dropdowns
Banned

Posts: 906
Name: Travel Agent
WOOHOO -- Congratulations ... between the 2 of us, your site works in both IE and FF!

I use "HTML Tidy" in FF to see the errors.
travelagent is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Jumping Div under Dropdowns
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13784 seconds with 12 queries