Jump to content


Firefox VS IE


6 replies to this topic

#1 marcinxp

    Young Padawan

  • Members
  • Pip
  • 19 posts
  • Location:Chicago
  • Interests:3D Modeling

Posted 09 March 2006 - 06:56 PM

I wanted to know how to code/change the html to make the IE image look like the firefox one.

Attached Files



#2 sq3r

    Young Padawan

  • Members
  • Pip
  • 239 posts
  • Location:Oregon City, Oregon
  • Interests:I like stuff.

Posted 09 March 2006 - 08:47 PM

It would be really nice if we could see the code you're using.

#3 marcinxp

    Young Padawan

  • Members
  • Pip
  • 19 posts
  • Location:Chicago
  • Interests:3D Modeling

Posted 09 March 2006 - 09:51 PM

View Postsq3r, on Mar 10 2006, 01:47 AM, said:

It would be really nice if we could see the code you're using.

sorry, i thought it was a general thing.

anyway heres the link http://marcinxp.ic3d.net/home.htm

#4 tiki

    Young Padawan

  • Members
  • Pip
  • 259 posts
  • Gender:Male
  • Location:California

Posted 09 March 2006 - 10:58 PM

Usually IE is a pain, so youll have to make it for both ie and ff.

Also if your going to use css, dont use tables.

ie
.leftbar {
background-image: url(images/left_bar.png);
background-repeat: repeat-y;
background-position: right;
margin-right: -1px;
}

Ff

html>body .leftbar {
background-image: url(images/left_bar.png);
background-repeat: repeat-y;
background-position: right;
}

Edited by rc69, 11 March 2006 - 01:29 PM.


#5 marcinxp

    Young Padawan

  • Members
  • Pip
  • 19 posts
  • Location:Chicago
  • Interests:3D Modeling

Posted 09 March 2006 - 11:21 PM

View Posttiki, on Mar 10 2006, 03:58 AM, said:

Usually IE is a pain, so youll have to make it for both ie and ff.

Also if your going to use css, dont use tables.

ie
.leftbar {
background-image: url(images/left_bar.png);
background-repeat: repeat-y;
background-position: right;
margin-right: -1px;
}

Ff

html>body .leftbar {
background-image: url(images/left_bar.png);
background-repeat: repeat-y;
background-position: right;
}

What would u suggest on doing to have the same effect w/ css but w/out tables?

Edited by rc69, 11 March 2006 - 01:29 PM.


#6 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 10 March 2006 - 02:00 AM

Quote

w/ css but w/out tables
with css but without tables?.... it would be exactly the same as in the way he suggested.

#7 Quimp

    Young Padawan

  • Members
  • Pip
  • 18 posts

Posted 10 March 2006 - 10:37 PM

Quote

I wanted to know how to code/change the html to make the IE image look like the firefox one.
Internet Explorer doesn't support transparency (use of mask) for PNGs. Your best bet would be to create a non-transparent image that blends with the background color.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users