Jump to content

Browser differences


PhpNobody

Recommended Posts

Please take a look at the outcomes I get.

FF http://sciencewar.hostme.lt/images/ff.bmp

IE http://sciencewar.hostme.lt/images/ie.bmp

Chrome  http://sciencewar.hostme.lt/images/chrome.bmp

Opera http://sciencewar.hostme.lt/images/opera.bmp

 

First of, the shortcut icon. Code:

<link rel="SHORTCUT ICON" href="htt://sciencewar.hostme.lt/images/icon.ico">

It's 32x32. Why it's only displayed in Opera?

 

And now the tables.

In IE it seems that the borders stay not removed.

CSS code:

.line {
    border-width:0;
    background-color:#333333;
    width: 200px;
    height: 10px;
    background-image: url(http://sciencewar.hostme.lt/images/line.png);
}

I use the line class in <hr/>. Is this the reason why the borders don't get removed in IE? And if so then how should I handle it?

 

Now the missing borders. The missing border is actually part of the image and not a border.

Link to it: http://sciencewar.hostme.lt/images/col_left.gif

How should I fix it so that they appear in Opera and Chrome?

 

Thanks.

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.