Monkuar Posted August 30, 2012 Share Posted August 30, 2012 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 More sharing options...
Mahngiel Posted August 30, 2012 Share Posted August 30, 2012 it's going to be the transition you need to play with. have a read on this: http://css3.bradshawenterprises.com/transitions/ Link to comment https://forums.phpfreaks.com/topic/267805-probably-really-simple-but-i-am-so-lost/#findComment-1373829 Share on other sites More sharing options...
hakimserwa Posted August 31, 2012 Share Posted August 31, 2012 try #navigationMenu .home:hover { background-position: 0 0 0 -39px; Link to comment https://forums.phpfreaks.com/topic/267805-probably-really-simple-but-i-am-so-lost/#findComment-1374165 Share on other sites More sharing options...
Monkuar Posted September 2, 2012 Author Share Posted September 2, 2012 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 https://forums.phpfreaks.com/topic/267805-probably-really-simple-but-i-am-so-lost/#findComment-1374664 Share on other sites More sharing options...
hakimserwa Posted September 2, 2012 Share Posted September 2, 2012 welcome Link to comment https://forums.phpfreaks.com/topic/267805-probably-really-simple-but-i-am-so-lost/#findComment-1374713 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.