Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom CSS created through JS

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176382
    LukeXF
    Participant

    Demo

    Is there a way to repeat the class names inside of CSS or JS to use again.
    I am trying to keep minimal HTML. I suspect the custom part would be done entirely through JS.

    For example where <name> is the class name in the css file:

    Line 27 -> The /work/<name>.png
    Line 30 -> The content: “<name>”;

    It would then allow me (bearing in mind that I have the image in the right location) the ability to change one word in HTML to update all the content for that div.

    Notice:
    I am yet to add a href to the /portfolio/<name> for when you click on the div.

    #176405
    Paulie_D
    Member

    It’s not clear to me what you are trying to do but there is no reason why you couldn’t declare the class name as a variable and re-use it as required.

    Your HTML should be minimal anyway but the HTML should also include class declarations as required.

    Whether these are applied manually, via PHP (for instance) or JS doesn’t make much difference unless JS is disabled…which some people do.

    I’m wondering if you are looking for a CSS pre-processor because, as I said, it’s not clear to me what the ‘issue’ actually is.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.