psilos
02-01-2007, 01:27 PM
IE exeplorer adds at defaults a padding(margin?) after the img elements?
How can i remove this without affecting and other browsers (FF) that have no problem?
I tried padding:0;margin:0; but no lack...
The only thing that seems to work for IE is negative margin, but then affects
other browsers...
and of course i don't want to do this by absolute position.
Thanx in advance!
P.S.:e.g I want to cut a big vertical image at two slices and put one under the other and right of them some text. So i want them to look like one.
How can i remove this without affecting and other browsers (FF) that have no problem?
I tried padding:0;margin:0; but no lack...
The only thing that seems to work for IE is negative margin, but then affects
other browsers...
and of course i don't want to do this by absolute position.
Thanx in advance!
P.S.:e.g I want to cut a big vertical image at two slices and put one under the other and right of them some text. So i want them to look like one.