• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » Posts Tagged: CSS

Create a ‘|’ bar Separated Horizontal Menu with CSS3

Posted on January 17, 2013 by Renji
| Short URL: http://sumtips.com/?p=6073

A simple CSS3 code that will generate a menu like this:  Home | About | Contact | Sitemap – each link separated with ‘|’ (vertical) bar. <style type=”text/css”> ul#nav li{ float:left; margin-right:20px; list-style:none; } ul#nav li:after{ content:’|'; margin-left:20px; } ul#nav > li:last-child:after{ content:”; margin-left:0; } </style> <ul id=”nav”> <li><a href=”#”>Home</a></li> <li><a href=”#”>About</a></li> <li><a href=”#”>Contact</a></li> <li><a [...]

Categories: CSS Snippets | Tags: CSS

Force Refresh CSS, JavaScript & Any Static File in Browser Cache

Posted on May 20, 2012 by Renji
| Short URL: http://sumtips.com/?p=6611
1 Comment

Notify browser to download a new copy of stylesheet, JavaScript and other static files when they are updated on the server.

Categories: Tips 'n Tricks | Tags: CSS, JavaScript, WordPress

CSS Attribute Selectors

Posted on April 11, 2011 by Renji
| Short URL: http://sumtips.com/?p=4005

An attribute selector is used to select a HTML element using one of its attributes value. They allow one to write CSS for things already coded, without having to go back and add classes or ids.

Categories: Tips 'n Tricks | Tags: CSS

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • Disable Auto-Expanding of Folders Trees In XP
    • Adobe Reader X for Windows, Mac and Linux
    • Download Music from SoundCloud
    • How to Unlink or Disconnect a Computer from SkyDrive Account
    • Disable All Chrome Extensions & Apps With a Single Click
    • Recover Data From a Corrupt Memory Card using Command Prompt
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy