css

  1. Harry P

    How to create a tool to minify CSS, HTML & Javascript?

    I want to create a tool on my website to minify CSS, HTML & Javascript where visitors can use it to minify any codes that they want? any help!
  2. Harry P

    How to create a sticky button when scrolling browser using HTML, CSS, and JavaScript

    Here is a complete file that demonstrates how to create a sticky button when scrolling the browser using HTML, CSS, and JavaScript: <!DOCTYPE html> <html> <head> <style> .sticky-button { position: fixed; bottom: 20px; right: 20px; background-color...
  3. jason223

    CSS Frameworks

    What is the best CSS Framework to use aside from Bootstrap? We all know that bootstrap is one of the most used CSS framework now a days. I want to use and try other framework. What's your suggestions?
  4. David Beroff

    mod_deflate for jpg png css javascript?

    Hi there, I tried this mod_deflate on my server as some hosting tutorials suggested. <Directory /home/*/htdocs> SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE...
  5. Life Sayings

    LESS or CSS

    What is LESS stylesheet language? is it a replacement for CSS? I have seen it in a web cms and they used .less instead for .css. Does using .less have better advantages over .css?
  6. tlhIngan

    Best CSS Framework?

    Well, what is the best CSS framework in your mind? I've used Foundation css framework before, and I've been looking a few more minimalistic alternatives. But they all seem to be lacking in one way or another, either because they require a very specific setup (usually one pre processor over...
  7. magicandre1981

    Do people still code HTML and CSS by hand?

    I am wondering at this time people still code HTML and CSS by hand? If yes, then what advantages we can have from doing this way? or just using an existed CMS (Wordpress, Joomla...) to continue develop it with their ideas?
  8. Luxin Host

    Hiring PHP, HTML, CSS, JQUERY, Angularjs Developer/s needed - $1700

    Luxin Host submitted a new resource: PHP, HTML, CSS, JQUERY, Angularjs Developer/s needed - $1700 - PHP, HTML, CSS, JQUERY, Angularjs Developer/s needed - $1700 Read more about this resource...
  9. Emilio

    Does Google understand Javascript and CSS?

    I know that spiders crawl and save your content into their database. But if I have links that have been dynamically generated client-side by some simple javascript or in-line CSS, are they capable of following these links? or google can understand Javascript and CSS codes or ignoring them?
  10. sallysaleh

    Override CSS by URL?

    Hi there, is there a way to override css by url. in my case I have located the css url but I could not locate which file contains that css url. it was hidden. I will make new css file using the css code found on above one with my edits in it. then i will upload it on my website. so is...
  11. KrisR

    CSS Media Queries

    Hi, I'm looking into 2 CSS frameworks and learning about CSS media queries Here are codes from Skeleton CSS responsive @media only screen and (max-width: 959px) {} @media only screen and (min-width: 768px) and (max-width: 959px) {} @media only screen and (max-width: 767px) {} @media...
  12. NevinC

    Using Inline HTML tags or CSS classes, which one is recommended in SEO?

    Hi guys, Should I use HTML tags like <strong>, <b>... or <...class="myfstyl"> .myfstyl {font-weight: bold;} My question is, I should use inline HTML tags or Stylesheet ( CSS classes), which one is recommended or better in SEO?
  13. Tachira

    Comment out HTML, CSS, Javascript and PHP

    Hi everyone, Sometimes I get confused with comment out in html, css, javascript and php Could you show me any way to use exact comment out in these programming languages? Thank much!
  14. JoeHamilton

    How to fix CSS Error on Google Chrome 39

    These days, more websites got errors with menu using li or a tag on newest version of Chrome. Thus, if you are using latest version of Google chrome 39, you get this error, just find and update as following ways Way 1: Find where you got error and add this class .class a { white-space...
  15. Jovani

    How to apply responsive css to my website

    My website is not in responsive now and I want to make it in responsive design for friendly with mobile devices, is it possible? Which sources to learn or what ways would you suggest me for fast ways to convert my site to responsive?
  16. freds86

    What is the difference between CSS and CSS3?

    Hi webmasters Can you tell me what is the difference between CSS and CSS3? I'm newbie with CSS and I expect that I can design a website by myself with css and html waiting some helps
  17. Alex Thompson

    Best Responsive CSS Framework for 2014 and 2015

    What is Responsive Web Design? Responsive Web is a web version can only run on all devices such as personal computers, smartphones or tablets. Responsive Web has the ability to automatically resize text and images for a wide variety of different screen sizes to make sure that the website is...
  18. Laviskajoermoy

    How many days are needed to learn HTML & CSS?

    Hi everyone, According to you, how many days are needed to get a good knowledge of HTML & CSS or can use it to design website templates by an average intelligent person, if one person puts from 2 to 3 hours a day for learning them?
  19. Michele D.

    Can we create a good CMS with only HTML 5 and CSS?

    Hi everyone, I am relatively new to these things that is why I am taking few course as well regarding website design and html5 and css, can somebody please share me any tips how can I create an effective CMS with HTML 5 and CSS. It's enough to have my own CMS or what extra things I need to...
  20. Joe S.

    Is it possible to include CSS in html

    I am working out on a web design project with a friend. I was wondering is it possible to enter CSS in HTML Heard first time. I think no !! But let me know if possible and how exactly.
Top