"No modules" - but still have a drop down menu. how?, - script pros - I desperately need your help. |
![]() ![]() |
"No modules" - but still have a drop down menu. how?, - script pros - I desperately need your help. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Apr 2007 Member No: 519,950 ![]() |
<style type=text/css>
/* remove regular modules */ table.footer, texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> I use this script to remove .. everything (-- except of course the top white bar!). I want a completely neat and clean page.. But.. I would also like to use http://www.createblog.com/scripts/download.php?id=191 on the same page. how can I make this menu script an exception in the "eraser script"? I kindly ask for your help, it is rather urgent. Thank you so much! -Nicho |
|
|
*digital.fragrance* |
![]()
Post
#2
|
Guest ![]() |
You should be able to use both codes at once. The first one just messes with the modules, and the second one doesn't have anything to do with that. Have you tried using both?
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Apr 2007 Member No: 519,950 ![]() |
Of course I tried..
But it doesn't work. I tried removing table.footer from remove script -- then it works, but the profile and similar modules show on left side then. |
|
|
*digital.fragrance* |
![]()
Post
#4
|
Guest ![]() |
Hmm.. that's odd. I've never had those scripts conflict before. Can you post your entire layout code with the way that you placed both codes in there? It's possible that something else is screwing it up.
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Apr 2007 Member No: 519,950 ![]() |
basically like this is the java script window in l&f:
<style type=text/css> /* remove regular modules */ table.footer, texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value " value="GO"> <option value="#">Fancy this ! </option> <option value="#">---------------------</option> <option value="http://www.xanga.com/profile.aspx?user=STFPARIS">Profile</option> <option value="#">---------------------</option> <option value="***********">Our Site !</option> <option value="#">--------STF Paris Members-------</option> <option value="henry">Henry </option> <option value="nicholas">Nicholas </option> <option value="jonathan">Jonathan </option> <option value="esther">Esther </option> <option value="xavier">Xavier </option> <option value="anne">Anne </option> <option value="christopher">Christopher </option> <option value="seishin">Seishin </option> <option value="#">---------------------</option> <option value="daniel">Daniel </option> <option value="maggie">Maggie </option> <option value="#">---------------------</option> <option value="http://www.xanga.com/guestbook.aspx?user=STFPARIS">Guestbook</option> <option value="#">---------------------</option> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option> <option value="#">---------------------</option> </select> </form> this is how the site looks: Site |
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Apr 2007 Member No: 519,950 ![]() |
Any solution?
Thanks |
|
|
![]() ![]() |