• Page 1 of 1
  • 1
uCoz Community » Archives » Locked » Site messes up with diffrent kind of browsers
Site messes up with diffrent kind of browsers
Guma
Posts: 7
Reputation: 0

Message # 1 | 9:44 AM
It's just when i made the background aligned to the site, and while you scroll down it is locked outside.
Same is with that i changed Favicon of site.

When i wen't on Internet Explorer the Favicon is not visible (looks like default), but the background outside is, but when i wen't on Google Chrome, Favicon is visible but background is not.

Same thing happens to Avatars in chatbox :/

The codes i used has no affiliation within what browser i use.
Any suggestions?

http://pebblegames.ucoz.com/
Join us!
We are a growing indie community, help us expand
and register
PixelKhaos
Posts: 636
Reputation: 26

Message # 2 | 3:56 PM
Link your website.

Some of your browsers may be outdated versions.
Have you used any css3 or html5?

Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com
PixelKhaos on twitter - @PixelKhaos

I can help you develop your site for a small fee.
Guma
Posts: 7
Reputation: 0

Message # 3 | 8:39 PM
www.rebbit.ucoz.com.

Getting onto updating my main browsers, i'll see how it goes then.

Added (2012-03-31, 2:39 PM)
---------------------------------------------
Ow, i used the main CSS throught-out the CP style sheet. Not sure wich version it is, my browser is Google Chrome and it does support both of languages.


http://pebblegames.ucoz.com/
Join us!
We are a growing indie community, help us expand
and register
PixelKhaos
Posts: 636
Reputation: 26

Message # 4 | 9:32 PM
Guma, Looks fine in all browsers except that the background only shows in IE.
Seems like it's because the background color for "body" is overlapping the wrapping.

In your main css (the one in CP), edit the following:
Code
body {margin: 0px;font: 12px 'Tahoma', 'Arial';color: #676767;text-align: center;background: #efefef;}

To something like:
Code
body {margin: 0px;font: 12px 'Tahoma', 'Arial';color: #676767;text-align: center;background:url('BACKGROUND') fixed absolute;}


---

If that doesn't work edit this part:
Code
#wrap {background: url('/Simple_Grass_Background_H_by_YuniNaoki.jpg') fixed absolute;}


Use the full image url, and try removing "absolute".

Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com
PixelKhaos on twitter - @PixelKhaos

I can help you develop your site for a small fee.
Post edited by Acid - Saturday, 2012-03-31, 9:35 PM
Guma
Posts: 7
Reputation: 0

Message # 5 | 12:23 PM
Hey, it worked!
Thanks alot happy

http://pebblegames.ucoz.com/
Join us!
We are a growing indie community, help us expand
and register
uCoz Community » Archives » Locked » Site messes up with diffrent kind of browsers
  • Page 1 of 1
  • 1
Search: