CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
[Solved] Accordion?
kpiatak
Permalink to comment
#
March 2012
I found this online, and I am looking for a way to recreate the 4 bottons at the bottom...
I am totally lost. This is a flash file and would like to use css/ javascript. HELP!
http://webapps.easy2.com/cm/flash_ext/lowe_index.asp?page_id=36062313¬racking=yes
joshuanhibbert
Permalink to comment
#
March 2012
Here it is using only CSS:
http://jsfiddle.net/joshnh/Q2X4w/
karlpcrowley
Permalink to comment
#
March 2012
Awesome
Just added two things, the paragraph needed a higher z-index and a background color
http://jsfiddle.net/Q2X4w/2/
joshuanhibbert
Permalink to comment
#
March 2012
Why does the paragraph need a higher z-index Karl? Now you get a nasty overlap effect when hovering.
karlpcrowley
Permalink to comment
#
March 2012
when the buttons are stacked above each other the paragraph text goes behind the other buttons
joshuanhibbert
Permalink to comment
#
March 2012
Good eye, my monitor is too wide for me to notice.
kpiatak
Permalink to comment
#
March 2012
Thank you! People are amazing in these forums, and are always so helpful! :)
Add a Comment
I am totally lost. This is a flash file and would like to use css/ javascript. HELP!
http://webapps.easy2.com/cm/flash_ext/lowe_index.asp?page_id=36062313¬racking=yes
Just added two things, the paragraph needed a higher z-index and a background color
http://jsfiddle.net/Q2X4w/2/