|
Post by Wormopolis on Nov 16, 2011 10:08:31 GMT -8
subdevo codes are like little rubiks cubes to me. I have to spend time decyphering all the compaction he adds in before things can be changed. you will get faster results going directly to the source.
|
|
|
Post by Streamstrider on Nov 19, 2011 1:49:05 GMT -8
Just to check the code, I used my other test board to see what happens. I am using no other codes on this forum, but the buttons are still not changed.
|
|
|
Post by Wormopolis on Nov 19, 2011 19:37:01 GMT -8
typo
<style type="text/css"> .menuHome {color:#FF0000; font-size: 18pt;} .menuSearch {color:#00FF00; font-size: 16pt;} </style>
<script type="text/javascript"> <!-- // style buttons in menu by Wormopolis - do not repost // version 1.01 // top of global footer
var mnubtns=document.getElementsByTagName('td')[5] for (mlinks=mnubtns.getElementsByTagName('a'), ml=0; ml<mlinks.length; ml++) { mlinks[ml].className='menu'+mlinks[ml].innerHTML.replace(/(\[|\]|\s)/g,''); }
// --> </script>
|
|
|
Post by Streamstrider on Nov 20, 2011 18:47:38 GMT -8
Alrighty, it's changing the size but not the color. Does that make any sense?
|
|
|
Post by Wormopolis on Nov 20, 2011 19:14:03 GMT -8
put !important after the color in the CSS
|
|
|
Post by Streamstrider on Nov 22, 2011 19:04:25 GMT -8
Woot! Now to see if it can be integrated. XD
|
|