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:
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.
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.
Summary: Greetings, i have a question regarding CSS. Here's what one of my sheets looks like: ==================== a:link{text-decoration:none; color:#0000ff; font-weight:bold;} a:visited{text-decoration:none...
Summary: hey hey...I just recently learned how to use css. I love it. :) however...i'm having some problems with positioning and sizing of elements. What is the best way to position elements in a css docume...
Summary: I have a simple CSS question I have a table with some text and links i want CSS to just affect the links not the text <table class="mytable> <tr><td class="mytd"> My Link Some Text Goes her...