PDA

View Full Version : Alignment / Placement issues on Home Page


NoslocG
Oct-26-2007, 11:19 AM
Hello D-Grinners,

This is my first post!

I am having problems getting everything to line up nice and tight on my home page. There is a large black gap between my NAV bar and the flash slide show I would like to get rid of. Cant seem to figure out how to resize what ever it is that needs to be resized. :scratch

I also have one border or line running the entire width of the page along the bottom of the flash show I would like to get rid of.

And finally does anyone know how to change the border style around the photos of the flash slide show? A gradient black and white I think would be sweet! :ivar

www.colsongriffith.com

Thanks thanks thanks!

Colson

Allen
Oct-26-2007, 11:32 AM
Hello D-Grinners,

This is my first post!

I am having problems getting everything to line up nice and tight on my home page. There is a large black gap between my NAV bar and the flash slide show I would like to get rid of. Cant seem to figure out how to resize what ever it is that needs to be resized. :scratch

I also have one border or line running the entire width of the page along the bottom of the flash show I would like to get rid of.

And finally does anyone know how to change the border style around the photos of the flash slide show? A gradient black and white I think would be sweet! :ivar

www.colsongriffith.com (http://www.colsongriffith.com)

Thanks thanks thanks!

Colson

Check to see what the margin-bottom does logged in.

#navcontainer ul {
width: 760px;
height: 25px;
margin: 0 auto;
margin-bottom: -40px;
padding-top: 20;
padding-left: 0;
list-style-type: none;
text-align: center;
}

#footer_wrapper {border: none;}

NoslocG
Oct-26-2007, 12:48 PM
Hey Allen,

Thanks for the tips. Tried it out and now the NAV bar is not working in IE. Is the navcontainer covering up the links?

It does work fine in FireFox and Safari....

Colson