Web Page Help.plz

GNU

Member
May 28, 2009
128
1
0
Please help me

i created a web page out of dream weaver with some images........the page displays fine on firefox and flock........but when I view it from Internet explorer
the images are slightly displaced (moved up or sideways by small amount) the the whole site is upset.plz help me........:sorry::sorry::sorry::sorry::sorry::sorry:
 

KishanW

Member
Apr 12, 2007
9,629
24
0
USA
This is because of the css.
IE 6 and before works in one way.FF/Opera works one way.
IE6-8/or 9 works in another way. FF/Opera works one way.

IE8 or 9 and above works really fine like FF/Opera.

To make all these work in the same way, make sure when you do the positioning, the position tag is set to "relative". Then after that give the margins. You should be fine after that ;)