turrrt Posted August 3, 2006 Share Posted August 3, 2006 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] Quote Link to comment https://forums.phpfreaks.com/topic/16446-problem-aligning-navigation-bar/ Share on other sites More sharing options...
moberemk Posted August 3, 2006 Share Posted August 3, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/16446-problem-aligning-navigation-bar/#findComment-68528 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.