help with hiding/showing div tags

jollywolly

New Member
im editing my myspace profile with a new div layout i made and i want a div box to come up when i press a link.
easier said than done because myspace doesnt allow javascript or the onclick etc functions
is there any other way to do this?
thanks
 

c)solutions

New Member
There is a solution, but then without a click:
put in your stylsheet:
.example a (display; none; width: 200px; height: 200px;)
.example a: hover (display: visible;)

So when you go over item example it will be shown.
 

whirlybird20

New Member
I could tell you how to do this with javascript, but other then that there isn't a way.

Can you add an iframe with the "display"/"hide" link in it? You can host the iframe page on something like 000webhost.com and then just embed it into myspace. Does my space allow this?
 
Top