• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

iframe scrollbar farbe

Leeroy

New member
Also ich habe das selbe problem...
ich will die farbe vom scrollbar im iframe selbst abändern. Aber nur der scrollbar der Hauptseite ändert sich.
ich habe einen css erstellt......seht selbst
<STYLE type="text/css">
<!--
iframe {
scrollbar-face-color: #fdf5e6;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-shadow-color: ;
scrollbar-arrow-color: black;
scrollbar-track-color: ;
}
-->
</STYLE>

Ich habe auch versucht diesen style in der hauptseite zu implementieren..
Das klappt aber auch nicht.......


Wie bekomme ich das hin??????? :confused:
 
Jetzt sehe ich das erst richtig.
Es muss natürlich so aussehen:
Code:
<STYLE type="text/css">
<!--
body {
scrollbar-face-color: #fdf5e6;
scrollbar-highlight-color: none;
scrollbar-3dlight-color:none;
scrollbar-darkshadow-color:none ;
scrollbar-shadow-color: none;
scrollbar-arrow-color: black;
scrollbar-track-color: none;
}
-->
</STYLE>
Weitere Erklärung:
http://de.selfhtml.org/navigation/css.htm#anzeigefenster
 
Dann machst Du was falsch!
Aber ohne zu wissen wie Du was und wo machst,
kann man nicht weiterhelfen.
 
ok hier ist die eigentliche browser seite

Code:
<html>
<head>
<link rel="stylesheet" href="file:///style.css" type="text/css">
<style type="text/css">
<!--
@import url(style.css);
-->
</style>
<STYLE type="text/css">
<!--
 {
ramescrollbar-face-color: #fdf5e6;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-shadow-color: ;
scrollbar-arrow-color: black;
scrollbar-track-color: ;
}
-->
</STYLE> 



also ich fände es sehr nett wenn du dir das mal ansehen würdest und mir helfen könntest..
Vielen dank schon mal im vorraus
 
Zuletzt bearbeitet:
Code:
...="DC.Contributor" content="design by Gerd Olschewski">
<link rel="stylesheet" href="file:///style.css" type="text/css">
<style type="text/css">
<!--
@import url(golschewskileo/style.css);
-->
</style>
<STYLE type="text/css">
<!--
[B][SIZE=3]body[/SIZE][/B] {
scrollbar-face-color: #fdf5e6;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-shadow-color: ;
scrollbar-arrow-color: black;
scrollbar-track-color: ;
}
-->
</STYLE> 
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_retur...
Code:
<STYLE type="text/css">
<!--
[B][SIZE=3]body[/SIZE][/B] {
scrollbar-face-color: #fdf5e6;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: ;
scrollbar-shadow-color: ;
scrollbar-arrow-color: black;
scrollbar-track-color: ;
}
-->
</STYLE>
 
Hat zwar auch nich funktioniert...aber trotzdem danke..
Hatte die schnauze voll und habs mit divs gelöst......
 
Zurück
Oben