ZitatHaben soweit mal Fehlerkorrektur betrieben
nein. nicht so:
Code
<HTML>
<Head>
<Title>*** Ferienwohnung - Horst & Margret Hylla ***</Title>
<Link Rel="StyleSheet" HRef="inc/style.css" Type="text/css">
<!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
</Head>
sondern wenn dann auf dieser seite so:
HTML
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>*** Ferienwohnung - Horst & Margret Hylla ***</title>
<link Rel="StyleSheet" HRef="inc/style.css" Type="text/css">
</head>
*essengeh*
Gruß Hannes
PS: Das:
Code
<div style="padding: 0px; background: transparent url(img/blkn.gif) repeat-x scroll 0%; width: 100%; height: 100%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; position: absolute; left: 0px; top: 0px; z-index: -1;">
(*schauder*) hab ich mit den z-index:-1; gemeint. machs weg!
(so:
Code
<div style="padding: 0px; background: transparent url(img/blkn.gif) repeat-x scroll 0%; width: 100%; height: 100%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; position: absolute; left: 0px; top: 0px;">
)