inherit
88478
0
Nov 25, 2024 7:24:03 GMT -8
Robyn
22,565
September 2006
millsberryfanrob
|
Post by Robyn on Dec 5, 2011 6:52:32 GMT -8
or maybe my website hates IE... I don't know I know that IE sucks when it comes to trying to make it look the same like all the other browsers, but I still get a lot of traffic on my website from IE 6-7 users, and even 8 users. I refuse to support IE 6, so 7-8 are the ones I'm aiming for, but I have 9 on my computer, so it's hard to test for older ones. Most specifically, it seems that my menu items have borders. Are you seeing any other errors as well? robertcity.com
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Dec 5, 2011 7:19:49 GMT -8
>57 line breaks before the doctype >57 line breaks after the <body> ಠ_ಠ
|
|
inherit
88478
0
Nov 25, 2024 7:24:03 GMT -8
Robyn
22,565
September 2006
millsberryfanrob
|
Post by Robyn on Dec 5, 2011 7:37:06 GMT -8
That was added to 'fool' hackers.
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Dec 8, 2011 17:19:37 GMT -8
To help make the site good for all browsers it would be nice for you to get these errors down a little. Xhtml Errors (12 Errors, 2 warning(s) )CSS Errors (2)If you can't fix them all and get the xhtml one down to 5 or less then you did a good job and go do something else. Heck, i can't get my Google+ button to validate but gonna try again tomorow on my day off of work to work on some coding crap.
|
|
inherit
88478
0
Nov 25, 2024 7:24:03 GMT -8
Robyn
22,565
September 2006
millsberryfanrob
|
Post by Robyn on Dec 9, 2011 5:21:50 GMT -8
Ah yes I was originally wanting my website to be xhtml compliant but after a while guess I forgot and got lazy.
Will definitely check that, however doesn't IE still mess around even if it's up to par with those sites?
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Dec 9, 2011 11:55:21 GMT -8
The major error between IE and other browsers is the box model it uses. Don't combine CSS attributes like width and padding, for example.
You will need separate elements. <div class="width"> <div class="padding"> content </div> </div>
|
|