Re: [css-d] DIV width not registering in IE7

2007-01-25 Thread ~davidLaakso
Matt Fielding wrote: > I'm trying to make a custom tag using a styled as follows: > > http://mattu.isa-geek.com/index2.php > > Try (including the width as Ingo wrote) and: css: div#navbar { width: 100px;<<< add } replace the selector you have with this: hr { border: none 0; border-top:

Re: [css-d] DIV width not registering in IE7

2007-01-25 Thread Ingo Chao
Matt Fielding wrote: > I'm trying to make a custom tag using a styled as follows: > > div.hr > { > margin-top: 5px; > height: 5px; > width: 95%; > border-width: 0 0 1px 0; > border-style: dashed; > border-color: #cc; > } > > and us

[css-d] DIV width not registering in IE7

2007-01-25 Thread Matt Fielding
I'm trying to make a custom tag using a styled as follows: div.hr { margin-top: 5px; height: 5px; width: 95%; border-width: 0 0 1px 0; border-style: dashed; border-color: #cc; } and using the HTML: I have tried to add   and a co