Sorry, a simple tag in css file

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
php12342005
Forum Commoner
Posts: 79
Joined: Mon Mar 21, 2005 3:35 am

Sorry, a simple tag in css file

Post by php12342005 »

I can not find syntax of colspan in css file
For example, normal way:
<td colspan="5">

How to write it in css file?

i.e.
#mytd
{
.......
}

then use it as
<td id="mytd">

thanks
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

'colspan' isn't something that can be declared using CSS...

Either:
a) Use the HTML attribute instead
b) Switch to using DIV's if you really must keep it strict.

:D
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

I'm afraid there isn't any such thing in CSS.

EDIT:Uh huh! again beaten.seems like a trend coming up between us, eh d11wtq ;).
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

moved... to client-side. :?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

n00b Saibot wrote:Uh huh! again beaten.seems like a trend coming up between us, eh d11wtq ;).
LOL :P I think we just happen to go online at the same time of the day :)
Post Reply