dzandman
28 Dec 2010, 07:04 PM
Hello world! I am basically a webdev beginner.
I was trying last night to update/revamp my site (dzandman.com), but I hit a bump. I'm trying to figure out how to make the text on each main label (About Me, My Work...) stay 100% opacity, while the bg color is reduced.
This guy (http://www.daniweb.com/forums/thread297491.html) got me close, but I can't figure out how to implement his CSS without breaking the JS. Any ideas?
As an example, this is how the second drawer is set up:
<h1 class="accordion_toggle">My Work</h1>
<div class="accordion_content">
<div id="vertical_nested_container" >
<h3 class="vertical_accordion_toggle">Advertising</h3>
<div class="vertical_accordion_content">
Thank you very much!
I was trying last night to update/revamp my site (dzandman.com), but I hit a bump. I'm trying to figure out how to make the text on each main label (About Me, My Work...) stay 100% opacity, while the bg color is reduced.
This guy (http://www.daniweb.com/forums/thread297491.html) got me close, but I can't figure out how to implement his CSS without breaking the JS. Any ideas?
As an example, this is how the second drawer is set up:
<h1 class="accordion_toggle">My Work</h1>
<div class="accordion_content">
<div id="vertical_nested_container" >
<h3 class="vertical_accordion_toggle">Advertising</h3>
<div class="vertical_accordion_content">
Thank you very much!