float container issue
i needed add previous , next button outside container sub pages - created second container accomadate space not working
heres twin page - lays out properly
http://toddheymandirector.com/reel/
but when i add previous next within container still throws off
http://toddheymandirector.com/archive/
any ideas?
css previous , next buttons:
button.prev,
button.next {
font-size: 100%;
padding:3px;
width:8em;
}
.prev {position:fixed; bottom:125px; left:0}
.next {position:fixed; bottom:125px; right:0}
====================
html previous , next buttons. change urls own.
<button class="prev" onclick="javascript:window.location.href='http://www.google.com'">⇦ previous</button>
<button class="next" onclick="javascript:window.location.href='http://example.com'">next ⇨</button>
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment