<A> links don"t inherit <TABLE> styles
<A> links don"t inherit <TABLE> styles
am 26.04.2007 15:55:03 von looris
i can't understand why this doesn't work.
i have a table with a class, and inside a table there's some links,
but the links don't inherit the class of the table! i can't understand
what i am missing, and just to be sure i've explained precisely in
this page what happens: http://looris.net/~looris/salcazzo/css%20wtf%20bad%20bad%20A %20tag.php
any help, please?
Re: <A> links don"t inherit <TABLE> styles
am 26.04.2007 16:10:56 von a.nony.mous
Lo'oris wrote:
> i can't understand why this doesn't work.
>
> http://looris.net/~looris/salcazzo/css%20wtf%20bad%20bad%20A %20tag.php
Warning: require(tableA-CSS.php) [function.require]: failed to open
stream: No such file or directory in
/home/looris/public_html/salcazzo/css wtf bad bad A tag.php on line 2
Fatal error: require() [function.require]: Failed opening required
'tableA-CSS.php' (include_path='.:/usr/share/php:/usr/share/pear') in
/home/looris/public_html/salcazzo/css wtf bad bad A tag.php on line 2
--
-bts
-Motorcycles defy gravity; cars just suck
Re: <A> links don"t inherit <TABLE> styles
am 26.04.2007 21:31:55 von Mike Minor
"Lo'oris" wrote in message
news:1177595703.273859.155950@c18g2000prb.googlegroups.com.. .
>i can't understand why this doesn't work.
>
> i have a table with a class, and inside a table there's some links,
> but the links don't inherit the class of the table! i can't understand
> what i am missing, and just to be sure i've explained precisely in
> this page what happens:
> http://looris.net/~looris/salcazzo/css%20wtf%20bad%20bad%20A %20tag.php
>
Both links have a white background when I look at it with IE 6......?????
Mike
Re: <A> links don"t inherit <TABLE> styles
am 27.04.2007 13:53:39 von looris
On 26 Apr, 16:10, "Beauregard T. Shagnasty"
wrote:
> Warning: require(tableA-CSS.php) [function.require]: failed to open
lol it looks like you clicked in the exact moment it was broken.
well anyway i've solved it: i used both "table.main" and "a.main"
declarations, where i should've user ".main a".
thanks anyway :)
Re: <A> links don"t inherit <TABLE> styles
am 28.04.2007 14:33:51 von looris
On 26 Apr, 21:31, "Mike Minor" wrote:
> Both links have a white background when I look at it with IE 6......?????
yes, yes, because i've fixed it, now ;)