Re: OPPS--tables
by "Cindy Stanley" <stanleysupport(at)prodigy.net>
|
| Date: |
Wed, 13 Oct 1999 23:58:44 -0400 |
| To: |
<hwg-basics(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.