If you encounter any difficulties viewing the site (i.e. it doesn't display correctly), you will need to clear/empty your browser's cache: Here is a guide on how to clear/empty the cache for the various browsers (Chrome, IE, Firefox, Opera, Safari, etc): http://www.wikihow.com/Clear-Your-Browser's-Cache
Over the past few weeks I've been working on a new header design for the site. The current design was only supposed to be temporary but I got distracted by other things - hence we've have it for over 18 months!
The new header is now live. Hopefully everybody can view it and use the drop-down menus without any issue. I have tested it fully with the latest versions of Google Chrome and Firefox. In addition, I have tested it with IE9 and have rendered it using IE7 and IE8 (but I haven't been able to test the drop-down menu with IE7 and IE8 as my testing software only allows page renders).
the forum doesn't work properly with Opera. I get a great big white space under the drop down menu's that continues down to the bottom of the links on the left. Everytime I go to a new thread or post I'm staring at a great big white space and have to scroll down over a page to see the top of the forum header.
I've got some issues...at first I too got the big white space at the top, but after a minute or two that issue seems to have gone away, but sizing and headers/columns seem messed up (even at 50% zoom not everything is fitting...and what is on the screen is misaligned)
CeeBee wrote:the forum doesn't work properly with Opera. I get a great big white space under the drop down menu's that continues down to the bottom of the links on the left. Everytime I go to a new thread or post I'm staring at a great big white space and have to scroll down over a page to see the top of the forum header.
Would you mind posting a screenshot?
What version of Opera are you using? I have the latest version (v12.12) and it works fine. Are you using any ad-blockers which might be blocking part of the site?
nino33 wrote:I've got some issues...at first I too got the big white space at the top, but after a minute or two that issue seems to have gone away, but sizing and headers/columns seem messed up (even at 50% zoom not everything is fitting...and what is on the screen is misaligned)
I take it you're running IE7 or IE8. It looks like I've made some last minute change which has messed up the layout on IE7 and IE8 (it was working fine yesterday evening ). I'm looking into it.
nino33 wrote:I've got some issues...at first I too got the big white space at the top, but after a minute or two that issue seems to have gone away, but sizing and headers/columns seem messed up (even at 50% zoom not everything is fitting...and what is on the screen is misaligned)
I take it you're running IE7 or IE8. It looks like I've made some last minute change which has messed up the layout on IE7 and IE8 (it was working fine yesterday evening ). I'm looking into it.
I made a typo in a part of the code (it seems certain browsers can self-correct the mistake, but IE7/8 doesn't like it). I've fixed it now and have re-uploaded the affected files. How does it look now?
looks like I've got 11.61... funny that I have not got a message to get the latest as I should. Also have it set to block unwanted pop-ups. Nothing comes up that it's blocking anything but I'll try turning it off and see if it fixes it.
Weird... I turned off the popup blocker and now the search buttons are up in the header bar underneath "The Blue Line" wording and the white space is still there. Also checked for an update and it says I have the latest version. V11.61 build 1250. Looking at Nino's screenshots it seems like I have all the links running down the side instead of across the top. Thought something was not right.
CeeBee wrote:Installed 12.12 and it's still bunged up. I tried refreshing and it's still bunged.
edit: Checked in IE 8.0.6001.18702 and it 's messed up the same as in Opera
My bad. How is it now? You might need to refresh/delete your cache. Note that the search box won't be positioned quite right (currently it is on the right hand side of the header but not flush against the edge) - I'm starting over again with that.
nino33 wrote:P.S. I'm not getting the EHM in-game pics ("the dots") in the banner...which I think look cool
The function for creating that particular background uses what is known as CSS3. Internet Explorer 7 and, IIRC, 8 do not support this. You'd need to upgrade to IE9 or use a browser such as Chrome or Firefox in order to see the EHM dots.
I've repositioned the search bar. Hopefully all is okay now. I'll test it out with Opera 11 later - it'd be nice to have some backward compatibility so everyone can visit the site okay.
EDIT:
Remove the styling (including positioning: fixed) from the input!
Hi Octavian. The problem is how the different browsers handle positioning differently (which is why padding doesn't work). I'd hoped fixed positioning would fix it horizontally to the browser window, but unfortunately it also fixes it vertically too! The #header_titlesearch is already floated to the right, but it doesn't place the search box in the right, it just floats it to the right of the title text (but left aligned).