My guess is that the radio buttons and text labels are aligned using a form... without being specifically set widths the browsers will just determine the widths as their internal logic dictates...
Otherwise you may need to see if the radio buttons have any margin-right values set by default...
The images for the sponsor links is different because IE and FF will use different default values to space various elements on the screen when the values are not specifically set...
You can usually resolve this be ensuring that all values are set to a common default... Typically in a page level CSS so you can manage these all from 1 central location...
Peace,
rgtaylor
Junior Poster in Training
88 posts since Mar 2007
Reputation Points: 10
Solved Threads: 2
I was right, the polls are formatted using tables and the widths are not set... you should edit the file to set the width of the column that contains theradio buttons to a narrow size... just big enough for the radio buttons and some buffer around it...
also the TD tags are using a CSS class, which is dynamic so I can't tell you anything about it... but confirm that A) it exists so the browser can find it... if not it won't give you any error message but the class="xxxxx" part will just be ignored....
That should fix that one... Your images issue is likely the same... you want to send the code for that one, I will look at it too...
Peace,
rgtaylor
Junior Poster in Training
88 posts since Mar 2007
Reputation Points: 10
Solved Threads: 2
good luck, I will wait to hear your results
rgtaylor
Junior Poster in Training
88 posts since Mar 2007
Reputation Points: 10
Solved Threads: 2