Helpful Information
 
 
Category: HTML & CSS
css - backgrounds

help!! well, Im using a css that controls my txt, and changes the txt colour when using mouse over along with changing the back ground on mouse over....now.... how the heck can i get the css to fill the entire width of the table as seen on the microsoft.com site??
any help would be great!!
thx
notgeek2

well, it'd be easier to help you, if we could see what you already have.

Well, here's one little doodad I made:

http://members.rogers.com/aaron-wright/css-menu.html

Feel free to rip it apart :D

It's IE only though. The real ones are DHTML and just change the style properties by linking commands to events, like:

<table border="0">
<tr>
<td onmouseover="this.style.background='#ff0000';" onmouseout="this.style.background='#ffffff';">Mouse over me!</td>
</tr>
</table>










privacy (GDPR)