Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 10-14-2003, 06:43 PM   #1 (permalink)
Senior Member
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 1,174
iTrader: 0 / 0%
Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
CSS table borders and scrollbar colors

I am trying to use CSS to do the table borders on my site and have come across a couple errors...

I can't get the bottom lines to show...(the ones between everything..)

And another thing is, I used the w3c CSS validator thing and it kept saying this...
Quote:
Property scrollbar-highlight-color doesn't exist : #000000
It also said something similar for #660000
Quote:
Property scrollbar-face-color doesn't exist : #660000
If you guys would like to see the results yourself, http://jigsaw.w3.org/css-validator/v...usermedium=all there they are.

Can somebody please help me...tell me why that is happening and what I can do to get the bottoms to my tables back.

By the way, the site url is http://theillest.dwcnetwork.com and the name of my stylesheet is stylesheet.css ( http://theillest.dwcnetwork.com/stylesheet.css )
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 07:39 PM   #2 (permalink)
Member
 
Join Date: 10-13-03
Location: Toledo, Ohio
Posts: 78
iTrader: 0 / 0%
Latest Blog:
None

Jake is liked by many
Send a message via AIM to Jake
i wouldnt worry about the color hex's, those wont be a problem. but im really dont know anything about table border things so i cant help ya there, sorry.
Jake is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 09:13 PM   #3 (permalink)
Member
 
Join Date: 10-13-03
Location: Castle Rock, CO
Posts: 60
iTrader: 0 / 0%
Corey Bryant is on the right pathCorey Bryant is on the right pathCorey Bryant is on the right path
The scrollbar information is not standard - hopefully with CSS 3.0. That is why you are getting that error.

Try add the class to the <TD> - see if that helps.
Corey Bryant is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 05:42 AM   #4 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,468
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to beholdLazyJim is a splendid one to behold
Send a message via MSN to LazyJim
nice logo
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 01:47 PM   #5 (permalink)
Senior Member
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 1,174
iTrader: 0 / 0%
Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
I did add the class but it didn't work...oh well, no big deal I suppose, it doesn't look too bad without them.

Can anyone tell me how to change the font with CSS?
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 01:51 PM   #6 (permalink)
Member
 
Join Date: 10-13-03
Location: Toledo, Ohio
Posts: 78
iTrader: 0 / 0%
Latest Blog:
None

Jake is liked by many
Send a message via AIM to Jake
add this to your css code area (ignore the scrollbar crap)

[code:1:728d37a260]BODY {
font: 12px Verdana; color:#ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #252525;
scrollbar-highlight-color: #252525;
scrollbar-3dlight-color: #252525;
scrollbar-darkshadow-color: #252525;
scrollbar-track-color: #252525;
scrollbar-arrow-color: #0cff00;
background-repeat: no-repeat;
background-attachment: fixed;
} [/code:1:728d37a260]
Jake is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 02:43 PM   #7 (permalink)
Senior Member
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 1,174
iTrader: 0 / 0%
Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
Ok, thanks..

I have another question, this one not involving CSS but I figured I would put it here instead of starting a new thread...

Can someone tell me why the logo thing on my site isn't centering? I've tried the <center></center> tag and using the table attribute and the damn thing just won't center...it's getting annoying. I have a brighter image in now so it can be seen better.

EDIT: Ok, now this one is about CSS...
----I got the text changed to the face I want...but not the size. It won't change size..I want it to be size 10(px) white Helvetica but it won't change the size, I've tried all the way from 20 to 8 (not all numbers ) and it won't ever change.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 03:47 PM   #8 (permalink)
v7n Mentor
 
Thanol's Avatar
 
Join Date: 10-13-03
Location: Central Ohio (Dublin)
Posts: 820
iTrader: 0 / 0%
Latest Blog:
None

Thanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web pro
Send a message via AIM to Thanol Send a message via MSN to Thanol Send a message via Yahoo to Thanol
Sometimes you have to refresh a page a couple times before the CSS file is recached. That could be causing a problem.
__________________
-Scott
Build a Website : Other site
Thanol is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 05:45 PM   #9 (permalink)
Senior Member
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 1,174
iTrader: 0 / 0%
Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
Well, it's been refreshed plenty of times and it still won't work.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 06:32 PM   #10 (permalink)
Senior Member
 
Join Date: 10-13-03
Posts: 1,279
iTrader: 0 / 0%
Latest Blog:
None

AcRoNym is a jewel in the roughAcRoNym is a jewel in the roughAcRoNym is a jewel in the roughAcRoNym is a jewel in the roughAcRoNym is a jewel in the roughAcRoNym is a jewel in the rough
it might depend on how u drew it originally how big is the image?
AcRoNym is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 06:35 PM   #11 (permalink)
Senior Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 395
iTrader: 0 / 0%
Latest Blog:
Black Friday Deals?

raciviusdawn is on the right pathraciviusdawn is on the right pathraciviusdawn is on the right path
Send a message via AIM to raciviusdawn
i think it's centered fine...the thing is you may want to adjust the "Affiliates" thing instead...if you want it all to line up i guess ya know...simply adjust the "Affiliates" list inwards a bit.
raciviusdawn is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 07:01 PM   #12 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I agree with raciviusdawn. IMO - It looks better if all the content fits neatly under the header graphic.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-16-2003, 03:03 PM   #13 (permalink)
Senior Member
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 1,174
iTrader: 0 / 0%
Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
I know that it does...but I don't know how big the image should be since I did cellspacing it made the table bigger than I planned.

(it's cellspacing is set to 4.)
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table cell borders and video loops lajones3 Coding Forum 5 08-24-2007 01:57 PM
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 05:58 PM
How to make fine table borders for Firefox hhheng Web Design Lobby 1 10-24-2006 08:50 AM
Inner Table Borders fstop71 Coding Forum 14 09-13-2004 09:55 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 03:54 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.