PDA

View Full Version : Tighten spacing up on home page


dhlewis
Dec-28-2007, 03:02 PM
Hi can someone give me some help tightening up the spacing between my header and the menu bar and/or the menu bar and the slideshow.

I want everything to fit properly on a 1024x768 screen without having to scroll.

Allen
Dec-28-2007, 03:58 PM
Hi can someone give me some help tightening up the spacing between my header and the menu bar and/or the menu bar and the slideshow.

I want everything to fit properly on a 1024x768 screen without having to scroll.
Change the banner height from 50px to the actual image height and you
gain a little.

#my_banner {
width: 600px;
height: 36px;
margin: 0 auto;
background: url(http://dhlewis.smugmug.com/photos/217144398-O.jpg) no-repeat;
}

dhlewis
Dec-28-2007, 04:15 PM
Allen, thanks again and again.