Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-09-09, 03:41 PM   #1
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Wordpress CSS questions

Hi there,

I'm working on this blog http://www.hairy-pussy-vault.com/blog/ which looks good (well the way I want) in IE but in FF it looks like crap.
As you can see in FF the top navigation bar is completely outlined to the bottom, the left and right border stop where the sidebar stops (I tried adding a background with borders but that didn't look good since it was way outlined.

Does anyone know how to solve these probs. I'll let you lok into my code if you want

Thanx
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
Old 2006-09-09, 06:14 PM   #2
jayeff
Just because I don't care doesn't mean I don't understand!
 
jayeff's Avatar
 
Join Date: Sep 2006
Posts: 95
Send a message via ICQ to jayeff
It would take a long time to dissect the files if the solution isn't an easy one. But it looks like a height issue for FF.

Try adding clear: both; to the styling of hr, so it becomes:
hr {
display: none;
clear: both;
}

That may be all you need...
jayeff is offline   Reply With Quote
Old 2006-09-10, 08:03 AM   #3
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Thanx for responding jayeff but unfortunately the clear: both; thing didn't do much
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
Old 2006-09-10, 08:21 AM   #4
jayeff
Just because I don't care doesn't mean I don't understand!
 
jayeff's Avatar
 
Join Date: Sep 2006
Posts: 95
Send a message via ICQ to jayeff
What you are seeing is the consequence of a well-documented "feature" of FF in that when you have side-by-side columns it takes the height of the shortest for things such as applying backgrounds. Hence the need for the "faux" background solution you may have come across.

The easier and more elegant solution is the "clear:both" way, but it isn't always obvious where to apply it.

I will have a closer look if I get chance, but I'm quite busy and it usually takes at least a half hour to dissect someone else's files and figure out how it all works. In the meantime you could Google firefox div heights or something like that, for an answer.
jayeff is offline   Reply With Quote
Old 2006-09-14, 10:04 AM   #5
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Alright! Thanks for solving these 2 problems jayeff, I couldn't have figured it out on my own.

Anyone who wants to know what was wrong see the article jayeff wrote about it on Carpe Jugular!
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
Reply


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 -4. The time now is 07:30 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc