Click to See Complete Forum and Search --> : position


corrado100
08-13-2008, 07:41 AM
Hi can anyone tell me what i am doing wrong..
The div in the middle of the page with the FEATURES link positions itself more to the right in IE than in Firefox.
http://mobiletoday.co.uk/

.NewsBox_t_nar {
background-image:url(newbox_top_nar.jpg);
background-repeat:no-repeat;
display:block;
float:left;
}

Thanks.

ray326
08-13-2008, 01:25 PM
They're in different tables so you've got very little control over that. Ditching the tables and doing it right would make your job easier.

Reli4nt
08-14-2008, 01:00 AM
if it doesnt look broken then I wouldnt worry. people use only one browser at time.

corrado100
08-18-2008, 06:21 AM
Thanks guys!