PDA

View Full Version : slideshow window


shelton
Jun-12-2007, 12:44 AM
hello - just want to move my homepage slideshow up towards the navbar to fill a dead space - can't figure where to make the adjustments though.
many thanks for any help. jason

Allen
Jun-12-2007, 06:06 AM
hello - just want to move my homepage slideshow up towards the navbar to fill a dead space - can't figure where to make the adjustments though.
many thanks for any help. jason
You added this the other day to stablize the page, now add
the bold to raise the show.

#ssSlide {
margin-top: -20px;
height:500;
}

shelton
Jun-12-2007, 10:18 AM
You added this the other day to stablize the page, now add
the bold to raise the show.

#ssSlide {
margin-top: -20px;
height:500;
} thanks Allen