Jump to content

Image Problem [Opera Browser]


mssakib

Recommended Posts

How can i solve it ?

My best guess is to change the dimensions of the inner elements so that they fit inside the 765px. As far as I can tell it's the same with an elephant in the room if it doesn't fit, either shrink the elephant or make the room bigger.

 

So Set a fixed width to those images. I am pretty sure that should do the trick. If not, i'll look at it again.

Link to comment
Share on other sites

I looked at it a little closer and i noticed something odd.

 

You might want to change /add the following to your stylesheet:

 

body{margin:0; padding:0;}  /* or just use a reset.css /read sticky */

.logo {
    background: -moz-linear-gradient(center top , #0272A7, #013953) repeat scroll 0 0 transparent;
    border: 1px solid #002232;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 1px #EDF9FF inset;
    margin-left: auto; /* instead of 180px */
    margin-right: auto; /* idem */
    margin-top: 10px;
    padding: 30px;
    width: 825px; /* gave it a fixed with */
}

 

try this

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.