Jump to content
xisto Community
Sign in to follow this  
palladin

Problem With Mozzilla Firefox And Css

Recommended Posts

If someone got Mozilla Firefox then:

Here there is site:

http://forums.xisto.com/no_longer_exists/

In (IE, Opera) other browsers this page is showing propetly but Mozzilla don't show BG image in tables always when i use style class from CSS just eat whole row. The last menu on right don't use style class from css and mozzila show all BG images. Someone know what CSS function mozzila not support or meybe this is a bug ? If you guys see source code in mozilla you see there is code for this stuff but mozilla ignore them. HELP :)


--------------------

Practice is when evrything work but no one know why.
Theory is when work nothing but evry one know why.
Programmers join Practice with Theory - nothing work and no one know why :D

Share this post


Link to post
Share on other sites

This is the style tag you have in your css document:

/*background-image: url(../grafika/tlo.jpg);	background-attachment: fixed;	background-repeat: no-repeat;	background-position: center center;

The tag that I use on mine is this:
background: transparent url(images/background.jpg) repeat-y;

So combining those two with your image, I get:
background: transparent url(grafika/tlo.jpg) fixed no-repeat;background-position: center center; 

Try that out for size. Also, it would help if you made your images less blurry and your font more color coordinated.

Share this post


Link to post
Share on other sites

I FOUND :)

 

Mozilla is not support special text format in CSS:

 

display: table-caption;

 

and erase all object what this function try to change :D

 

And biscuitrat i'm say tabble BG not page BG :D page BG is off becose i move BG to center table instead whole page :D no matter i'm happy :D

 

And meybee someone some day ... from mozzila team ... fix this BUG.

 

 

--------------------

 

Practice is when evrything work but no one know why.

Theory is when work nothing but evry one know why.

Programmers join Practice with Theory - nothing work and no one know why :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.