PDA

View Full Version : IE is the worst browser in the world!



Peegee
11-07-2004, 07:08 PM
I take back every nice thing I've ever said about it (that it can change the scrollbars). This is annoying to no end!

First it didn't display the table as 600 pixels. So I fix that by putting width:600px in the css section for table tags. Now it won't center the table!

I have margin-left: auto and margin:right: auto but IE doesn't recognise 'auto' as anything important so it ignores it. So I figure to make the entire table tag enclosed in a div tag with text-align:center. Simple enough right? Wrong. IE doesn't recognise that either.

And now for some reason my pictures won't load. I have a CSS style to do this:

#rayBackGroundEM {
background: #C85948 url("../images/Spit_EM.jpg");
background-repeat:no-repeat;
background-:bou::bou::bou::bou::bou::bou::bou::bou::bou::bou:right top;
:bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: relative;
}

which I learned (here (http://www.bigbaer.com/css_tutorials/css.image.text.wrap.htm)). It's really cool and allows me to have inline text all over the place just as long as I tell the browser what square/rectangular blocks I want as "sandbags".

But noooo IE doesn't wanna load that either.

Baloki
11-07-2004, 07:37 PM
You missed a comma:

background: #C85948, url("../images/Spit_EM.jpg");

Edit: and for it to work in IE you need to split that tag up:

background-color: #xxxxxx;
background: url();

Peegee
11-07-2004, 08:14 PM
That didn't work in IE :(

Baloki
11-07-2004, 08:38 PM
might be:
background-image: url();

Dr Unne
11-08-2004, 04:01 AM
Put a height and width and margin and padding specification on every single tag you use, if you're looking to make things work in IE. Also remember that IE doesn't let you use min-height. And don't use float. And don't use :bou::bou::bou::bou::bou::bou::bou::bou::bou::bou:fixed. And don't use width: 100% because IE will often interpret that to mean 100% of the window size, not 100% of the containing block. And don't use :hover on anything other than links. And watch out if you need to use ordered or unordered lists, because IE chokes on the spacing.

A better solution is to completely ignore what pages look like in IE. I don't think it really matters.

Peegee
11-08-2004, 04:18 AM
Of course it doesn't...but I get marked on how things look in IE and Netscape (well whatever...it's almost the same code if not the same as Mozilla), so I can't ignore it.

Which is what irriated me all throughout today because it was only IE that gave me problems. :D

Dr Unne
11-08-2004, 04:39 AM
Welcome to my world.

Baloki
11-08-2004, 10:38 AM
Yet I have hardly any problems making mu Mozzilla displaying CSS and XHTML work in IE so therefore your all a bunch of whiners :P

It can be a bitch sometimes I know though :D

Peegee
11-08-2004, 02:48 PM
IE actually displays things differently. Unne said not to use float but I was using CSS sandbagging techniques to have dynamic margins for the text. I had problems because IE figured that the 'bottom' was lower than it was, and thus I had to move the image up a bit and have flat text at the bottom...

bah nm. I only use IE to get windows updates anyway, and no more html projects for the time being -_-

crono_logical
11-08-2004, 02:52 PM
I use Firefox to get my Windows updates :monster:

Peegee
11-09-2004, 02:12 AM
I checked it out and you can actually do that, but they don't have that 'find what you need' function at first check.

I like that function. Just checkbox what I want and yay!

Hawkeye
11-14-2004, 04:28 AM
one word: firefox

Citizen Bleys
11-15-2004, 07:53 PM
I just ignore what pages look like in any browser other than Lynx.

Peegee
11-15-2004, 08:16 PM
stop messing around xD

Doomgaze
11-15-2004, 09:06 PM
<img src=http://forums.eyesonff.com/images/smilies/lovesmile.gif><img src=http://forums.eyesonff.com/images/smilies/lovesmile.gif><img src=http://forums.eyesonff.com/images/smilies/lovesmile.gif><img src=http://forums.eyesonff.com/images/smilies/lovesmile.gif> you, Bleys. Some of us use GOOD browsers, like Mosaic 1.0.

Citizen Bleys
11-15-2004, 10:34 PM
Or Links. Let's not forget Links.

Dr Unne
11-16-2004, 05:30 AM
Links running in a true console using the framebuffer driver does a surprisingly good job at rendering.

Yamaneko
11-16-2004, 05:33 AM
Links is pretty freaking awesome, really.

Endless
11-16-2004, 06:15 AM
I discovered links when installing gentoo, and I have to agree with the two posts above.

crono_logical
11-16-2004, 12:42 PM
I discovered links when installing gentoo, and I have to agree with the two posts above.s/two/three/