Web Analytics Made Easy -
StatCounter css - backgrounds - CodingForum

Announcement

Collapse
No announcement yet.

css - backgrounds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    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.

    Comment


    • #3
      Well, here's one little doodad I made:



      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>
      Last edited by SYP}{ER; Jun 23, 2002, 07:29 PM.
      Offtone.com - In the works...

      Comment

      Working...
      X