Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS absolute positioning Re: absolute positioning

#92010
artjunkie
Participant

Where exactly do you want to position it?

.jThumbnailScroller .jTscroller a has a position:relative; so each absolutely positioned title is kept within the anchor/image.

.jThumbnailScroller .jTscroller a {
background: none repeat scroll 0 0 #FFFFFF;
display: block;
float: left;
margin: 0 10px 0 0;
position: relative;
}