Julia Ccc wrote: > Hello everyone, > > I have aproblem with empty span element, which I can't take out of my > layout unfortunately. Th eproblem is that when I give it a fixed pixel > width, it shows well. Althought if I give him the 100% width (as it was > supposed to be to show a black underline). What could be the solution? The > CSS code is the following:
Julia, I don't understand your question. Tu la voudrai en pourcent, idealement, correcte? Et quel est l'effet que tu n'arrive pas a repliquer? Notice that you are using <span> incorrectly - Empty spans are invalid and risk getting deleted by all sorts of HTML parsing functions: You should change your <span> to <div> (that way you can get rid of 'display:block' as well). Regards, Barney ______________________________________________________________________ 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/
