MyBB Community Forums

Full Version: JavaScript and MyTabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
JavaScript dosen't seem to for for me. I've tried everything and it still isn't working. I just need someone to help me figure why it isn't working. Here's the preview fully working theme: http://www.audentio.com/preview/mybb/neonglow and here's my site: http://skidlet.org
Use these details to login:
username: cptest
password: asmallorange
When you click on the site you will see a red theme, but when you login you will see a totally different theme, and when you click on your username which is here:
[Image: 2EXqe.png]

It is supposed to have a drop-down menu. If you need to view any of the files, please post here and i'll post them as well, and if this helps I've changed the images folder to a custom name, does that effect the JavaScript? There is a folder named "js" in the images folder for the theme.





As for the tabs, i would like to know how i would use this code i've wrote in CSS for MyTabs.
}
.menutabs {
position: relative;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0c0c0c), color-stop(1, #121212) )
-webkit-box-shadow: inset 0px 0px 2px 0px #d6cd22;
box-shadow: inset 0px 0px 2px 0px #d6cd22;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000000;
color: #d6cd22;
font-size: 12px;
font-weight: bold;
padding: 4px 18px;
text-shadow: 0px 1px 1px #000000;
 }

.menutabs li a.selected {
text-decoration: underline;
Here is the code for MyTabs: http://puu.sh/2FETG.png and when i change the class to .menutabs it just fucks the tabs and it would look like this
[Image: 2FEVW.png]