CSS3 Menu transition problem

benjamin.morgan

New Member
I have a problem with this menu that Mr. Matthew Caldwell helped me with http://cdtestdesign.tk/ its code is sortof like http://css.dzone.com...3-lavalamp-menu . The problem is not the hover state. Its when i go to a new page with the class current and it should move the transition to there. You can go to the page and view source so I don't have to paste code here.

NOTE: It only has a problem in Google Chrome and Safari.
 
Last edited:

CaldwellYSR

Member
Also, the transition works perfectly for me here. Comparing the code it looks basically the same so I don't see why it doesn't work for him.
 

CaldwellYSR

Member
works fine for me in both saf/chr

Really? Interesting, for both of us when you click one of the links the blue background stays behind home, you have to move it around to get it to move to the correct tab. Works fine on hovers but doesn't show current tab selected.
 

Phreaddee

Super Moderator
Staff member
actually just checked on saf/chr at work (mac) and it didnt stay.

however saf/chr on my laptop(pc) did seem to work fine...
 

benjamin.morgan

New Member
PROBLEM IS FIXED!

It needed this line of code. I guess it needed to be primed in the code somewhere.

Code:
nav > li:first-child {}

I uploaded it to the website if you want to test it. Link in signature.
 
Last edited:

LouTheDesigner

New Member
To go off subject for a second (I'd help, but I'm on a gov't computer, so I can't see the site you linked), I have been looking for a decent screencasting tool for Windows for some time. I've used Jing, but the new version just isn't as good as the old one. How to you like this one? Seems fairly good on the surface...

Whenever possible, use Camtasia. It's pretty dope and the automatic zooming is better than I've ever seen with other programs
 
Top