Author Topic: Opera Image - Not Showing Up  (Read 4802 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Opera Image - Not Showing Up
« 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:



Should look like this:

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Opera Image - Not Showing Up
« Reply #1 on: March 06, 2010, 09:14:34 pm »
Try a Canadian flag instead. Opera on Linux is anti-American.

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: Opera Image - Not Showing Up
« Reply #2 on: March 06, 2010, 09:19:30 pm »
Show us code or you're wasting our time.
And like a fool I believed myself, and thought I was somebody else...

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Opera Image - Not Showing Up
« Reply #3 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).
« Last Edit: March 06, 2010, 09:32:05 pm by rabbit »