DIV achtergrond herhaalt zich. Gekeken gedaan maar niets werk.

Status
Niet open voor verdere reacties.

123doctor

Nieuwe gebruiker
Lid geworden
14 mei 2011
Berichten
1
Geachte leden.
Ik ben zo wel bezig met een website, alleen is er een kleine probleem met deze website:

http://web.artcreations.nl/

Aan de rechter kant zie je een witte vlak. Dit heeft te maken met de achtergrond. Wat ik ook probeer, rechts wilt hij er niet vandaan.
Weet iemand hier voldoende van af en kan jij mij helpen?
De script ziet er tot nu toe zo uit:

<html>
<head>
<title>WEB.Artcreations.NL - Digital webart. In all sorts, sizes and all the colours. You can not imagine.</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<style type="text/css">
</style>


<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#E5E5E5;
scrollbar-shadow-color:#E5E5E5;
scrollbar-highlight-color:#E5E5E5;
scrollbar-3dlight-color:#E5E5E5;
scrollbar-darkshadow-color:#E5E5E5;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;


text-align:justify;
font-family: Verdana;
font-size:8pt;
letter-spacing:0pt;
line-height:14px;
color: #7C7C7C;}


A:link
{ text-decoration: none; color:#0E6169; cursor: none; }
A:visited
{ text-decoration: none; color:#7C7C7C; cursor: none; }
A:active
{ text-decoration: none; color:#A7A7A7; cursor: none; }
A:mouseover
{ text-decoration: none; color:#FFFFFF; cursor: none; }
A:hover
{ text-decoration: none; color:#0E6169; cursor: none; }


P {

align:justify

}

blockquote {
margin-left:10px;
margin-right:10px;
}
-->

</STYLE>
</head>
<body background="http://web.artcreations.nl/web/BGweb.jpg" text="#000000"
onLoad="window.onresize=new Function('if (navigator.appVersion==\'Netscape\') history.go(0);');">

<noscript></noscript><!-- --><script src="http://www.freewebs.com/p.js"></script><script language=JavaScript1.2>
//Gradual-Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=20
}
function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</SCRIPT>

<div id="root" style="position:absolute;top:0;left:0;width:0px;height:0px">
<div style="position: absolute; top: 0; left: 0"> <img src="http://web.artcreations.nl/web/layoutweb.jpg" BORDER=0 ALT="" USEMAP="#layout_Map">
</div>


<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 4px;
background-color:#5CB5C9;
color:#13414B;
width:190px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #59838C;/* */
}

.submenu{
margin-bottom: 0.5em;
}
</style>

<script type="text/javascript">

if (document.getElementById){
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span");
if(el.style.display != "block"){
for (var i=0; i<ar.length; i++){
if (ar.className=="submenu")
ar.style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}

</script>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7787159-3");
pageTracker._trackPageview();
} catch(err) {}</script>


<style><!--a:hover{text-transform:uppercase; }--></style>


<script language=JavaScript>
<!--


var message="© Web.Artcreations.NL |>> DO NOT COPY! <<| All rights reserved. For any questions, please take contact with me on the contact-page.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>


<div id="Layer2" style="position: absolute;top:458;left:146;width:701px;height:0px">
<div style="position: absolute; left: 0; top: 0; width:701; height: 0">
<font face="Verdana" size="1">


test


</font>
</td></tr></table></div></div>


<div id="Layer2" style="position: absolute;top:732;left:146;width:701px;height:0px">
<div style="position: absolute; left: 0; top: 0; width:701; height: 0">
<font face="Verdana" size="1">
<style type="text/css">
</style>


M.v.g,

123doctor.
 
je wil de pagina centreren? maar een nieuwe div noem em container, en geef em dan deze eigenschappen:
Code:
#container
{
	width:900px;
	height:1350px;
	background-color:#ffffff;
	position:relative;
}
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan