Jump to content

Image as table background.


argasoft

Recommended Posts

Hi!

I have the following style:

.table_bg17{
    background: url(sfondo_05.jpg) no-repeat fixed top;
    color: #FFB340;
    font: 17px "Comic Sans MS";
    background-size: cover;
}
Image link: www.gemmamessori.it/sfondo_05.jpg
Original is vertical but it's shown:
- horizontal in Firefox and Brave
- vertical (correct) in Safari, IE7 and Edge

Any idea?

TIA
Arnaldo

Link to comment
Share on other sites

I don't think this is a CSS issue.

The image file itself is horizontal. There might be an orientation flag embedded into the image file telling it which way is up which one of the browsers is ignoring. Try editing it in an image manipulation program and saving it again.

The other possibility is that it is a CSS issue and there is some CSS rotating the element. I think this is less likely since such CSS would not work in IE7.

Link to comment
Share on other sites

Hi and thank you.


I edit it with CorelPhoto and its vertical. Preview with WinExplorer shows it vertical. Same with MS Paint and MS Picture Manager.
You mention a CSS issue: no rotation property found.

It's a page I made some years ago and I remember earlier versions of Firefox showed it vertical.
Did you try with different browsers?

Link to comment
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
×
×
  • Create New...