hm... also ich seh jetzt keine auffällig verschiebung....
aber versuch mal den text zu kürzen, also entweder mit breaks (br)
arbeiten, oder die breite der text-tabelle zu verändern...
hm... also ich seh jetzt keine auffällig verschiebung....
aber versuch mal den text zu kürzen, also entweder mit breaks (br)
arbeiten, oder die breite der text-tabelle zu verändern...
evtl ein fehlendes plugin das nicht installiert is ?
die gerade gepostete aktion führt daszu das ein gestoppter film das
nächste bild läd. zum eigentlich stoppen musst du stop(); bei einem
schlüsselbild direkt in die zeitleiste schreiben (bzw ins as der zeitleiste).
wenna wieder starten soll entweder gotoandstop (spielt ein bild ab) oder
gotoandplay (spielt den rest des filmes ab).
@ lucas
hör auf mit dem gespame !
wtf.... und wie solln wir dir da helfen ?
4 jahre is ne lange zeit ![]()
naja.... css find ich dann weng übertrieben....es is bei einsteiger &html gut untergebracht
datenbanken schon eher....
was willst du ?
versteh ichs richtig, du willst das auf ner anderen seite dein link steht ?
also das der andere dich verlinkt ? .. da musst nen fragen ob er dich verlinkt.
du kannst da nix machen...
uff... öhm... flashforum.de, da gibts einige codeschnippsel und sehr gute hilfe
allein mit html wirst da nicht weiterkommen, auch js dürfte an die grenzen stoßen...
aber php sollte dies schaffen...
hier mal paar skripte -> http://www.php-free.de/Datei-Management/Datei-Upload/
was haben die html-tags in der css zu suchen ?
DAS ist ne 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
- die rahmen stören
- banner is zu groß
- etwas farb- und designlos
- mach mal in die mitte n iframe (oder div)... bei bildern ises blöd wenn ma die ganze seite horizontal scrollen kann
- bei bildern thumbnails verwenden
- bei bildern is im menü aufeinmal son graues feld ?
- für was is die rechte spalte ? nur werbung.. dann raus.. platzverschwendung
- beim gästebuch is dann das menü weg
- wow ! ich hatte noch nie das mein vali anzeigt "zu viele fehler. es werden nicht alle fehler /warnungen angezeigt"
- gib mal den menü bißchen farbe, hovereffekte etc
fazit: momentan net wirklich..äh.. gut.
@ gamling.... dat is nicht dein ernst das dich das ausbremst ?
@ rwo
design find ich gut. klare struktur, übersichtlich, harmonisch, freundlich.
quelltext hat allerdings noch einige fehler (laut vali 150 auf der startseite).
da könnte man noch weng dran feilen..
keine ahnung was du da anstellst, bei mir klappt das einwandfrei..
html-datei (menu.html):
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<div id="menuebox">
<div id="menue">
<div class="aussen">
<span class="menutag">Produkte</span>
[url='#']Systeme[/url]
[url='#']Speicher[/url]
[url='#']Laufwerke[/url]
[url='#']Monitore[/url]
[url='#']Drucker[/url]
[url='#']Zubehör[/url]
</div>
<div class="aussen">
<span class="menutag">Leistungen</span>
[url='#']Netzwerke[/url]
[url='#']Server[/url]
[url='#']Wartung[/url]
</div>
<div class="aussen">
<span class="menutag">Service</span>
[url='#']Reparatur[/url]
[url='#']Konfiguration[/url]
[url='#']Software[/url]
[url='#']Schulung[/url]
</div>
<div class="aussen">
<span class="menutag">Links</span>
[url='#']About Us[/url]
[url='#']Partner[/url]
[url='#']Referenzen[/url]
</div>
</div>
<!-- Der folgende Block bedient nur IEs!
Durch diese Redundanz vermeiden wir den Einsatz von Javascript. -->
<!--[if IE]>
<div class="stupidie">
<a class="auss" href="#"><span class="menutag">Produkte</span>
<table><tr><td>
[url='#']Systeme[/url]
[url='#']Speicher[/url]
[url='#']Laufwerke[/url]
[url='#']Monitore[/url]
[url='#']Drucker[/url]
[url='#']Zubehör[/url]
</td></tr></table>
</a>
<a class="auss" href="#"><span class="menutag">Leistungen</span>
<table><tr><td>
[url='#']Netzwerke[/url]
[url='#']Server[/url]
[url='#']Wartung[/url]
</td></tr></table>
</a>
<a class="auss" href="#"><span class="menutag">Service</span>
<table><tr><td>
[url='#']Reparatur[/url]
[url='#']Konfiguration[/url]
[url='#']Software[/url]
[url='#']Schulung[/url]
</td></tr></table>
</a>
<a class="auss" href="#"><span class="menutag">Links</span>
<table><tr><td>
[url='#']About Us[/url]
[url='#']Partner[/url]
[url='#']Referenzen[/url]
</td></tr></table>
</a>
</div>
<![endif]-->
</div>
</body>
</html>
Alles anzeigen
css-datei (style.css):
++++++++++++++++++++
CSS Teil I
++++++++++++++++++++
/*
Menue-styles fuer non-IEs
Achtung:
Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/
#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 0;
z-index: 200;
}
#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 8em;
height: 1.3em;
font-weight: bold;
text-align: center;
background-color: #dec79a;
color: #513913;
border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e;
}
#menue .aussen:hover {
height: auto;
background-color: #624617;
color: #fff;
}
a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 7.9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #78561d;
background-color: #ecd8ae;
color: #600;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #ecd8ae;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #f7eedb;
color: #900;
}
span.menutag {
display: block;
cursor: default;
}
++++++++++++++++++++
CSS Teil II
++++++++++++++++++++
/*
Menue-styles fuer IEs
Am besten per Conditional Comment einbinden.
Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
Anpassungen vorgenommen werden (siehe Kommentare).
*/
#menue {
display:none;
}
.stupidie {
display: block;
position: absolute;
top: 5px;
left: 0;
z-index: 200;
}
a.auss {
float: left;
width: 8em;
height: 1.4em;
overflow: hidden;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #dec79a;
color: #513913;
border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e;
}
a:hover.auss {
overflow: visible;
background-color: #624617;
color: #fff;
}
a:hover.auss table {
display: block;
margin-top: 3px;
background-color: #dec79a;
color: #400;
border-collapse: collapse;
}
a.inn {
display: block;
width: 7.9em; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
padding: 2px 0;
font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
font-weight: normal;
text-align: center;
text-decoration: none;
border-bottom: 1px solid #78561d;
background-color: #ecd8ae;
color: #600;
}
a:visited.inn {
background-color: #ecd8ae;
color:#444;
}
a:hover.inn {
position: relative;
background-color: #f7eedb;
color: #900;
}
span.menutag {
display: block;
cursor: default;
}
Alles anzeigen
setz mal nen doctype rein ![]()
er wollte die bilder doch nicht verkleinern ?...
und äh... 3 frames a 3 bilder... macht meiner meinung nach 9. wie kommst du auf 12 ?
aber ganz versteh ichs net. wenn du den frame nicht scrollen willst,
was willste dann scrollen ? selbst wennst die bilder in ne tabelle bastelst,
scrollen musst trotzdem noch irgendwas.
ne tabelle selber geht nicht zum scrollen. da müsstest dann schon einen
div-container nehmen.
(overflow:auto)
hm.. hast evtl maln link damit ich mir mal des mit den größen und anordnungen
vorstellen kann ?
a) du hast kein plan von nix, willst auch nix lernen, bist total unkreativ und
hast auch eigentlich keine zeit. du willst ne homepage weil des jetzt cool is
und jeder eine hat
-> http://www.homepage-baukasten.de oder http://www.beepworld.de
b) du kannst kein html, interessierst dich a net dafür. du willst nur mal ne
homepagebauen um z.b. etwas zu präsentieren. design is dabei egal
-> programme ala frontpage, dreamweaver, net objekts...
c) du kannst kein html, aber du willst es lernen. du hast spass am designen,
entwickeln und realisieren.
-> de.selfhtml.org, evtl n buch und als editor z.b. notepad++ oder windows editor
kleine grobe anleitung zum erstellen
-> https://www.forum-hilfe.de/viewtopic.php?t=17043
der upload der erstellten html-seiten erfolgt dann mittels ftpprog, wie erwähnt
-> https://www.forum-hilfe.de/viewtopic.php?t=25967