[thelist] IE6 and it's box model....

Gary McPherson genyus at ingenyus.net
Thu Jul 10 17:30:25 CDT 2003


>   Thanks for the reply, I inserted a 1x1 transparent gif
> shimmy, and set the bar to 10px height, since I insert an
> image that's 10px in height, in that <div> with the
> background rule, but no effect.

Hi Alexander,

You don't have to set the height to any more than 1px to get the desired
effect:

<style>
	#bar1 { height:10px;... }
</style>
...
<div id="bar1">
	<img src="images/x.gif" width="1" height="1" alt="" />
</div>

Any chance of putting up a link we can see?

Gary




More information about the thelist mailing list