Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] problem mit frames (https://www.gegen-bilderklau.net/thread.php?threadid=61499)
Geschrieben von sweet araber am 29.04.2006 um 14:52:
problem mit frames
hallo
mich plagt schon seit wochen das problem mit den weissen frames.iwie hab ich schon alles,was mir hier vorgeschlagen wurde versucht,doch es bringt nix.ich geb einfach mal meinen designcode hier an und vll entdeckt ihr nen fehler oder könnt mir nen code sagen der ins designcode kommt,damit die frames transparent sind?
danke
code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Seitenname</title>
<style>body { scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
</style>
</head>
<body style="background-color: rgb(255, 255, 255);"
topmargin="0" leftmargin="0">
<img src="http://takoma.ta.funpic.de/designfr06.jpg"
align="left" border="0">
<div id="Layer1"
style="position: absolute; left: 238px; top: 127px;"><iframe
src="http://takoma.ta.funpic.de/Home.html" name="Home"
noresize="" style="border: 0px none ;" ;=""
frameborder="0" height="353" scrolling="auto"
width="402"></iframe></div>
<div id="Layer1"
style="position: absolute; left: 645px; top: 127px;">
<iframe src="http://takoma.ta.funpic.de/Menue.html"
name="Menu" noresize="" style="border: 0px none ;"
;="" frameborder="0" height="353" scrolling="auto"
width="133"></iframe></div>
</body>
</html>
Geschrieben von Bianca am 30.04.2006 um 00:33:
Du hast vergessen das Filter-Chroma, wie ich es einfach mal nenne, einzufügen. So funktioniert's (im IE!)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Seitenname</title>
<style>body { scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-arrow-color:
#000000;
scrollbar-track-color: #ffffff;
</style>
</head>
<body style="background-color: rgb(255, 255, 255);"
topmargin="0" leftmargin="0">
<img src="http://takoma.ta.funpic.de/designfr06.jpg"
align="left" border="0">
<div id="Layer1"
style="position: absolute; left: 238px; top: 127px;"><iframe
src="http://takoma.ta.funpic.de/Home.html" name="Home"
noresize="" style="border: 0px none ;" ;=""
frameborder="0" height="353" scrolling="auto"
width="402" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;></iframe></div>
<div id="Layer1"
style="position: absolute; left: 645px; top: 127px;">
<iframe src="http://takoma.ta.funpic.de/Menue.html"
name="Menu" noresize="" style="border: 0px none ;"
;="" frameborder="0" height="353" scrolling="auto"
width="133" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;></iframe></div>
</body>
</html>
LG Bianca
Geschrieben von .chilli am 30.04.2006 um 01:14:
meiner Erfahrung nach, funktioniert der Chroma-Filter, wie schon egsgat wurde, nur im IE. für den Mozilla kannst du den ursprünglichen Code so lassen, der sollte im FF gehen (is bei mir so ^^)
Geschrieben von sweet araber am 30.04.2006 um 16:16:
also ich weiss net was mein pc hat,doch der entfernt imma dieses chroma^^ sodass nachher der alte designcode doch im editor steht.kann mir wer weiter helfen?*verzweifel*
glg sa
Forensoftware: Burning Board, entwickelt von WoltLab GmbH