align DIVS!
align DIVS!
Out of context: Reply #6
- Started
- Last post
- 11 Responses
- weestu0
what you could do is set each caption with a top value to push the caption down. eg. for the first caption div add:
< div id = ' caption ' style = ' top : 490px ; ' >
that should make it line up with the bottom of the image although it'll mess up if the user increases/decreases their font size. You would need to set a different top value for each image's caption depending on their height...