Background Image placement Opera

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary

    Background Image placement Opera

    Hello,

    I want a background image to display in the extreme bottom right corner.
    What I have works fine in IE7 and FF2 not so in Opera 9.1

    Any suggestions?

    Page Posted at the the link.


  • Beauregard T. Shagnasty

    #2
    Re: Background Image placement Opera

    Gary wrote:
    I want a background image to display in the extreme bottom right
    corner. What I have works fine in IE7 and FF2 not so in Opera 9.1
    html {color:black; background:#669 9cc url(images/rssfeed.gif) no-repeat
    scroll 95% 95%;padding:1px ; }

    Why would you want this RSS button graphic as a background? That doesn't
    make sense to me. Why not place it in a footer div? Is it supposed to be
    a clickable button?

    body {font-family:'Trebuch et MS',Verdana,Tah oma,Arial,'Aria l
    Black',Helvetic a,'Century Gothic','Lucida Sans
    Unicode',Impact ,sans-serif; font-size:14px !important;}

    All those font families ... overkill. Re the size:

    Page Posted at the the link.
    >
    http://7ref.com/qzw


    Rather than naming your divs after positions (top, left, right), use
    meaningful words (banner, navigation, content). This way if you decide
    later to put the menu on the right, you won't have to rename everything
    to keep your code from looking silly.

    --
    -bts
    -Motorcycles defy gravity; cars just suck

    Comment

    • Gary

      #3
      Re: Background Image placement Opera

      "Beauregard T. Shagnasty" <a.nony.mous@ex ample.invalidwr ote in
      news:OYZmh.6371 90$QZ1.329158@b gtnsc04-news.ops.worldn et.att.net:
      Gary wrote:
      >
      >I want a background image to display in the extreme bottom right
      >corner. What I have works fine in IE7 and FF2 not so in Opera 9.1
      >
      html {color:black; background:#669 9cc url(images/rssfeed.gif) no-repeat
      scroll 95% 95%;padding:1px ; }
      >
      Why would you want this RSS button graphic as a background? That doesn't
      make sense to me. Why not place it in a footer div? Is it supposed to be
      a clickable button?
      >
      body {font-family:'Trebuch et MS',Verdana,Tah oma,Arial,'Aria l
      Black',Helvetic a,'Century Gothic','Lucida Sans
      Unicode',Impact ,sans-serif; font-size:14px !important;}
      >
      All those font families ... overkill. Re the size:

      >
      >Page Posted at the the link.
      >>
      >http://7ref.com/qzw
      >

      >
      Rather than naming your divs after positions (top, left, right), use
      meaningful words (banner, navigation, content). This way if you decide
      later to put the menu on the right, you won't have to rename everything
      to keep your code from looking silly.
      >
      Uh, thanks for the reply Mr. Shagnasty,

      However, it doesn't address my question.

      The graphic is simply for illustration of the problem (for anyone that
      might want to view the site in the browsers listed) as is the name of the
      divs, and text content as well. It just happened to be handy. I guess I
      should have looked for a more appropriate image.


      I do appreciate your reply, though.
      Silly as *it* is.

      Comment

      • Beauregard T. Shagnasty

        #4
        Re: Background Image placement Opera

        Gary wrote:
        I guess I should have looked for a more appropriate image.
        Probably so. Your new one cannot possibly be misconstrued as a link to
        anything.

        --
        -bts
        -Motorcycles defy gravity; cars just suck

        Comment

        • jonny  dee

          #5
          Re: Background Image placement Opera


          Gary wrote:
          Uh, thanks for the reply Mr. Shagnasty,
          >
          However, it doesn't address my question.
          >
          Oh, how we've all thought that at one time or another!
          >
          >
          I do appreciate your reply, though.
          Silly as *it* is.
          That too!

          Comment

          Working...