Firefox VS IE
Started by marcinxp, Mar 09 2006 06:56 PM
6 replies to this topic
#1
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.
#2
Posted 09 March 2006 - 08:47 PM
It would be really nice if we could see the code you're using.
#3
Posted 09 March 2006 - 09:51 PM
sq3r, 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
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;
}
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
Posted 09 March 2006 - 11:21 PM
tiki, 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;
}
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
Posted 10 March 2006 - 02:00 AM
Quote
w/ css but w/out tables
#7
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.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
