PDA

View Full Version : Alignment in FF is off.



Lacuna
May 5th, 2005, 09:15 AM
I can't figure out how to align this aspx file within my css to look like it does in IE.

Any ideas?

http://www.voipinbusiness.co.uk/VoIPDecisionsSignUp.aspx

~ Lacuna :love:

foilpants
May 6th, 2005, 02:17 AM
whoa, yeah, FF really made it crazy...

so yeah, i'd use the


#form div {
overflow:auto;
height:#;
width:#;}


and just use the "form" ID as a container for the whole form so it doesn't stretch down the page...