QueBert
Lifer
I'm trying to get this figured out, not having much luck. Here's the code
#slider { width:516px; height:304px; position:relative; overflow:hidden; }
#mask-gallery { overflow:hidden; }
#gallery {list-style:none; margin:0; padding:0; z-index:0;width:900px; overflow:hidden; }
#gallery li {float:left; }
#mask-excerpt { position:absolute; top:150; left:0; z-index:525px; width:525px; height:85px; overflow:hidden; }
#excerpt { filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75; list-style:none; margin:0; padding:0; z-index:10; position:absolute; top:150; left:0; width:525px; height:85px; background-color:#000; overflow:hidden; font-family:arial; font-size:10px; color:#fff; }
#excerpt li { padding:5px; }
#excerpt li h2 { font-size:18px; }
#buttons { z-index:88; position:relative; margin-top:-305px; padding-left:6px; font-size:15px; background:#000; width:94px; height:30px; }
.clear { clear:both; }
It works, but I'd like to get to get the #excerpt to show up at the bottom of the slider and not the top. I read up on absolute positioning and setting the top value should effect where it shows up in my slider box. But, if I set it for anything besides 0 it vanishes. I didn't create the original code, it's from a WP theme I purchased. I'm assuming I need to edit both bolded right? I've tried a few dozen things with no luck what-so-ever. I Edited just one, edited both. Even tried to make it relative. With the code as it is pasted I get no box, the original top on both were set to 0.
*EDIT* just noticed that if I have the height=:85px; my scroller isn't changing.
#slider { width:516px; height:304px; position:relative; overflow:hidden; }
#mask-gallery { overflow:hidden; }
#gallery {list-style:none; margin:0; padding:0; z-index:0;width:900px; overflow:hidden; }
#gallery li {float:left; }
#mask-excerpt { position:absolute; top:150; left:0; z-index:525px; width:525px; height:85px; overflow:hidden; }
#excerpt { filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75; list-style:none; margin:0; padding:0; z-index:10; position:absolute; top:150; left:0; width:525px; height:85px; background-color:#000; overflow:hidden; font-family:arial; font-size:10px; color:#fff; }
#excerpt li { padding:5px; }
#excerpt li h2 { font-size:18px; }
#buttons { z-index:88; position:relative; margin-top:-305px; padding-left:6px; font-size:15px; background:#000; width:94px; height:30px; }
.clear { clear:both; }
It works, but I'd like to get to get the #excerpt to show up at the bottom of the slider and not the top. I read up on absolute positioning and setting the top value should effect where it shows up in my slider box. But, if I set it for anything besides 0 it vanishes. I didn't create the original code, it's from a WP theme I purchased. I'm assuming I need to edit both bolded right? I've tried a few dozen things with no luck what-so-ever. I Edited just one, edited both. Even tried to make it relative. With the code as it is pasted I get no box, the original top on both were set to 0.
*EDIT* just noticed that if I have the height=:85px; my scroller isn't changing.
Last edited: