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
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  >:(

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.