**********
I have  aproblem with empty span element, which I can't take out of my 
layout unfortunately. [...] when I give it a fixed pixel
width, it shows well. 100% not.
*******

Hello there,

Not sure I understand here. Why not apply the border-bottom to the div 
instead ? Divs are by nature block elements taking up all the horiz. 
space available (100%)

#myDiv
{
        height:25px;
        border-bottom:1px solid #000;
}

It would be good to remove that empty span but since you cannot you 
could consider putting it offsreen by using the offleft method
<http://css-discuss.incutio.com/?page=ScreenreaderVisibility>

Cheers,

Jérôme Coupé
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to