how do i make a toggle content script start open?
title says it all
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?Hey Alex
You should be able to do this by changing one of the elements in the code to "show". Can you please post the page URL where you have this code? -
Inappropriate?In your code, locate this code:
<div class="expands" onclick="showHideMe('div1')">Expand 1</div>
<div id="div1" style="display:none;border:1px solid #55AA55;background-color:#AFA;width:100px">
Element One
</div>
Where it says "display:none:", change "none" to "show".
You will need to do this for each element you add.
Let me know if you have any trouble with this. -
thanks :) -
Inappropriate?THANKYOU THANK YOU THANK YOU!!
errm
sanja
formerly littleus,
am i right? -
You're very welcome! Yep.. that's me.. Littleus! -
:) thanks
Loading Profile...




