Jump to content

theone

Members
  • Posts

    4
  • Joined

  • Last visited

theone's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. theone

    Style Sheets

    not realy, lets say, the style sheet has.MyClass { fontsize:24px; }and after the page loads, this,(some javascript method).MyClass.Style.fontsize="30px";thanks
  2. theone

    Style Sheets

    i need to change the font size after the page and style-sheet and javascript-sheet has loaded, changing it before is not a problem, i need a javascript method/call to do this when it is called "onLoad"thanksAndrewp.s. i have looked and not found anything, so not sure if it can be done!
  3. theone

    Style Sheets

    i have a td cell that i attach a mouseover/leave listener to, and when it goes over/out it changes the class of the td cell, and i need to change the font size of the over/out class atribute,i.e..over{ font-size:24px; (etc) }.out { font-size:24px; (etc) }i need to access the code it the above example, which is part of a link-style-sheet and change the font size to another font, (and is it the same for id's as well?.thanksAndrew
  4. theone

    Style Sheets

    Hi All,I am trying to change the atribute of a class in a style sheet, i would like to do this to the actual style sheet its self, not the page, so when the class is called, the changed attribute is called, not the old one. i need to do it in IE and NetScape, so could someone show me some code or point me in the right direction, and, while we are at it, is it the same method for an id style?thanks allAndrew
×
×
  • Create New...