How can I get my spoiler to look like this?
3 posters
Page 1 of 1
Re: How can I get my spoiler to look like this?
Link: http://narutowindstorm.motionforum.net/t9-mainstream-systems#20
Re: How can I get my spoiler to look like this?
Add this to your CSS :
It should give you a similar effect. btw the button is actually a pseudo-button made with the CSS above, you can edit it to look like whatever you want.
- Code:
dl.codebox.spoiler, dl.codebox.spoiler > dt {
background:none;
border:none;
}
dl.codebox.spoiler > dd {
background:none;
border:1px solid #666;
border-bottom-color:#CCC;
}
dl.codebox.spoiler > dt:after {
content:"Show";
color:#333;
background:#EEE;
border:1px solid #333;
display:inline-block;
padding:1px 8px;
margin:0 3px;
vertical-align:middle;
}
dl.codebox.spoiler > dt:hover:after {
background:#FFD;
}
It should give you a similar effect. btw the button is actually a pseudo-button made with the CSS above, you can edit it to look like whatever you want.
Re: How can I get my spoiler to look like this?
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum