Table colours via CCS do work in Safari, at least in 1.0.2 that I am
using.
Try changing the following in your css file:
.liga {
A:hover { color:#000000}
}
to
.liga {
A:hover { color:#000000};
}
The missing ; could be the cause of problems, and if that is the
problem, Safari is being picky about it.
Regards
Neil
On Friday, June 25, 2004, at 09:41 pm, ivan mejia fabela wrote:
HI i have a problem, i am building a website and i want to specify
table colors in a external style sheet (css) and in this way when y
need to change the color i only need to go to external style sheet
and everything change, sounds good but...
The only browser dont display the background color is safari (i check
in explorer and firefox and netscape and pc to) i made some test and
when the style is inside the html safari display de color but when i
put the code in a external style sheet safari dont display de code
any idea? solution? or is a safari bug?
you can see this page to look (or dont look a blue line in the middle)
.azul {
font-size: 12pt;
font-family: ScalaSans, Tahoma, Arial;
background-color: #00CCFF;
}
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.