Results 1 to 1 of 1

Thread: Need Help to center text on image (Opera, IE problem)

  1. #1
    Join Date
    Nov 2009
    Location
    All around Europe
    Posts
    16
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Need Help to center text on image (Opera, IE problem)

    Hi all,
    Need some help to center text with backgroung image. Everything appear fine in Firefox, but in Opera the text appear not on the background. The code i us for the background-image and paragraph is this ;

    Code:
    div.circle  {
      float: left;
      display: inline;
      background-image:url('images/circle.gif');
      background-repeat:no-repeat;
      width:320px;
      height:150px;
      padding: 30px 10px; 
      }
      
    div.circle p {
      font: oblique 13px Verdana;
      font-weight:bold;
      color:#002266;
      margin: 20px 40px;
      text-align: center; 
      }
    I cannot give working example because i testing this on my machine.

    Screenshots ;

    This is the correct look in FF
    http://www.imagebanana.com/view/9tdavbhx/Screenshot.png

    and the wrong look in Opera
    http://www.imagebanana.com/view/22nc...creenshot1.png

    Please somebody to help me.
    Last edited by iv4o; 05-08-2010 at 12:44 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •