Navigation Bar Issues

Feb 18, 2011 11:37

I've been using gossymer's layout Dual for a few weeks now, and have been trying to tweak the nav bar ( Read more... )

lj and browser issues, solved, stylesheet, paid accounts

Leave a comment

Comments 8

snakeling February 18 2011, 16:51:43 UTC
Your code for .navheader li is an unholy mess, and I've no idea how you managed to get that effect for IE, though I suspect a bug, as usual.

Try replacing the entire section for .navheader li by this:
.navheader li {
display: inline !important;
font-weight: bold;
color: #000 !important;
text-transform: uppercase;
font-size: 8pt !important;
padding: 10px !important;
margin-left: 3px !important;
margin-right: 3px !important;
border: 2px solid #bebebe;
border-bottom: none;
}Also delete the duplicate .navheader li that's just below.

Reply

elrhiarhodan February 18 2011, 17:00:58 UTC
That was double-super quick! I am thrilled and delighted that it solved my problem. I viewed the page in Safari on my iPad and it loaded the same as it did for IE.

One more question, if I may ask - the year links for the archive page don't work in either FF or Safari, but they work in Explorer. I'd send you the code, but I don't know where to find that code in the CSS.

Again, that you so very much for your swift and accurate answer.

Reply

snakeling February 18 2011, 17:22:37 UTC
I've no idea what's causing the links not to work :/ It's CSS related, because taking off the stylesheet makes the links work, but I've no idea what's involved, sorry.

Reply

elrhiarhodan February 18 2011, 17:28:42 UTC
It's a problem with Gossymer's coding then?

Thank you for your time and your help. Much appreciated.

Reply


Leave a comment

Up