www.xvisor.connect-hosting.com/test
how do i set the background of the layer to show the image?
i've seen it on other sites and it looks fine :(
any ideas?
+rep to help that leads somewhere.
Printable View
www.xvisor.connect-hosting.com/test
how do i set the background of the layer to show the image?
i've seen it on other sites and it looks fine :(
any ideas?
+rep to help that leads somewhere.
Before anything, can I ask whats up with the coding?
"width:100%px;
height:100%px;"
100%px ?
oh crap.
don't ask - im not too bright on the coding side.
There you go..I think lolCode:<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#topholder {
position:absolute;
background-image:url(http://www.xvisor.connect-hosting.com/test/topholder.png);
background-repeat:no-repeat;
width:100%;
height:100%;
z-index:1;
left: 64px;
top: 19px;
}
#topbanner {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 180px;
top: 16px;
}
-->
</style>
</head>
<body>
<div id="topholder">
<div id="topbanner"></div>
</div>
</body>
</html>
one is topholder and one is topbanner.
it didn't help :(
edit: sorted now, it needs to be a defined width when using it as background :)
I know I realised that I missread the IDs.
And gdgd you've sorted it (: