Computing.Net > Forums > Web Development > CSS questions:

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

CSS questions:

Reply to Message Icon

Name: Kaiser2
Date: February 8, 2006 at 18:22:49 Pacific
OS: ME/98/FC4/Ubuntu
CPU/Ram: Antique
Comment:

What's the problem with using cell-padding in CSS? I find that by removing cell-padding from the <table> tags and using a seperate CSS with padding: 0; within the table selector, I end up with gaps. Is there a workaround?

Also which browsers are NOT compatible with CSS? - I'm sure there can't be many these days.

Cheers

-{>_<}DO~/}-

"Welcome to the party pal"



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: February 8, 2006 at 19:06:33 Pacific
Reply:

in css you need define it in the td

td {
padding: 0px;
}

or if it's for a specific table class:

table.specificClass td {
padding: 0px;
}

is that what you mean?

---
Site of the Day


0

Response Number 2
Name: Michael J (by mjdamato)
Date: February 8, 2006 at 21:20:27 Pacific
Reply:

Or, the problem may not be the cell padding, but the cell spacing. I remember running into problems in the past trying to remove cell spacing from tables, so I always set the value within the table tag.

Michael J


0

Response Number 3
Name: Kaiser2
Date: February 9, 2006 at 05:01:54 Pacific
Reply:

cheers guys, sorry bit of a school boy error. It was 4am and I couldn't see the #wood for the .trees : )

I'm guessing neither of you has come across a browser that doesn't recognise CSS, good good.

-{>_<}DO~/}-

"Welcome to the party pal"


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: CSS questions:

css question www.computing.net/answers/webdevel/css-question/508.html

css question www.computing.net/answers/webdevel/css-question/2048.html

Simple CSS help? www.computing.net/answers/webdevel/simple-css-help/228.html