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
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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.