-
IE is the worst browser in the world!
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). 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules