boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

scrollbars

 
Post new topic   Reply to topic    boardom Forum Index -> Bugs
View previous topic :: View next topic  
Author Message
Lizzie



Joined: 01 Mar 2003
Posts: 3
Location: England

PostPosted: Sat Mar 01, 2003 8:37 pm    Post subject: scrollbars Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
epolady



Joined: 30 Jul 2002
Posts: 800
Location: Texas

PostPosted: Sat Mar 01, 2003 10:41 pm    Post subject: Reply with quote

On your b2 file,

change

<html xmlns="http://www.w3.org/1999/xhtml">

to

<html>

and it should work.
Back to top
View user's profile Send private message
Lizzie



Joined: 01 Mar 2003
Posts: 3
Location: England

PostPosted: Sun Mar 02, 2003 12:12 am    Post subject: Reply with quote

didn't work Sad
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Cyberian75



Joined: 26 Sep 2002
Posts: 1115
Location: Oregon

PostPosted: Sun Mar 02, 2003 12:47 am    Post subject: Reply with quote

You also have to change the DOCTYPE to . . .

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

_________________
Michael P.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Lizzie



Joined: 01 Mar 2003
Posts: 3
Location: England

PostPosted: Sun Mar 02, 2003 10:59 am    Post subject: Reply with quote

THANKYOU SO MUCH!! it worked!! <3
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Anavy



Joined: 29 May 2002
Posts: 58

PostPosted: Sat Aug 02, 2003 7:40 am    Post subject: Reply with quote

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
View user's profile Send private message
auxillary



Joined: 15 Aug 2003
Posts: 8
Location: Eindhoven, the Netherlands

PostPosted: Sat Dec 06, 2003 8:07 pm    Post subject: This board ROCKS!!!! Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
melissa127



Joined: 14 Dec 2003
Posts: 7
Location: NY

PostPosted: Sun Dec 14, 2003 4:52 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Bugs All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group