Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 10-14-2003, 05:43 PM   #1 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
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 )
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 10-14-2003, 06:39 PM   #2 (permalink)
Inactive
 
Join Date: 10-13-03
Location: Toledo, Ohio
Posts: 89
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, 08:13 PM   #3 (permalink)
Contributing 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, 04:42 AM   #4 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
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, 12:47 PM   #5 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
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?
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 12:51 PM   #6 (permalink)
Inactive
 
Join Date: 10-13-03
Location: Toledo, Ohio
Posts: 89
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, 01:43 PM   #7 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
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.
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 02:47 PM   #8 (permalink)
v7n Mentor
 
Thanol's Avatar
 
Join Date: 10-13-03
Location: Central Ohio (Dublin)
Posts: 1,514
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, 04:45 PM   #9 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
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.
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-15-2003, 05:32 PM   #10 (permalink)
Inactive
 
Join Date: 10-13-03
Posts: 1,671
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, 05:35 PM   #11 (permalink)
Contributing Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
iTrader: 0 / 0%
Latest Blog:
Dead Space Review

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, 06:01 PM   #12 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
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, 02:03 PM   #13 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
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.)
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > 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

vB 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 12:57 PM
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 04:58 PM
How to make fine table borders for Firefox hhheng Web Design Lobby 1 10-24-2006 07:50 AM
Inner Table Borders fstop71 Coding Forum 14 09-13-2004 08:55 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:43 PM.
© Copyright 2008 V7 Inc