Forums

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

Home Forums CSS Adding a Link to my Anything Slider Re: Adding a Link to my Anything Slider

#108945

Any idea where in the CSS I’d put the code? Looks like I need it.

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
position: relative;
display: block;
margin: 0 auto 1px;
overflow: hidden; /* needed for Opera and Safari */
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
top:-3px;
}

/* anythingSlider base */
.anythingBase {
background: transparent;
list-style: none;
position: absolute;
top: 0;
left: 0;

}
.anythingBase .panel {
background: transparent;
display: block;
overflow: hidden;
float: left;