carookee Support-Forum - Thema: Layout

css menu im header?

css menu im header?

Ich hatte vor im header meines forums links einzubauen per css.
Mein problem: Wenn ich jetzt den style der Links im Header verändere, verändern sich auch alles Links im Forum. da ich die aber so lassen will wie sie sind, wollt ich wissen ob es geht, dass der style sich nur auf meine Links oben im Header bezieht?!

mein forum :

www.carookee.com/forum/pk3

Re: css menu im header?

Du sprichst von eigenen Links im Header, oder? Nicht von denen, die schon da
sind. Mach dir einfach ein eigenes CSS-Tag, das du deinen Links zuweist. Dann
kannst du Farben, etc. des Tags ändern und nur deine Links ändern sich.

Mat

Re: css menu im header?

genau das meine ich. aber wie macht man den so ein tag? kennst du vielleicht die befehle?



Update::::

Ist gut ich habs doch noch irgendwie selbst hingekriegt (frag aber nicht genau wie)

Re: css menu im header?

Schade, würde mich schon interessieren...

Re: css menu im header?

Wenn es dich so interessiert, dann klick doch einfach auf seiner Startseite des Forums oben in der Menüleiste auf Ansicht, dann auf Quelltext.
Scrollst du etwas runter, wirst du den Quellcode finden, mit dem er es so dargestellt hat, wie es ist. ;-)

Lg

Charmeur

Re: css menu im header?

Haste auch wieder recht! Das Leben kann so einfach sein!!!

Re: css menu im header?

Jo, das stimmt, es kann wirklich sehr einfach sein, aber ob man es sich auch einfach macht, ist die andere Sache.. ;o)

MfG

Charmeur

Re: css menu im header?

ich kann es aber auch hier nochmal posten!:

<head>
<style type="text/css">
a.one: {
text-color : #ffffff;
text-decoration : none;
font-family : verdana ;
font-weight : bold ;
font-size : 10 ;
height: 25px;
padding-top: 8px ;
background-image: url(https://file2.carookee.com/forum/Pk3/file/521074/img01.jpg);
}
a.one:link {
color : #ffffff;
text-decoration : none;
font-family : verdana ;
font-weight : bold ;
font-size : 10 ;
height: 25px;
padding-top: 8px ;
background-image: url(https://file2.carookee.com/forum/Pk3/file/521074/img01.jpg);
}

a.one:visited {
color : #ffffff;
text-decoration : none;
font-family : verdana ;
font-weight : bold ;
font-size : 10 ;
height: 25px;
padding-top: 8px ;
background-image: url(https://file2.carookee.com/forum/Pk3/file/521074/img01.jpg);

}

a.one:hover {
color : #9c0000;
text-decoration : underline;
font-family : verdana ;
font-weight : bold ;
font-size : 10 ;
height: 25px;
padding-top: 8px ;
background-image: url(https://file2.carookee.com/forum/Pk3/file/521074/img01.jpg);
}
</style>
</head>
<body>

<a class="one" a href="https://www.stickman.lu" >| Home </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/7/PSP_an_dann_laaaang_neischt_mei.4667949.0.01105.html" >| PSP </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/7/Nintendo_DS.4678848.0.01105.html" >| NDS </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/7/PSP_vs_N_DS.3684854.0.01105.html" >| PSP vs. DS </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/7/Most_Wanted_Games.3879318.0.01105.html" >| Most Wanted </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/4/Interesting_Movies.3811988.0.01105.html" >| Short Films </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/12" >| Pictures </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/2/Tv_Series.3707543.0.01105.html" >| TV Series </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/1/Jokes.3749923.0.01105.html" >| Jokes </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/1/Peinlech_Story_39_s.3706905.0.01105.html" >| Peinlech Story's </a>
<a class="one" a href="https://www.giga.de" >| GIGA </a>
<a class="one" a href="https://www.ign.com" >| IGN </a>
<a class="one" a href="https://www.gametrailers.com" >| Gametrailers </a>
<a class="one" a href="https://www.apple.com/trailers" >| Apple/Trailers </a>
<a class="one" a href="https://www.carookee.com/forum/stickman/depot/439/addfile" >| Fileupload </a>


</body>

Re: css menu im header?

Stimmt alles, oder? Und was geht jetzt nicht?

Re: css menu im header?

Michl hat doch geschrieben, dass es mittlerweile geht und hat den Code nur zur Info reingeschrieben.

Re: css menu im header?

Achso, super!