Pages: 12344

  2007-04-03 03:41:27

Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

if you already have an external js file, add this to it: document.getElementsByTagName('li')[12].style.display='none' EXPLANATION: li(list) is the html tag that contains the text. you can use them

if you already have an external js file, add this to it: document.getElementsByTagName('li')[12].style.display='none' EXPLANATION: li(list) is the html tag that contains the text. you can use them at the same time. the number just represents which li tag you want to alter. you can try adding this to your css but not sure if it'll work. using this kind of expression might make your profile freeze #navigation {text:expression(document.getElementsByTagName('li')[5].innerHTML="what u want here")} short explanation: <li> hello </li> <li> hi </li> <li> howdy </li> <li> wassup </li> document.getElementsByTagName('li')[0].innerHTML="what u want here" getElementsByTagName('li') gets all the tags <li> shown above. the [ 0] represents the 1st occurence of <li> which is 'hello' if you change [ 0 ] to [ 1 ] it will target 'hi', [ 2 ] for 'howdy', [ 3 ] for wassup just count on which [#] your last log in occured.. CREDIT this code to Archer..

Pages: 12344

Board footer

© 2024 F Talk

Current time is 11:58

[ 12 queries - 0.061 second ]
Privacy Policy