Vultren Posted August 17, 2010 Report Posted August 17, 2010 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. Quote
bluehickey Posted August 17, 2010 Report Posted August 17, 2010 Yeah, that box is off in Safari too, slightly covering the top of the search input box. Quote
TK bondservnt[501st] Posted August 17, 2010 Report Posted August 17, 2010 now if we could only index the search feature, and have it give results on keywords. Quote
Valyyn Posted August 21, 2010 Report Posted August 21, 2010 Doesn't bother me, but if it helps with troubleshooting, it's the same for me on IE8 Quote
Daetrin[Admin] Posted August 21, 2010 Report Posted August 21, 2010 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. Quote
Vultren Posted August 22, 2010 Author Report Posted August 22, 2010 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. Quote
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.