Hi Guys,
First off thakns for all your help in previous posts about my problems in setting up my website.
I have now changed to css to put everything in order and keep everything the same no matter what resolution is set.
The problem now is i have an image on the first page of my website. The problem is i can see it fine in firefox but not in internet explorer??
Why is this?
Here is the css code:
/* CSS Document */
body{
background: url(../images/background.jpg);
margin: 0px;
color: #000000
font-family:Calibri;
font-size:12px
}
#container {
position:relative;
width:800px;
margin:auto;
}
div.imageholder{
position:absolute;
width:424px;
height:544px;
left:376px;
top:100px;
}
div.navigation{
position:absolute;
width:200px;
height:444px;
left:800px;
top:120px;
z-index:5;
line-height:30px;
font-family:Calibri;
font-size:18px;
color:;
}
.style {
color:#FF9900;
font-weight:bold;
{
a.navigation:link{
color:#000000;
text-decoration:none;
}
a.navigation:visited{
text-decoration:none;
color: #660066;
}
a.navigation:hover{
text-decoration:none;
color:#FFFF33;
}
a.navigation:active{
text-decoration:underline;
color:#FFFF33;
}
div.contentarea {
position:absolute;
width: 600px;
height: 300px;
left: 50px;
top: 50px;
font:13px;
text-align:justify;
}
Thanks for your help, yet again
First off thakns for all your help in previous posts about my problems in setting up my website.
I have now changed to css to put everything in order and keep everything the same no matter what resolution is set.
The problem now is i have an image on the first page of my website. The problem is i can see it fine in firefox but not in internet explorer??
Why is this?
Here is the css code:
/* CSS Document */
body{
background: url(../images/background.jpg);
margin: 0px;
color: #000000
font-family:Calibri;
font-size:12px
}
#container {
position:relative;
width:800px;
margin:auto;
}
div.imageholder{
position:absolute;
width:424px;
height:544px;
left:376px;
top:100px;
}
div.navigation{
position:absolute;
width:200px;
height:444px;
left:800px;
top:120px;
z-index:5;
line-height:30px;
font-family:Calibri;
font-size:18px;
color:;
}
.style {
color:#FF9900;
font-weight:bold;
{
a.navigation:link{
color:#000000;
text-decoration:none;
}
a.navigation:visited{
text-decoration:none;
color: #660066;
}
a.navigation:hover{
text-decoration:none;
color:#FFFF33;
}
a.navigation:active{
text-decoration:underline;
color:#FFFF33;
}
div.contentarea {
position:absolute;
width: 600px;
height: 300px;
left: 50px;
top: 50px;
font:13px;
text-align:justify;
}
Thanks for your help, yet again