Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-23-2002, 09:39 AM   PM User | #1
notgeek2
New to the CF scene

 
Join Date: Jun 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
notgeek2 is an unknown quantity at this point
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
notgeek2 is offline   Reply With Quote
Old 06-23-2002, 02:42 PM   PM User | #2
joh6nn
wei wu wei


 
joh6nn's Avatar
 
Join Date: Jun 2002
Location: 72° W. 48' 57" , 41° N. 32' 04"
Posts: 1,887
Thanks: 0
Thanked 1 Time in 1 Post
joh6nn is an unknown quantity at this point
well, it'd be easier to help you, if we could see what you already have.
__________________
bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

i am a loser geek, crazy with an evil streak,
yes i do believe there is a violent thing inside of me.
joh6nn is offline   Reply With Quote
Old 06-24-2002, 12:25 AM   PM User | #3
SYP}{ER
Regular Coder

 
Join Date: Jun 2002
Location: Ontario, Canada
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
SYP}{ER is an unknown quantity at this point
Well, here's one little doodad I made:

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

Feel free to rip it apart

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>
__________________
Offtone.com - In the works...

Last edited by SYP}{ER; 06-24-2002 at 12:29 AM..
SYP}{ER is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:26 AM.


Advertisement
Log in to turn off these ads.