 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
Steph
Joined: 08 Jan 2003 Posts: 11
|
Posted: Sat Feb 01, 2003 3:50 pm Post subject: CSS help, scrollbars |
|
|
Im having problems with scrollbars
Code: | <style type="text/css">
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #333333 ;
background-color: #FFFFFF;
scrollbar-arrow-color: #333333;
scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color : #FFFFFF;
scrollbar-dark-shadow-color : #FFFFFF;
scrollbar-3d-light-color : #FFFFFF;
scrollbar-highlight-color : #FFFFFF;
}
</style>
|
Steph |
|
Back to top |
|
 |
macshack
Joined: 17 Jul 2002 Posts: 1204 Location: Phoenix, Az
|
Posted: Sat Feb 01, 2003 5:27 pm Post subject: |
|
|
Hi,
The supplied tempates that come with b2 are xhtml 1.0 complient. And that standard does not allow for your you are trying to do.....
So, change the the tempate at the top to remove the doctype and remove the xmlns data form the <head> tag. Then your scrollbars should work. _________________ Kind Regards,
Michael e |
|
Back to top |
|
 |
|
|
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
|