[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] CSS, - Ich kriegs nicht gebacken...



Am Sun, 12 Aug 2007 18:36:58 +0200
schrieb Michelle Konzack <linux4michelle@freenet.de>: 
...
> Soweit habe ich es auch geschaft, nur die Website ist sowas wie:
> 
> ----------------------------------------------------------------------
> 
> 
> 
>      +--------+
>      |        |                 Wilkommen
>      |        |
>      |  BILD  |            zu Foo Bars Website
>      |        |
>      |        |
>      +--------+          Copyright 1970 - zukunft
> 
> ----------------------------------------------------------------------
> 

ich würde das etwa so lösen...

foo.css 
#bild {
left: 40 px;
top: 40 px;
width: (breite des bildes)px;
}

#welcome {
#left: (40px+breite_bild+80pxpx;;
#top: 40px;
.....
}


foo.html
<html>
<head>
...
<link rel="stylesheet" type="text/css" href="foo.css"/>
</head>
<body>
<div id="bild">
bild bla...
</div>
<div id="welcome>
<center>
welcome to<br />
this<br/ >
fabolous Web-Presentation>br />
<b>Hope You like it</b>
</center>
</div>
</body>
</html>

So in etwa ist es am wengisten aufwand...

Grüße
 Peter
-- 
BKM new CD out ... other free ogg/mp3-Samples
http://www.peterberlau.de/cgi-bin/bkm.pl



Reply to: