Quick css

  • I need to use this css code (it’s kind of a pop-up) It alters the way a TD in a table behaves. By default text warped around a <span> tag will not be displayd but; When you hover over a TD it makes the text will appear.

    I wanted to add this in the Style property of the table, but it wont work, and obviously I don’t want to buy the CSS upgrade just for six lines of CSS. So, is there a way to do this without the CSS upgrade?

    div#programa TD span {
    display:none;
    }

    div#programa TD:hover span {
    display:block;
    text-align:center;
    }

    The blog I need help with is: (visible only to logged in users)

  • Please do not bump threads in the forum. There is virtually no support for CSS in the forum and those people who know CSS and who are willing to contribute can find your threads without your bumping them.

    They cannot, however, assist you if you don’t give them a link to your blog, beginning with http.

  • The topic ‘Quick css’ is closed to new replies.