Jump to content

Probably Really simple but I am so lost !


Monkuar

Recommended Posts

Okay, been doing this for hours.. Here is what I am using:

 

http://demo.tutorialzine.com/2010/06/css3-minimalistic-navigation-menu/demo.html

 

Now, all I want to do is make it so when it slides, it slides to the left instead of the right!

 

I know this is probably a stupid question..

 

 

 

But in the css properties after you download it

 

Inside:

#navigationMenu span{

 

I changed left:38px to left:0px, which moves the slider over, but I need to know how to make it so it slides to the left instead of right? I think it's because after a <a href tag? Any help guys?

Link to comment
https://forums.phpfreaks.com/topic/267805-probably-really-simple-but-i-am-so-lost/
Share on other sites

try

#navigationMenu .home:hover {
    background-position: 0 0 0 -39px;

 

Yeah, this works.

 

Lol, I figured this out before  but I forgot to post.

 

Thank you for helping me though, I marked this as solved..

 

Sometimes wen I make topics explaining what needs to be done/etc I ultimately help myself  >:(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.