Suche im Forum:
Suchen


Autor Nachricht
Beitrag03.09.2009 um 16:05 (UTC)    
Titel: Mootools & IFRAME ? IM HPBK möglich?

Hi..
hab da mal ne frage
ist es im HPBK möglich mit der Hilfe von Iframe , sowas in die Home Seite einzubauen

http://www.phatfusion.net/imagemenu/



ich weiß einfach nicht wie.. kann mir da jemand helfen?
______________
- Signatur vom Support Team entfernt worden -
Bitte die Regeln zur Signaturengröße einhalten!
Beitrag03.09.2009 um 18:28 (UTC)    
Titel:

ja es ist möglich....wenn du das menu auf einer anderen seite haast........du kannst allerdings das menu direkt als css in dein design einfügen wenn du den code hast
______________
Beitrag03.09.2009 um 19:58 (UTC)    
Titel:

würde das mit F3 klappen?
______________
- Signatur vom Support Team entfernt worden -
Bitte die Regeln zur Signaturengröße einhalten!
Beitrag04.09.2009 um 07:21 (UTC)    
Titel:

Was meinst Du mit F3 ? Ein Programm zum erstellen ?

- wenn du den Code der Bilderansicht hast , einfügen in einer erstellen Seite
- dazu im Baukasten-Editor oben links auf "Quellcode" klicken
- soll es ins Intro ? Dann den Code im Intro einfügen

- auf externem Webspace erstellt ?
- dann geht einbinden auch per <iframe Code in erstellter Seite / oder im Intro

Du müsstest deine Frage genauer stellen Wink

Gruß Wolfgang
______________
Beitrag04.09.2009 um 12:25 (UTC)    
Titel:

Ich habe keinen Code^^ F3 mein ich Firefox 3 sry .. ich moechte es einfac nur einbauen egal wie
______________
- Signatur vom Support Team entfernt worden -
Bitte die Regeln zur Signaturengröße einhalten!
Beitrag04.09.2009 um 12:34 (UTC)    
Titel:

Ja , kannst du ja auch einbauen . 2 Möglichkeiten gibt es hierfür :

Möglichkeit 1 :
- wenn du den Code der Bilderansicht hast , einfügen in einer erstellen Seite
- dazu im Baukasten-Editor oben links auf "Quellcode" klicken
- soll es ins Intro ? Dann den Code im Intro einfügen

Möglichkeit 2 :
- auf externem Webspace erstellt ?
- zum Beispiel bei www.ohost.de / www.funpic.de / www.kilo.de / bplaced.net u.s.w.
- dann geht einbinden auch per <iframe Code in erstellter Seite / oder im Intro
- <iframe Code ist bekannt ?

Zitat:

<iframe style="width:XXXpx; height:XXXpx;" src="HIER LINK" frameborder="0" scrolling="no"></iframe>


Gruß Wolfgang
______________


Zuletzt bearbeitet von 24939 am 04.09.2009, 13:34, insgesamt einmal bearbeitet
Beitrag04.09.2009 um 13:23 (UTC)    
Titel:

ich weiß wie ich das einfügen soll
nur ich weiß nicht Wie ICH DIESEN CODE HERBEKOMME^^
______________
- Signatur vom Support Team entfernt worden -
Bitte die Regeln zur Signaturengröße einhalten!
Beitrag04.09.2009 um 13:53 (UTC)    
Titel:

Das können wir dir so leider auch nicht sagen ,
vorranging sind wir Mods für Fragen des Baukastens da Very Happy
Externe Tools sind weniger unser Bereich
______________
Beitrag05.09.2009 um 08:50 (UTC)    
Titel:

<style type="text/css">
<!--


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
color: #797979;
font-family: Verdana, Arial;
font-size: 75%;
}

a {
color: #607293;
text-decoration: none;
}

a:hover {
color: #354158;
}


#container {
width: 500px;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}

#container #logo {
background: url(../img/logo.gif) no-repeat top left;
height: 44px;

padding-bottom: 5px;
border-bottom: 1px solid #797979;
margin-bottom: 20px;
}

#container #logo h1 {
text-indent: -9999px;
}

#footer {
margin-top: 20px;
}

.nav {
float: right;
margin-top: -15px;
}



h2 {
font-size: 2.2em;
margin: 0;
border-bottom: 1px solid #797979;
margin-bottom: 5px;
color: #354158;
}

h3 {
font-size: 1.8em;
margin-top: 30px;
border-bottom: 1px solid #797979;
margin-bottom: 10px;
color: #607293;
}

h4 {
font-weight: bold;
}

.desc {
margin: -15px 0 40px 0;
}

.desc p {
margin-bottom: 10px;
}

.home .menuItem h3 {
font-size: 1.8em;
line-height: 1.0em;
float: none;
position: relative;
display: block;
border-bottom: none;
margin: 0;
}

.home .menuItem p {
margin-left: 0px;
margin-bottom: 0px;
position: relative;
display: block;
border-bottom: none;
}

.home .menuItem {
display: block;
position: relative;
padding-bottom: 5px;
padding-top: 5px;
color: #797979;
outline: none;
cursor: pointer;
height: 40px;
border-bottom: 1px solid #797979;
}

.home .menuItem:hover {
background-color: #f1f1f1;
}

.home h2 {
color: #354158;
margin-bottom: 0px;
}

.arrow {
font-size: 4em;
position: absolute;
right: 0px;
top: -16px;
color: #b9b9b9;
}

.home .menuItem:hover .arrow {
right: -4px;
}


.home h2 {
background: url(../img/mootools-plugins.gif) no-repeat top left;
width: 500px;
height: 40px;
text-indent: -9999px;
}

.home .imagemenu {
background: url(../img/nav-imagemenu.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .validate {
background: url(../img/nav-validate.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .lightbox {
background: url(../img/nav-lightbox.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .multibox {
background: url(../img/nav-multibox.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .slideshow {
background: url(../img/nav-slideshow.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .sortabletable {
background: url(../img/nav-sortabletable.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .slider {
background: url(../img/nav-slider.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .roundedcorners {
background: url(../img/nav-roundedcorners.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}

.home .pageloader {
background: url(../img/nav-pageloader.gif) no-repeat top left;
width: 500px;
height: 22px;
text-indent: -9999px;
}




h2.imagemenu {
background: url(../img/title-imagemenu.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.validate {
background: url(../img/title-validate.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.lightbox {
background: url(../img/title-lightbox.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.multibox {
background: url(../img/title-multibox.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.slideshow {
background: url(../img/title-slideshow.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.sortabletable {
background: url(../img/title-sortabletable.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.slider {
background: url(../img/title-slider.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.roundedcorners {
background: url(../img/title-roundedcorners.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h2.pageloader {
background: url(../img/title-pageloader.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}




h3.example {
background: url(../img/heading-example.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.features {
background: url(../img/heading-features.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.usage {
background: url(../img/heading-usage.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.options {
background: url(../img/heading-options.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.compatibility {
background: url(../img/heading-browser.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.requirements {
background: url(../img/heading-requirements.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}

h3.downloads {
background: url(../img/heading-downloads.gif) no-repeat top left;
height: 30px;
text-indent: -9999px;
}





.version {
font-family: Courier;
font-size: 1em;
}

ul {
margin-left: 15px;
}

dt {
float: left;
}

dd {
margin-left: 150px;
margin-bottom: 10px;
}

.description {
margin-top: 10px;
}

code {
font-family: Courier;
}

#usage p {
margin: 10px 0px 5px 0px;
}


-->
</style>
______________
- Signatur vom Support Team entfernt worden -
Bitte die Regeln zur Signaturengröße einhalten!


Zuletzt bearbeitet von zac-efroy am 05.09.2009, 09:56, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de