| hwg-basics archives | Oct 1999 | new search | results | previous | next |
Re: OPPS--tablesby "Cindy Stanley" <stanleysupport(at)prodigy.net> |
|
From: Bayangell(at)aol.com <Bayangell(at)aol.com>
>I have the separate tables but their not taking up the space of the
entire
>page..
>What am I doing wrong?
Specify the width of your table to be at 100%.
> I also want to make the links mouse over..
You could use the hover in CSS to make the text links change to a
different color while mousing over them. This would be put in before you
close your head tag.
<STYLE TYPE="text/css">
<!--
A:hover { color: #FFCC99 }
-->
</STYLE>
Although, this is IE specific for the hover effect. NN will just ignore
it.
--
Cindy K. Stanley
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA