Clan x86

Technical (Development, Security, etc.) => Unix / Linux Discussion => Topic started by: rabbit on March 06, 2010, 03:28:57 pm

Title: Opera Image - Not Showing Up
Post by: rabbit on March 06, 2010, 03:28:57 pm
I'm working on a website, and this is really starting to anger me.  The banner of the site won't show up in Opera on Linux, but it shows up in every browser on Windows (even Opera T.T) and every non-Opera browser in Linux:

(http://rabbitx86.net/pub/opera-nix.png)

Should look like this:
(http://rabbitx86.net/pub/opera-win.png)
Title: Re: Opera Image - Not Showing Up
Post by: iago on March 06, 2010, 09:14:34 pm
Try a Canadian flag instead. Opera on Linux is anti-American.
Title: Re: Opera Image - Not Showing Up
Post by: Blaze on March 06, 2010, 09:19:30 pm
Show us code or you're wasting our time.
Title: Re: Opera Image - Not Showing Up
Post by: rabbit on March 06, 2010, 09:30:09 pm
Code: [Select]
#banner
{
text-align: left;
position: absolute;
top: 0px;
background-image: url("http://tad.rabbitx86.net/blarg/tpl/templates/default/layout/banner.png");
background-repeat: no-repeat;
width: 799px;
height: 200px;
color: white;
font-size: 12px;
font-family: verdana, arial, sans-serif;
}
That doesn't matter.  Even trying to load the image directly doesn't work (the URL brings me to a blank page in Opera, but....again...the proper image in every other browser).