HighDots Forums  

Re: using class on a <table...

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: using class on a <table... in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kris
 
Posts: n/a

Default Re: using class on a <table... - 07-18-2003 , 10:01 PM






In article <ro8hhvso77bfq76lsj1jvkfjc4c6cge666 (AT) 4ax (DOT) com>,
Dan Langille <usenet02 (AT) YEAH (DOT) RIGHT.dvl-software.com.invalid> wrote:

Quote:
table style="solid #000000; border-right: 1px solid #000000;"
That'd be
<table style="border-top: 1px solid #000000; border-right: 1px solid
#000000;">

Quote:
And it does what I want. But Rather than embed it. I'm trying to create a
class.
Good.

Quote:
I'd rather use:

table class="myclass"

So I tried:

myclass {
border-top : 1px solid #000000;
border-right : 1px solid #000000;
}
Which would need to be
..myclass {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
}

Quote:
But I'm not getting the same results. Clues please?
Sorry, I don't have any. <g>

--
Kris
kristiaan (AT) xs4all (DOT) netherlands (nl)
"We called him Tortoise because he taught us" said the Mock Turtle.


Reply With Quote
Reply




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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.