PDA

View Full Version : width in css in mozilla


duniyadnd
06-28-2003, 04:23 AM
Does width=x%; work in Mozzilla??

So, would work??

<span style="background-color:#dddddd; width: 100%;">

It works on IE for me, but not in Moz. Would anyone know any other reference to make it work otherwise?

Thanks

jkd
06-28-2003, 04:28 AM
Inline elements are not supposed to be assigned dimensions. Use a <div> or other block-level element.

duniyadnd
06-28-2003, 04:30 AM
Ooops.. forgot about that.. thanks...