Jump to content

Recommended Posts

Posted

I am a web developer, and I noticed you have some padding or margin errors in the CSS.

 

On Firefox at least, when you login, the login box above the search is a little off.

Posted

Yup, that's my fault. I just haven't had the time to fix it, and if you squint you don't notice in FF. If someone wants to play with the CSS and suggest a fix, I'm game. Else it's a lo-pri known issue.

 

And Tony, if you're a php whiz I can certainly use some custom php code. Alas, I'm a .Net dude and trying to navigate the forum files was too much of a time sink.

Posted

Yup, that's my fault. I just haven't had the time to fix it, and if you squint you don't notice in FF. If someone wants to play with the CSS and suggest a fix, I'm game. Else it's a lo-pri known issue.

 

And Tony, if you're a php whiz I can certainly use some custom php code. Alas, I'm a .Net dude and trying to navigate the forum files was too much of a time sink.

Although my website is run on phpcake, I will certainly not hide the fact I am not a php wiz. It's just a CSS error, open up the css file in dreamweaver or notepad and change this code:

 

#user_navigation {
background: #c5c5c5 url(http://forum.whitearmor.net/public/style_images/FISD2010/usernav.png) repeat-x;
font-size: 0.9em;
border-width: 1px 1px 1px;
border-style: solid;
border-color: #777;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
/*margin-bottom: -93px;
top: -93px;
right: 10px;
position: relative;*/
position: absolute;
top: 32px;
right: 15px;
float: right;
z-index: 9999;
}

 

Change that margin top about 10 pixels or so.

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.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...