Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-21-2011, 05:40 PM   PM User | #1
javanewbie7
Regular Coder

 
Join Date: Oct 2010
Posts: 121
Thanks: 25
Thanked 0 Times in 0 Posts
javanewbie7 is an unknown quantity at this point
My Rotator is messing up my nav bar...help please

OK, I'm working on a site that has a nav bar that drops down and stays down until the user clicks on a different part of the nav bar.

I've added a rotator to the home page. Now, my nav bar doesn't work in Firefox and Chrome (it appears to work in IE).

Here's a link:
http://tinyurl.com/6elfk3c

Here's a link to another page without the rotator that works:

http://tinyurl.com/3ra3bv6

Thanks for any help!
javanewbie7 is offline   Reply With Quote
Old 09-21-2011, 05:58 PM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
try removing position:relative from #bboard
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Users who have thanked DanInMa for this post:
javanewbie7 (09-21-2011)
Old 09-21-2011, 07:18 PM   PM User | #3
javanewbie7
Regular Coder

 
Join Date: Oct 2010
Posts: 121
Thanks: 25
Thanked 0 Times in 0 Posts
javanewbie7 is an unknown quantity at this point
Yup...that worked. And here I thought it was something with the script.

Thanks. If you don't mind me asking, why would position: relative mess with the nav bar like that?
javanewbie7 is offline   Reply With Quote
Old 09-21-2011, 07:26 PM   PM User | #4
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
it's in the same place and has a higher Z index becuase of the relative positioning, so it was technically "overlapping" part of the nav bar. Firebug helps you find stuff like this in no time. ( see the links in my sig)
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Users who have thanked DanInMa for this post:
javanewbie7 (09-23-2011)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:37 AM.


Advertisement
Log in to turn off these ads.