View previous topic :: View next topic |
Author |
Message |
Lizzie
Joined: 01 Mar 2003 Posts: 3 Location: England
|
Posted: Sat Mar 01, 2003 8:37 pm Post subject: scrollbars |
|
|
ok guys, bare with me, but I seem to be having a few issues with my scrollbars.
I've finally got b2 up and running at my site, and everyone else sees the b2 iframe scrollbars as transparent, however I can't see that, I only see them as normal, ugly, blue XP ones. Can someone help me with this?? thanks x |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Sat Mar 01, 2003 10:41 pm Post subject: |
|
|
On your b2 file,
change
<html xmlns="http://www.w3.org/1999/xhtml">
to
<html>
and it should work. |
|
Back to top |
|
 |
Lizzie
Joined: 01 Mar 2003 Posts: 3 Location: England
|
Posted: Sun Mar 02, 2003 12:12 am Post subject: |
|
|
didn't work  |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1115 Location: Oregon
|
Posted: Sun Mar 02, 2003 12:47 am Post subject: |
|
|
You also have to change the DOCTYPE to . . .
Code: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
_________________ Michael P. |
|
Back to top |
|
 |
Lizzie
Joined: 01 Mar 2003 Posts: 3 Location: England
|
Posted: Sun Mar 02, 2003 10:59 am Post subject: |
|
|
THANKYOU SO MUCH!! it worked!! <3 |
|
Back to top |
|
 |
Anavy
Joined: 29 May 2002 Posts: 58
|
Posted: Sat Aug 02, 2003 7:40 am Post subject: |
|
|
There is a way I found (lots of trial & error) to keep the full XHTML dtd (or HTML 4.01 Strict dtd) and be able to use IE's Colored Scrollbars. In your Style sheet (CSS), add somthing like this:
Code: | html {
scrollbar-face-color: #C2CDDB;
scrollbar-highlight-color: #ECF0F4;
scrollbar-3dlight-color: #395783;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #808080;
scrollbar-arrow-color: #ECF0F4;
scrollbar-track-color: #ECF0F4;
} |
When you define the scrollbars with the body { } element, it is being disabled by the stricter dtd's, but it is activated when you define it for the html { } element. |
|
Back to top |
|
 |
auxillary
Joined: 15 Aug 2003 Posts: 8 Location: Eindhoven, the Netherlands
|
Posted: Sat Dec 06, 2003 8:07 pm Post subject: This board ROCKS!!!! |
|
|
I had a similar issue and was working on it almost the whole day on and off. Till I thought: hey! Check the boards!
I did a search and within two threads I had solved my problem.
So......! Thanks to all the good people here! To share their knowledge with us (dumb) people, hehehe....
Eric _________________ - something profound goes here! - |
|
Back to top |
|
 |
melissa127
Joined: 14 Dec 2003 Posts: 7 Location: NY
|
Posted: Sun Dec 14, 2003 4:52 pm Post subject: |
|
|
thank you!! i had the same problem, and it wasn't working when i changed the top line. but when i put in the html implement instead of the body, for the scrollbars it worked!! i wouldv'e never thought of that |
|
Back to top |
|
 |
|