Jump to content

fun with css and browsers


flareback

Recommended Posts

So I'm making a website. It's looking okay in firefox. I check chrome, still okay. I check Internet Explorer 8, wtf just happened? Some screen shots below. I know the site isn't done but this is still awful on ie's part. I really hate ie. I wish a virus would attack microsoft and wipe the entire codebase from the multiverse.

 

 

ff.png

 

chrome.png

 

ie.png

Share this post


Link to post
Share on other sites

So bashing IE & Microsoft helped that?

I take it you know nothing about web design. :P

If you code pages you bash microsoft. Simple as that. IE does not follow the same standards as other browsers and is therefore annoying to code for.

Share this post


Link to post
Share on other sites

ok so im editing my post because I see you are in Wake Forest, I figured it was for our area with the name. I live in Durham.

Edited by wormy

Share this post


Link to post
Share on other sites

  • 1 month later...

Something dirty. Put the thing you want in the middle lets say in:

 

<div id="centered">THE THING YOU WANT IN THE MIDDLE</div>

 

and then in your css file

 

#centered
{
text-align: center;
}

That will work in IE

 

Or you could just learn. After trial and error you may get it. There are a lot of options and I always have to check them cuz I just forgot :P

http://www.barelyfitz.com/screencast/html-training/css/positioning/

Edited by loco_frags

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...