What am I missing here?
Any suggestions how to get this to work in Opera and IE.
http://www.chuckknows.com/ni/
Thanks,
Chuck
| SitePoint Sponsor |





What am I missing here?
Any suggestions how to get this to work in Opera and IE.
http://www.chuckknows.com/ni/
Thanks,
Chuck
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com




Um... What's the problem?
If it's supposed to be a black box on a green background it works great in IE 5.5!!





Thats the problem. It's not suppose to be.Originally Posted by maxor
Check it out in Mozilla/FF.
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com




I think you'd be better off just explaining the problems along with what you're trying to do. Most people are pretty lazy and making them click all over the place viewing source etc. is a lot of work! :P





View the site in FF and then in IE or Opera -- the problem will be obvious.Originally Posted by maxor
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com


Hey buddy,
Ya just need to order your background property properly, its real simple
your example:
the correct example:HTML Code:div#uppercorners { margin-top:25px; margin-left:auto; margin-right:auto; width:699px; background: url(images/topcorners.gif)transparent top left no-repeat; height:14px; }
The correct order should read:HTML Code:div#uppercorners { margin-top:25px; margin-left:auto; margin-right:auto; width:699px; background: transparent url(images/topcorners.gif)no-repeat top left; height:14px; }
background: background-color background-image background-repeat background-position
the reasoning behind that is because the style sheet is telling it to read a background colour immediatly while the image is trying to load if its large
Hope that helps
/Ox
My postings are a natural product.
The slight variations in spelling and grammar enhance its
individual character and beauty and in no way are to be
considered flaws or defects - http://www.guinnesspig.net





Thanx, That did the trick. I figured it was something simple.
The simple things are always the hardest to figure out.
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com


yup, tell me about it!! its the things that you least think are the problem.
But once you get it right, you wont forget it![]()
My postings are a natural product.
The slight variations in spelling and grammar enhance its
individual character and beauty and in no way are to be
considered flaws or defects - http://www.guinnesspig.net





If I can help you out, let me know. I owe you one.
Chuck
"Happiness doesn't find you, you find happiness" -- Unknown
www.chuckknows.com


no sweatI'll keep that mind, thanks
My postings are a natural product.
The slight variations in spelling and grammar enhance its
individual character and beauty and in no way are to be
considered flaws or defects - http://www.guinnesspig.net
Bookmarks