Allen
Sep-08-2009, 09:49 AM
I'm trying to place a nav div in a Smugmug style gallery to replace of the one I have now in the gallery description. Works great but way too much maintenance each month.
I think I have the one on the subcat pages set but having problems with freezing it to the right margin in Smugmug style so the position doesn't change when stretching.
one of the sub-cat pages. Typical of all Birds cat subcats
http://www.photosbyat.com/Birds/Birding-2009-June
All the subcat pages are identical so would an absolute position be better?
Positioning a relative div is tricky, using margins and not quite sure if that's the best way. But at least it works.
Another test. This seems to work for subcats testing with WebDev
...
...
.subcategory_Birding_2009_January #BirdJump09 {
display: block;
z-index:99;
position: absolute;
left: 530px;
top: 75px;
width: 320px;
background: #ccc;
padding: 5px;
border: 2px ridge #444;
text-align: center;
}
Another issue:
Currently #albumNav_top has increase in height after moving extra buttons there. Is there a way to control the height? Is that just the price to pay squeezing 10lbs in a five pound box.
I think I have the one on the subcat pages set but having problems with freezing it to the right margin in Smugmug style so the position doesn't change when stretching.
one of the sub-cat pages. Typical of all Birds cat subcats
http://www.photosbyat.com/Birds/Birding-2009-June
All the subcat pages are identical so would an absolute position be better?
Positioning a relative div is tricky, using margins and not quite sure if that's the best way. But at least it works.
Another test. This seems to work for subcats testing with WebDev
...
...
.subcategory_Birding_2009_January #BirdJump09 {
display: block;
z-index:99;
position: absolute;
left: 530px;
top: 75px;
width: 320px;
background: #ccc;
padding: 5px;
border: 2px ridge #444;
text-align: center;
}
Another issue:
Currently #albumNav_top has increase in height after moving extra buttons there. Is there a way to control the height? Is that just the price to pay squeezing 10lbs in a five pound box.