cant remember...
Ok this is kind of embarissing but i cant remember the code to change the color of internet explorer when viewing a website...i remember htmlgoodies did have it before(quite a while ago actually)
i suppose you mean the text and backgroundcolor.
In that case it is:
text="#xxxxxx" and bgcolor="#xxxxxx"
Change the colour of the entire browser???
Every fight is a food fight when you’re a cannibal.
Probably means the scrollbar in IE. I don't know of anyway to change the toolbars, menubar, etc.
yeah the scroll bar and such heh....sorry been a long day and im full of turkey so to lazy to think :P (its canadian turkey day )
Use the following CSS code to change individual component colours of the scrollbar. (The names pretty much give away what colours they change)
Add the following between the <head>...</head> tags of your webpage document:
<style type="text/css">
body,html {
scrollbar-face-color: #99ccff;
scrollbar-shadow-color: #ccccff;
scrollbar-highlight-color: #ccccff;
scrollbar-3dlight-color: #99ccff;
scrollbar-darkshadow-color: #ccccff;
scrollbar-track-color: #ccccff;
scrollbar-arrow-color: #000033;
}
</style>
PS> if your not comfortable using HEX colour coding, you can use simple worded colours e.g. scrollbar-face-color: red; etc....
When you have eliminated the impossible, whatever remains, however improbable, must be the truth !
[Sir Arthur Conan Doyle]
ahh it was a css code, thats why i got confused looking for it. thought it was html or dhtml heh
Note that those attributes aren't standard: they will only work for Internet Explorer. Also, I wouldn't reccomend changing those colours...leave the GUI alone, eh? In the design aspect, it's like trying to tell a buyer what frame to use.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks