Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - CSS menu rollover effects

 
Thread Tools Search this Thread
Old 04-15-2006, 11:42 AM   #1
Default CSS menu rollover effects


I have been playing around with CSS rollover effects.
http://zombiehq.xyzplanet.net/jb.html works perfectly in konqueror 3.5.1
(KHTML): when hovering over the "meny item", two sub-menus pop up below
with some nice highlighting. this however doesn't seam to work in Firefox
1.5.0.1 (Gecko/20060203) (only the highlight shows).
Can anyone give me pointers as to why ? I tried replacing div.menuitem with
<a>, without success.

--
Thomas Jollans - http://jollybox.de/
GNU/Linux - freedom, functionality, power - what more do you want ?
When in doubt, follow the penguins.


Thomas Jollans
  Reply With Quote
Old 04-15-2006, 03:25 PM   #2
frederick@southernskies.co.uk
 
Posts: n/a
Default Re: CSS menu rollover effects

Thomas Jollans wrote:
> I have been playing around with CSS rollover effects.
> http://zombiehq.xyzplanet.net/jb.html works perfectly in konqueror 3.5.1
> (KHTML): when hovering over the "meny item", two sub-menus pop up below
> with some nice highlighting. this however doesn't seam to work in Firefox
> 1.5.0.1 (Gecko/20060203) (only the highlight shows).
> Can anyone give me pointers as to why ? I tried replacing div.menuitem with
> <a>, without success.


You're lacking a DTD, so Firefox is kicking into quirks mode. Fix that
and you get what is presumably your intended effect; well, at least
until you then go on to test it in IE...

If you'd run the page through a validator you'd have found a few other
things that need fixing, too.

Cheers,


AGW.

  Reply With Quote
Old 04-15-2006, 06:27 PM   #3
Thomas Jollans
 
Posts: n/a
Default Re: CSS menu rollover effects

wrote:

> Thomas Jollans wrote:
>> I have been playing around with CSS rollover effects.
>> http://zombiehq.xyzplanet.net/jb.html works perfectly in konqueror 3.5.1
>> (KHTML): when hovering over the "meny item", two sub-menus pop up below
>> with some nice highlighting. this however doesn't seam to work in Firefox
>> 1.5.0.1 (Gecko/20060203) (only the highlight shows).
>> Can anyone give me pointers as to why ? I tried replacing div.menuitem
>> with <a>, without success.

>
> You're lacking a DTD, so Firefox is kicking into quirks mode. Fix that
> and you get what is presumably your intended effect;

That might be an idea; I have however managed to get the effect with lists,
see http://zombiehq.xyzplanet.net/jb4.html
> well, at least
> until you then go on to test it in IE...

Considering the age of IE6, I will only ensure the possibility to use the
page, not intended display (due to unsupported standards).

> If you'd run the page through a validator you'd have found a few other
> things that need fixing, too.

nothing serious


--
Thomas Jollans - http://jollybox.de/
GNU/Linux - freedom, functionality, power - what more do you want ?
When in doubt, follow the penguins.
  Reply With Quote
Old 04-15-2006, 11:16 PM   #4
dorayme
 
Posts: n/a
Default Re: CSS menu rollover effects

In article <e1qm7e$jr7$01$>,
Thomas Jollans <> wrote:

> I have been playing around with CSS rollover effects.
> http://zombiehq.xyzplanet.net/jb.html works perfectly in konqueror 3.5.1
> (KHTML): when hovering over the "meny item", two sub-menus pop up below
> with some nice highlighting. this however doesn't seam to work in Firefox
> 1.5.0.1 (Gecko/20060203) (only the highlight shows).
> Can anyone give me pointers as to why ? I tried replacing div.menuitem with
> <a>, without success.


Perhaps you might look at
http://www.dorayme.150m.com/test/nav.html and take a look at the
css and html for the link list (ignore all the stuff after the
pre, that is the free server)

--
dorayme
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump