Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-04-11 18:34:01
- peter
- New Member
- Registered: 2004-09-10
- Posts: 5
help needed with nav bar
Hello, the nav bar on this site I’m working on looks fine in Safari, but with Firefox it seems to be adding a line break after the first tab.
The site is at: www.aavbs.org
And who knows how it looks in Explorer, I don’t because I don’t have easy access to a PC.
Thanks for any help anyone can provide.
Offline
#2 2006-04-11 19:13:34
- whatbrick
- Member
- From: Texas
- Registered: 2006-03-13
- Posts: 100
Re: help needed with nav bar
Try this: Remove the float: left;
from #navcontainer ul li a
and make this change:
#navcontainer ul li {
float: left;
list-style-type: none;
padding: 0;
}
That worked through FF for me. Make sure to double-check in Safari, as that is the only other main browser that I do not have access to.
It looked correct in IE6 and Opera v9.
Do not taunt the Markup Monkey!
Offline
#3 2006-04-11 19:32:24
- peter
- New Member
- Registered: 2004-09-10
- Posts: 5
Re: help needed with nav bar
Wow, that did the trick! Thank you so much! Really, really appreciate it.
Offline
Pages: 1