[thelist] Achieve tabled images-style layout with CSS - HELP!

aardvark roselli at earthlink.net
Mon Jan 7 16:18:35 CST 2002


> From: Zombo <zombo_the_clown at yahoo.com>
[...] 
> The URL: <http://www.sinistervisions.com/chadsavage/test.html>
> The CSS: <http://www.sinistervisions.com/chadsavage/cs_stylesheet.css>
> 
> The dilemma (at least in IE6): Images maintain a small border no
> matter what I try, breaking up the layout.
[...]

not using IE6, not sure what it's *suppsoed* to look like, but did 
you try creating a style for the <img> tag?  for example:

img	{ 	padding : 0px ;
		margin : 0px ; }

that should remove all default spacing on the images... you could 
also try a border attribute of 0...






More information about the thelist mailing list