Why is FF Chopping Off This Left Frame?

Shark-MegaByte

Limp Gawd
Joined
Dec 21, 2004
Messages
428
http://www.ccccd.edu/csce/test/

Compare the left frame in IE vs. FF. Firefox loses several pixels, cutting off the period in "Smart Move." from the background image, and making the word "Schedules" wrap to the next line.

I've got the width of that frame set to exactly the background image width.. it shouldn't be doing this.


(Don't waste your time knocking frames; the college is moving to mandate that all offices use the left and top frames on their sites... As for my nav frame, I've experimented with CSS menus and there's just no way to get a right-side menu to work in both IE and Firefox. It'll have to wait until IE supports fixed positioning)
 
Make sure that the left side frame has no border, margin, or padding. To do so, add:

style="border: 0px; margin: 0px; padding: 0px;"

to the body tag of the document in the left side frame.

I agree about frame navigation. It is much easier and more cohesive than making a js/css version.
 
Back
Top