PDA

View Full Version : Problems with Rowpanning and Firefox/IE




obelix
Sep 30, 2005, 01:57 PM
So if you take a look at this site in safari:
http://www.senti.ca/contracts/camp/final/index.php

You will see that the text area is right at the top of the top bellow the blue bar.

However in firefox:
http://www.senti.ca/contracts/camp/final/index.php

You will see that the text area is pushed down and that the row above it has expanded which is very odd. If I hard set the values instead of using percentages it works:
http://www.senti.ca/contracts/camp/final/index2.php

Does anyone have any ideas how this could be fixed? I've struggled with it for 5 hours now and I'm just frustrated.:( :( :(



dornoforpyros
Sep 30, 2005, 03:12 PM
I'm too lazy to check your source code but try using valign="top" in the cells being effected.

yenko
Sep 30, 2005, 03:14 PM
So if you take a look at this site in safari:
http://www.senti.ca/contracts/camp/final/index.php

You will see that the text area is right at the top of the top bellow the blue bar.

However in firefox:
http://www.senti.ca/contracts/camp/final/index.php

You will see that the text area is pushed down and that the row above it has expanded which is very odd. If I hard set the values instead of using percentages it works:
http://www.senti.ca/contracts/camp/final/index2.php

Does anyone have any ideas how this could be fixed? I've struggled with it for 5 hours now and I'm just frustrated.:( :( :(

Did you try to get rid of "(border=1")". :confused:

Mac_Freak
Sep 30, 2005, 04:01 PM
I'm too lazy to check your source code but try using valign="top" in the cells being effected.

I second that.
From the source code I can see that the top 3 rows' alignment is at default, changing that to top might help.

obelix
Sep 30, 2005, 05:14 PM
Got it thanks guys!!! :D