Code Help
- Started
- Last post
- 11 Responses
- contrecoups
Hi
anyone have the code or ideas on the best way to do the drawer that pops down on top of http://www.skype.com? at the very top where you can login. i need to do that exact same thing and all toggle codes i found are not doing this.... help
- ********0
isn't that a bloody simple show/hide div script?
or am i missing something?
- ********0
they did it with css
- ********0
And a bit of javascript
- kodap0
let me put something onlinre to help you out.. give me 2 minutes
- ********0
- ********0
that comment was not for you, kodap! ;)
- kodap0
correction, where you see
style="display=none"
should be
style="display:none"
- ********0
nice work, carlos.
- kodap0
if you want to switch visibility between 2 boxes or show/ hide both, just use
a href="javascript:ShowOrHide('you...
- contrecoups0
Thanks all for the swift help.
thing is, in skype example the originating text that toggles disappears and and a new design appears in it place.the way the code i was given works is that the hide/show remains there.
any ideas?