canadianjameson
10-12-2006, 07:55 AM
Hi,
I'm sorry for this and i know its probably something that is simple but its 3am and my face is about to fall off.
This page (www.enviromark.ca/Collab/main.html) displays somewhat properly in IE but in FF the "Welcome" & Bonjour" images will not display underneath the main image as they do in IE.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Concordia Collaboration Lab</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
* {
padding: 0;
margin: 0;
}
body {
text-align: center;
height:100%;
}
img {
border: 0
}
#pageContainer {
min-height: 100%;
}
.clear {
clear:both;
font-size:0;
line-height:0px;
}
#languageLogo {
position:absolute;
display: block;
left:50%;
top:40%;
width:600px;
height:178px;
margin-left:-300px;
margin-top:-89px;
}
#english {
position:relative;
display: inline;
top: 70%;
width:200px;
height:50px;
margin-right: 70px
}
#french {
position:relative;
display: inline;
top:70%;
width:200px;
height:50px;
margin-left: 90px;
}
</style>
</head>
<body>
<div id="pageContainer">
<div id="languageLogo">
<img src="images/web_intro_logo2.gif">
</div>
<div id="english">
<a href="english.html" target="_self"><img src="images/EN_welcome_logo.gif"></a>
</div>
<div id="french">
<a href="french.html" target="_self"><img src="images/FR_welcome_logo.gif"></a>
</div>
</div>
</body>
</html>
Also I suppose it would be helpfull if those two images were equi-distant apart... for some reason changing the margin-right and margin-left on them to the same value wont do that...:confused:
i need to sleep :(
I'm sorry for this and i know its probably something that is simple but its 3am and my face is about to fall off.
This page (www.enviromark.ca/Collab/main.html) displays somewhat properly in IE but in FF the "Welcome" & Bonjour" images will not display underneath the main image as they do in IE.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Concordia Collaboration Lab</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
* {
padding: 0;
margin: 0;
}
body {
text-align: center;
height:100%;
}
img {
border: 0
}
#pageContainer {
min-height: 100%;
}
.clear {
clear:both;
font-size:0;
line-height:0px;
}
#languageLogo {
position:absolute;
display: block;
left:50%;
top:40%;
width:600px;
height:178px;
margin-left:-300px;
margin-top:-89px;
}
#english {
position:relative;
display: inline;
top: 70%;
width:200px;
height:50px;
margin-right: 70px
}
#french {
position:relative;
display: inline;
top:70%;
width:200px;
height:50px;
margin-left: 90px;
}
</style>
</head>
<body>
<div id="pageContainer">
<div id="languageLogo">
<img src="images/web_intro_logo2.gif">
</div>
<div id="english">
<a href="english.html" target="_self"><img src="images/EN_welcome_logo.gif"></a>
</div>
<div id="french">
<a href="french.html" target="_self"><img src="images/FR_welcome_logo.gif"></a>
</div>
</div>
</body>
</html>
Also I suppose it would be helpfull if those two images were equi-distant apart... for some reason changing the margin-right and margin-left on them to the same value wont do that...:confused:
i need to sleep :(