Okay I did that, however the box (DIV) does not act as a link until you mouse over the text itself. My goal is to be able to mouse over the box or the text and click to proceed to the link not just the text.
-----Original Message----- From: John Cox [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 4:03 PM To: CF-Talk Subject: Re: CSS / HTML Compliant issue On 12/21/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > > If you will look at this one page, I am having a problem with being > compliant with CSS and HTML and achieving the desired behavior and > look. > > http://test.mksweb.net/ Take your width and positioning out of your anchor elements: a.LeftNav { width:191px;font-weight:bold;color:#525252;font-family: 'Arial';text-decoration: none;font-size: 13px;} and place them in your division definitions. Once done, move your anchors inside your divisions. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264819 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

