3 replies [Last post]
j-ra
Offline
Regular
Topeka, KS
Last seen: 18 years 44 weeks ago
Topeka, KS
Joined: 2004-08-02
Posts: 14
Points: 0

problematic website :: http://www.eyeoftheferret.com
browser :: mozilla

hit refresh until there the quote shown takes up one line only.

The problem is obvious... but i'm not quite sure how to fix it. It does not exist in IE

I have a Header, Footer, and a Two Column content between the H and the F...

well.. the footer isn't being pushed down by the left column... just the right column.

Ideas?

j-ra
Offline
Regular
Topeka, KS
Last seen: 18 years 44 weeks ago
Topeka, KS
Joined: 2004-08-02
Posts: 14
Points: 0

Two Threads In One Night = I'm On A Roll

do you guys even see what i'm baffled about?

The Finch
Offline
Enthusiast
Cincinnati
Last seen: 18 years 44 weeks ago
Cincinnati
Timezone: GMT-5
Joined: 2004-08-01
Posts: 65
Points: 0

Two Threads In One Night = I'm On A Roll

Maybe try specifying the height: property for .quote class, that's my best guess?

j-ra
Offline
Regular
Topeka, KS
Last seen: 18 years 44 weeks ago
Topeka, KS
Joined: 2004-08-02
Posts: 14
Points: 0

Two Threads In One Night = I'm On A Roll

I fixed it.

Explanation of Problem:

H=Header
F=Footer
P=PictureBox
Q=QuoteBox

Format was like this:
HHHHH
PPPQQ
PPPQQ
FFFFF

the problem was that the Picture Box was actually overlapping onto the footer in mozilla. (not cool)  The footer was only being pushed down by the quotebox on the right, not the picture box on the left.

Well... as the previous posts suggests, the height: property could be a solution. It is, but not for the Quote box, nor the picturebox.

Solution:
Set the minheight: to a div containing both the PictureBox and Quotebox to the max height of the Picture box. Since the picture box is the always at a static height, this made it possible.

Thanks for the help.