[thelist] [CSS] Disappearing Markup Block (IE)

Seyon evolt at delime.com
Thu Apr 22 11:53:35 CDT 2004


Message from Adriano Castro (4/22/2004 03:37 PM)
> > * Your <a> needs to be inside the <div> - not the other way around.
> >  <div class="title"><a href="#">foobar</a></div>
>
>Why can't I have <a href="#"><div>foobar</div></a>? Having it the other
>way around does not work the same way I want it to.

Not sure what you want but mightn't this work:

In your CSS file
a
{
    display: block;
}

Then you can put the <a href> in the <div> and it should expand to fill the 
div.

regards.
-marc

--
Trinidad Carnival in all its photographic glory. Playyuhself.com
http://www.playyuhself.com/


More information about the thelist mailing list