Suche im Forum:
Suchen


Autor Nachricht
Beitrag11.11.2011 um 13:04 (UTC)    
Titel: CSS: Element laesst sich nicht entfernen !! Hilfe

Hallo,

Wenn man meine Seite besucht, sieht man oben links ein css element, welches sich nicht mehr entfernen laesst. Es sieht so aus: //-->
link: http://fiesta-circle.de.tl/
Hab alles versucht dies rauszubringen, jedoch ohne Erfolg. relevante elemente loeschen etc. Es stoert mich etwas, dass es immer noch da ist.
Koennt ihr mir helfen bitte?

hier mein ganzer code:

<style type="text/css" media="screen">
body
{
margin: 0;
padding: 0;
background: #2C2C2C url(); max-width: 100%;
height: auto; background-repeat:no-repeat;background-position: center

center;background-attachment: fixed;}
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

td[height="102"] {
position:absolute;
left:50%;
margin-left:-376px; }

#nav_Home, #nav_Contact, #nav_Media, #nav_Events, #nav_Kpop, #nav_Gallery

{ display:none; }

h1#header,h2#title {display: none;}

td[height="102"]{position:absolute;left:50%;margin-left:-376px;width: 752px;}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 124px;
left: 50%;
margin-left:-405px;
width:905px;
}

.menu li
{
width: 160px;
float: left;
}

.menu a
{
border: 1px solid #292929;
background-color: #999999;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #292929;
}

.menu a:hover
{
background-color: #c5c6c5;
background-image: url(URL);
}

#smenu1, #smenu2, #smenu3, #smenu4,
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a,
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #FFFFFF;
}

</style>

<script type="text/javascript">
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
</script>



<div class="menu">

<li><a href="http://fiesta-circle.de.tl/" onmouseout="cache

('smenu1');">Home</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache

('smenu1');">
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Events.htm" onmouseout="cache

('smenu2');">Events</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache

('smenu2');">

</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Media.htm" onmouseout="cache

('smenu3');">Media</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache

('smenu3');">

<li><a href="http://fiesta-circle.de.tl/Gallery.htm">Gallery</a></li>
<li><a href="http://fiesta-circle.de.tl/Kpop.htm">Kpop</a></li>
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Contact.htm" onmouseout="cache

('smenu4');">Contact</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache

('smenu4');">
</ul>
</div>


Zuletzt bearbeitet von fiesta-circle am 11.11.2011, 14:08, insgesamt einmal bearbeitet
Beitrag11.11.2011 um 15:08 (UTC)    
Titel: Re: CSS: Element laesst sich nicht entfernen !! Hilfe

füge mal das klitzekleine rot markierte Schnipsel ein, könnte daran liegen hatte das Problem auch mal

fiesta-circle hat Folgendes geschrieben:


<style type="text/css" media="screen">
body
{
margin: 0;
padding: 0;
background: #2C2C2C url(); max-width: 100%;
height: auto; background-repeat:no-repeat;background-position: center

center;background-attachment: fixed;}
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

td[height="102"] {
position:absolute;
left:50%;
margin-left:-376px; }

#nav_Home, #nav_Contact, #nav_Media, #nav_Events, #nav_Kpop, #nav_Gallery

{ display:none; }

h1#header,h2#title {display: none;}

td[height="102"]{position:absolute;left:50%;margin-left:-376px;width: 752px;}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 124px;
left: 50%;
margin-left:-405px;
width:905px;
}

.menu li
{
width: 160px;
float: left;
}

.menu a
{
border: 1px solid #292929;
background-color: #999999;
background-image: url(URL);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height: 23px;
color: #292929;
}

.menu a:hover
{
background-color: #c5c6c5;
background-image: url(URL);
}

#smenu1, #smenu2, #smenu3, #smenu4,
{
font-size: 14px;
display: none;
width: 160px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a,
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #FFFFFF;
}


-->
</style>


<script type="text/javascript">
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
</script>



<div class="menu">

<li><a href="http://fiesta-circle.de.tl/" onmouseout="cache

('smenu1');">Home</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache

('smenu1');">
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Events.htm" onmouseout="cache

('smenu2');">Events</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache

('smenu2');">

</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Media.htm" onmouseout="cache

('smenu3');">Media</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache

('smenu3');">

<li><a href="http://fiesta-circle.de.tl/Gallery.htm">Gallery</a></li>
<li><a href="http://fiesta-circle.de.tl/Kpop.htm">Kpop</a></li>
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Contact.htm" onmouseout="cache

('smenu4');">Contact</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache

('smenu4');">
</ul>
</div>

______________
MfG aus dem Weihnachtsland


Zuletzt bearbeitet von weihnacht-im-netz am 11.11.2011, 16:10, insgesamt einmal bearbeitet
Beitrag11.11.2011 um 15:23 (UTC)    
Titel: Re: CSS: Element laesst sich nicht entfernen !! Hilfe

so hab das jetzt schon probiert und leider ging das auch nicht weg Sad
jedenfalls danke fuer die hilfe.

wuesste da jemand sonst noch eine loesung ??


Zuletzt bearbeitet von fiesta-circle am 11.11.2011, 16:36, insgesamt 2-mal bearbeitet
Beitrag11.11.2011 um 15:29 (UTC)    
Titel:

dann probier mal noch das gesamte Schnipsel so einzufügen
wie es bei dir angezeigt wird: //-->
ich weiss das es bei mir an so nen "Schnipsel" gelegen hat
______________
MfG aus dem Weihnachtsland
Beitrag11.11.2011 um 15:36 (UTC)    
Titel:

ne geht auch nicht Sad
hab da etwas im quelltext analysiert, dieses element da kommt gleich nach dropdown menu 4, hat es vielleicht damit zu tun??
Beitrag11.11.2011 um 15:39 (UTC)    
Titel:

könnte sein - probier mal rum
kann jetzt leider keine genaue Angabe mehr machen, wie ich es gelöst hatte
hat mich aber auch genervt
______________
MfG aus dem Weihnachtsland
Beitrag11.11.2011 um 17:21 (UTC)    
Titel:

Hallo,

schau mal bei Text über dem Design, dort steht folgendes:
Zitat:
<div class="menu">

<li><a href="http://fiesta-circle.de.tl/" onmouseout="cache

('smenu1');">Home</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache

('smenu1');">
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Events.htm" onmouseout="cache

('smenu2');">Events</a>

<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache

('smenu2');">

</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Media.htm" onmouseout="cache

('smenu3');">Media</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache

('smenu3');">

<li><a href="http://fiesta-circle.de.tl/Gallery.htm">Gallery</a></li>
<li><a href="http://fiesta-circle.de.tl/Kpop.htm">Kpop</a></li>
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Contact.htm" onmouseout="cache

('smenu4');">Contact</a>

<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache

('smenu4');">
</ul>
</li>
</div> //-->

Das rote, ist das was dich stört.
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering


Zuletzt bearbeitet von o-4-n am 11.11.2011, 18:21, insgesamt einmal bearbeitet
Beitrag11.11.2011 um 17:56 (UTC)    
Titel:

Ich habe bei text ueber design doch gar nichts stehen bzw es ist nichts drinnen,
aber im css quelltext wird es jedoch angezeigt. kaempfe schon seit stunden mit dem bloeden pfeil da und noch immer nicht weg Sad
ist das vielleicht ein bug?


Zuletzt bearbeitet von fiesta-circle am 11.11.2011, 19:01, insgesamt 2-mal bearbeitet
Beitrag11.11.2011 um 18:04 (UTC)    
Titel:

Nein. das ist kein Bug ich hatte nur falsch geschaut. Rechnet auch keiner damit, dass ihm im Head div Elemente begegnen. Rolling Eyes

Das folgende nimmst du bei CSS code ohne styleTags raus und fügst es bei Text über dem Design ein.
Zitat:
<script type="text/javascript">
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
</script>



<div class="menu">

<li><a href="http://fiesta-circle.de.tl/" onmouseout="cache

('smenu1');">Home</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache

('smenu1');">
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Events.htm" onmouseout="cache

('smenu2');">Events</a>

<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache

('smenu2');">

</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Media.htm" onmouseout="cache

('smenu3');">Media</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache

('smenu3');">

<li><a href="http://fiesta-circle.de.tl/Gallery.htm">Gallery</a></li>
<li><a href="http://fiesta-circle.de.tl/Kpop.htm">Kpop</a></li>
</ul>
</li>

<li><a href="http://fiesta-circle.de.tl/Contact.htm" onmouseout="cache

('smenu4');">Contact</a>

<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache

('smenu4');">
</ul>
</li>
</div>


Das folgende steht ebenfalls bei CSS code ohne style Tags, das kannst du löschen.

Zitat:
</style>

Und damit hast du dann einige Probleme, die du noch gar nicht bemerkt hast, mit beseitigt.
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beitrag11.11.2011 um 18:18 (UTC)    
Titel:

wooooow vielen vielen dank. danke danke danke Smile

es ist weg, yesss Smile

oh welche probleme haette ich den noch gehabt die ich uebersehen habe? Smile

kann aufjedenfall ge- closed werden. cool


Zuletzt bearbeitet von fiesta-circle am 11.11.2011, 19:30, insgesamt einmal bearbeitet
Beitrag11.11.2011 um 22:30 (UTC)    
Titel:

Danke für die Rückmeldung.

- CLOSED -
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beiträge der letzten Zeit anzeigen:   


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