hmmm.....nein funzt auch net !!! (also ich hab alle \ aus der html datei entfernt !
btw. Ich schreibe mit phase 5
hmmm.....nein funzt auch net !!! (also ich hab alle \ aus der html datei entfernt !
btw. Ich schreibe mit phase 5
Hallo,
ich habe ebenfalls ein Problem...
vielleicht kann mir ja jemand helfen...
Ich habe das Layout meiner page mit hilfe von Css erstellt...
Ich habe nun das Problem, dass ich nicht weiß, wie ich es mache, dass die Links aus der Navigation später auch in der Abteilung #main landen...sie gehen immer im neuen Fenster auf
Und was ist mit meinem Problem?
Ich dachte jetzt klappts weil ich es erst nicht in einem verzeichnis hatte aber jetzt klappt es immer noch nichgt
Zitat@ gast
hast du nen frame der main heist ?
hast mal nen link da ?
öhm...nö irgendwie nicht...
hab das mal testweise bei funpic hochgeladen..
der einzige link der momentan aktiv ist, ist "Grafiken"
vielleicht hab ich auch alles völlig falsch gemacht...
ok, du hast arbeitest mit divs. des heist du musst
jede seite neu erstellen und neu laden. also mach mal des
target wieder komplett raus. dann wird die seite im aktuellen
fenster neu geladen.
allerdings musste dann halt in jede seite dein menü etc reinmachen.
alternative: du definierst auf deiner startseite ein iframe...
Zitatalternative: du definierst auf deiner startseite ein iframe...
danke erstmal für die schnelle Hilfe:)
ich werd es mal mit einem iframe versuchen
hhhrrfffmmmg...........es klappt nicht !entweder es liegt am Server oder ich bin zu blöd und habe was falsch gemacht !Aber der nic server ist der einzige den ich gefunden hab der kostenlos ist und .de.tk (also ohne irgendwas blödes wie .space4free.de is) Ohhhh....man ich heul gleich war um KLPAPT DAS NETTTTTTT
äh... wer bist du jetzt ?
der mit css oder der mit dem iframe ?
*lol* mit css !!!
ok... ähm... lads doch nochmal hoch....
oder packs in ne zip datei (also die css und die html datei),
lads hoch und gib mir dann den link. dann schau ich nochmal..
Sooooo hab jetzt hochgeladen !
Es sieht so aus :
Ich habe die Dateien:
index.htm:
<html>
<head>
<script language=\"JavaScript\" src=\"/.common.js\"></script>
<title>Martin`s_HP</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\">
</head>
<body>
</body>
</html>
Und die style.css Datei:
html,body{
margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
padding:0;
border:0;
/* \*/
height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
background:#EEEEEE;
min-width:782px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}
.clear{
clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
height:1px;
overflow:hidden;
line-height:1%;
font-size:0px;
margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
text-align:left; /*** IE Win re-alignment of page if page is centered ***/
position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
width:782px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
border-right:1px solid #000000; /*** Sets the external right side border. ***/
border-left:1px solid #000000; /*** Sets the external left side border. ***/
background:#009933; /*** Set background color for side columns for Safari & IE ***/
}
#wrapp\65 r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left:150px; /*** Critical left col dimension value = left col width ***/
width:478px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
border-right:1px solid #000000; /*** Sets the internal right side border. ***/
border-left:1px solid #000000; /*** Sets the internal left side border. ***/
background:#ADD8E6; /*** Sets background of center col***/
/* \*/
height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
width:480px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
w\idth:478px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
#float-wrap{
width:478px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
margin-right:-1px; /*** Static fix, doesn't change ***/
float:left;
display:inline;
}
#left{
width:152px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
float:left;
display:inline;
position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
margin-left:-151px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:151px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
width:150px; /*** Critical left col dimension value = left col width - 1px ***/
}
#right{
float:left;
display:inline;
width:152px; /*** Critical right col/divider dimension value = right col width + 2px ***/
margin-right:-150px; /*** Critical right col/divider dimension value = negative right col width ***/
margin-left:-1px; /*** Static fix ***/
position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* \*/
* html #right{
width:152px;
margin-left:0px;
margin-right:-500px;
mar\gin-right:-152px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
for the rules above, because comments must not appear within the Mac-hack.
The "rules" below are not active, they are just for teaching purposes.
* html #right{
width:152px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
margin-left:0px; *** Critical right divider dimension value = a static 0px ***
margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right:-152px; *** Critical right col/divider dimension value = negative (right col width + one internal border width + 1px) ***
}
***/
#container-right{
/* \*/
width:150px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/
}
/* \*/
* html #container-right{
fl\oat:right;
di\splay:inline;
margin-left:2px;
mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/
/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
hack to different elements and see if that fixes the problem. Sometimes it may be
necessary to use "position: relative;" on certain elements, but it's hard to tell in
advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
just one Mac-hack for convenience if desired. However, each fix must come
later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
width:478px; /*** Set to = center col width ***/
float:right;
display:inline;
/* \*/
margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
height:72px; /*** needed to make room for header in center column ***/
overflow:hidden;
}
#clearheaderleft{
height:72px; /*** needed to make room for header in left column ***/
overflow:hidden;
}
#clearheaderright{
height:72px; /*** needed to make room for header in right column ***/
overflow:hidden;
}
#clearfootercenter{
height:52px; /*** needed to make room for footer in center column ***/
overflow:hidden;
}
#clearfooterleft{
height:52px; /*** needed to make room for footer in left column ***/
overflow:hidden;
}
#clearfooterright{
height:52px; /*** needed to make room for footer in right column ***/
overflow:hidden;
}
#footer{
z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
position:absolute;
clear: both;
width:782px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
height:52px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
overflow:hidden;
margin-top:-52px; /*** negative height ***/
}
#subfooter1{
background:#666600; /*** Background Color of Sub-footer #1 ***/
text-align:center;
margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
height:50px; /*** sub-footer row height ***/
}
#header{
z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
position:absolute;
top:0px;
width:782px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
height:72px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
background:#000000;
height:1px;
overflow:hidden;
font-size:0px
}
#subheader1{
background:#666600; /*** Background Color of Sub-header #1 ***/
text-align:center;
margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
height:70px; /*** sub-header row height ***/
}
#gfx_bg_middle{
top:0px;
position:absolute;
height:100%;
overflow:hidden;
width:478px; /*** = Center Col Width ***/
margin-left:150px; /*** = Left Col Width ***/
background:#ADD8E6; /*** Set background color for center column for Mozilla & Opera ***/
border-right:1px solid #000000; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
border-left:1px solid #000000;
border-left:1px solid #000000;
}
* html #gfx_bg_middle{
display:none; /*** Hides the moz fix from IE ***/
}
Alles anzeigen
Alles hochgeladen und.....nothing
upppsss....kopier fehler !Ich habs schon ohne \ probiert !Funzt net......
also bei mir klappt des.
liegen die dateien auch im richtigen verzeichnis ?
müssen im selben ordner liegen !
AHHHHHH*kreisch**schrei*
Der Bas*ar* von Server KOMT MIR IMMER MIT DER F*** MELDUNG:
Diese Adresse wurde soeben registriert...
Falls Sie schon eine Homepage hochgeladen haben, und diese Seite trotzdem erscheint, dann überprüfen Sie bitte, ob Sie eine Datei "index.html" angelegt haben. Die Seite wird anstatt dieser Seite angezeigt.
Prüfen Sie gleich ob Ihr Name noch frei ist:
AHHHHHHHHH:::::::ICHHABE ALLES GEMACHR WIE BESCHRIEBEN UND DER F*** SERVER BRINGT DEISE F*** MELDUNG ICH KÖNNTE................AHHHHHHH*durchdreh
heist deine seite index.html ?
falls nein, dann liegt eine andere index.html drauf die genau diese meldung anzeigt...
Ich kotz gleich........
Beide liegen im Pfad/Hauptverzeichnis ! Ich habe es schon mit einem extra verzeichnis probiert.....immmer kommt diese FUCK Meldung Ich bin scheiße kurz davor alles hinzuschmeißen und meinen dummen Lapi ausm Fenster zu schmeißen