Jump to content

Recommended Posts

Posted

On my site, http://spudguns.trap17.com , I must have done something wrong with coding. Actually, maybe just messy, but it works in every browser but IE. in IE the boxes on the side (the ones labeled Nagvigation, externel links, and stats) stick into content. I have been looking at it for 2 weeks and could not find what is wrong. I think this turns many of my visitors away, so i want to fix this. Any suggestions?

Posted

IE doesn't adhere to W3C standards when parsing web pages. It has it's own set of rules when parsing web pages. I would recommend designing a mirror of your site compatible with IE and using PHP or JavaScript to figure out which browser your visitor is using and redirect them to the proper area.

Posted

I was thinking of that. I already have the referral link on my main page. But i don't want to move all my work just to put a firefox link and then forward them to my site.

 

"Your browser stinks, please download a better one!"

Posted

change your index.whatever to index2.whatever, open up all your files, run a find/replace for index.whatever/index2.whatever, and put the "IE is retarded, get FireFox" page on index.whatever

Posted

is there a way that i can detect browser and if it's IE, tell them to swtich browsers?

Posted

Yeah, let me find the PHP code to do it.

 

EDIT: It's some code on a blog buried deep within spreadfirefox.com. Anyone know off the top of their head what it is?

Posted

that's what i was thinking, to use spreadfirefox link there.

  • 2 months later...
  • 3 weeks later...
Posted

Just use the 'php site' tool by HH. It will make you a php page. If you want to make it yourself then you would have to use some sofware like dreamweaver.

 

 

Just select the help option provided by the software itself and learn.

 

and

 

ENJOY!!! B) B) B)

  • 2 weeks later...
Posted

yeah but i want to make it like that only i make the passwords and usernames and they expire after a certain time.

  • 2 weeks later...
Posted

What's this all got to do with the IE problem? Anyway, it has something to do with the css. I've seen this before... I just don't remember. I think it may be the cellspacing or padding, but you aren't using tables. I recommend switching to tables so IE will cope with it. Else just let people screw themselves using IE. I can't believe Micro$oft still allows people to use it... they should be ashamed of themselves :(

  • 1 month later...
  • 4 weeks later...
Posted

this is one thing i hate about div tags... they aren't cross-browser compatible yet.

 

What I did is make 3 different css (one for ff, ie, and opera) and then I have php check what browser they are using and impliment one of the 3 css files. works great!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...