• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

CSS Woes.

While I haven't gone through your code (due to it all being mashed together and it's late... and my eyes hurt, etc) are you sure you have closed all your divs? I was having a similar problem today at work and it was because I hadn't properly closed a span tag. In opera and FF it was fine, but IE shit the bed on it every time.
 
If you find all your tags are closed, might want to check how your floats are working for the #preview elements (which should be a class by the way).

Also, many of the errors in your XHTML is because of uppercase tags, and using "&" in your links; changing the "&" to "&" will fix that.
 
Add float:left to the #main .content selector and get rid of the clear div. that might fix it.
 
Back
Top