How to get CSS element from a website?

Discussion in 'CSS' started by Blasko93, Jul 12, 2013.

  1. #1
    Hi

    I would like to ask you if there is any way to get a CSS element from a website?

    Getting the HTML code or saving the website to your desktop is easy but when there are some other elements of the website which are updated often (ex. weather forecasts) there comes the problem because the downloaded website is static. I would like to get the weather forecasts of this website:

    http://tocka.com.mk/

    skopje.png

    Thank you!
    *I know there are plenty of website offering weather gadgets but I am interested in this one so please stay on the topic! :)
     
    Blasko93, Jul 12, 2013 IP
  2. PlayInStyle

    PlayInStyle Active Member

    Messages:
    219
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    Instead of putting the html on desktop, you just need to upload it to a server and the gadgets that are in the site should work.
     
    PlayInStyle, Jul 14, 2013 IP
  3. A_ManojKumar

    A_ManojKumar Active Member

    Messages:
    131
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    65
    #3
    If you need to get the CSS Element, Install Firebug, Right click on the element-> Inspect element and view the CSS Properties.
     
    A_ManojKumar, Jul 14, 2013 IP
  4. maisamjohnm

    maisamjohnm Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    we can only view css of current element but he is asking for how to download css whole code
     
    maisamjohnm, Jul 25, 2013 IP
  5. A_ManojKumar

    A_ManojKumar Active Member

    Messages:
    131
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    65
    #5
    Click on the CSS Tab, the whole stylesheet file will be visible.
     
    A_ManojKumar, Jul 25, 2013 IP