On 2/11/06, Eric Porter <[EMAIL PROTECTED]> wrote:
> It's related to the nav in the center of the page, and my first question is
> whether or not you can even have a Div inside of an <a href> tag.

no. use a <span>, or put the <a> inside of the <div>. If you want a
block level display, apply

a { display:block; }

and you will get the div effect without the div.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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