On 12/21/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > > 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.
Then use a span inside the anchor, but you can't use block level items inside an anchor AFAIK. Better yet, instead of using a divisions, you should be using a list or a dl / dt, since that is really what your menu is. Don't get too bogged down in using divisions, rather use the correct HTML element for the job. http://css.maxdesign.com.au/listamatic/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:264826 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

