Jump to content

Problem Aligning Navigation bar!


turrrt

Recommended Posts

Been trying to fix this for hours, im a novice to this, i've came close but have screwed but the fonts. Basically im trying to move the flash navbar more to the left to leave room for other links. I think this is a css problem.. below is a picture of the problem, i want to have the navbar centered in the middle. Heres the css code containing info about the navbar + a picture!

[quote]body {
margin: 0 0 30px 0;
padding: 0 0 0 0;
font-family: tahoma, 'Trebuchet MS', Arial, sans-serif;
font-size: 95.5%;
color: #333333;
background-color: #000;
}
#page {
margin: 0 auto 0 auto;
padding: 0 0 0 0;
width: 759px;
min-height: 100%;
}
#headerwrapper {
width: 759px;
height: 320px;
}
#navbartop {
width: 759px;
height: 42px;
background:url("images/navbar_top.gif") top left no-repeat;
}
#navbar {
width: 759px;
height: 33px;
background:url("images/navbar.gif");
}

#header {
height: 245px;
width: 759px;
background: url("images/header.jpg") top left no-repeat;
}[/quote]

[URL=http://img443.imageshack.us/my.php?image=siteeey5.jpg][IMG]http://img443.imageshack.us/img443/1499/siteeey5.th.jpg[/img][/URL]
Link to comment
https://forums.phpfreaks.com/topic/16446-problem-aligning-navigation-bar/
Share on other sites

First, check the flash file itself to make sure it isn't there. If it isn't, try giving the navbar a left-padding value of 0px; and see if that works any better. It would probably help to see the code too, as it would make a difference unless you put * {margin: 0px; padding: 0px;} at the top of your code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.