On Tue, Sep 9, 2008 at 5:42 PM, Christopher Kip
<[EMAIL PROTECTED]>wrote:

> Trying to figure out a way around this problem.  I have a list where
> I want the main part to be a link and another list inside.  Works
> fine in Safari and IE but not in Firefox, presumably due to the a
> tag.  Here is URL:
>
> http://www.stkelectronics.com.vhost.zerolag.com/site/polypropylene-
> old.php
>
> I can get it to work in Safari, IE and Firefox if I change the nested
> list to a div.  Here is URL:
>
> http://www.stkelectronics.com.vhost.zerolag.com/site/polypropylene.php
>
> Problem is, neither of these solutions validates -- I was actually
> somewhat surprised that the second variation even worked.
>
> Any thoughts?  I am thinking I will just need to make each category a
> separate div with a rollover on that and just get rid of the lists
> but thought I might see if anyone had a more eloquent solution or if
> I was missing something right in front of my face...
>
> Thanks!
> -Christopher
>
>
Christopher,

My opinion would be to great the rollover on the list element, and involve
javascript if you want the whole thing to act as a link. Something like:

<li onclick="window.location='marsville.php'">

Outside of that, I'm sure someone far more clever than I might have a
solution.

-Jack

-- 
-Jack Timmons
http://www.trotlc.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to