im probably missing something dopey and obvious but im trying to add previous and next buttons to my layout and its not working
i want this:
http://toddheymandirector.com/ARCHIVE/2/
to look like this:
http://toddheymandirector.com/images/archive.jpg
my stylesheet:
http://toddheymandirector.com/css/style_heyman_1.css
ideas?
This is one of those rare situations when absolute positioning (AP) really is necessary.
First establish the parent container and set its position to relative.
.main-contents{
position:relative; /**to control AP elements**/
height: 369px;
margin: 40px auto;
width: 812px;
}
Next, replace floats and margins with positioning. Adjust values to suit.
#prev {
position:absolute;
top:160px;
left:-40px;
width: 38px;
height: 100px;
}
#next {
position:absolute;
top:160px;
right:-40px;
width: 38px;
height: 100px;
}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
i love this forum. thank you both. worked like a charm (funny nancy you know very well how ive been trying to create liquid layouts -so this is ironic)
http://toddheymandirector.com/ARCHIVE
so would this same exception apply if i want this
http://toddheymandirector.com/FILM/index_alex.html
to layout (and fade on in this order) like this
http://toddheymandirector.com/FILM/
create another class for the two thumbs as well as tribeca and hbo?
thanks-
Todd
there is a bug though -adding position to the parent container killed the directional hover on all the thumbs..
heres how it was (i put up a style_heyman_5.css with no postioning on the parent div):
http://toddheymandirector.com/REEL/index_hovery.html
also it diplaces the main page (go from here to REEL)
North America
Europe, Middle East and Africa
Asia Pacific