URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create a Forum Coding
  HTML https://cfcoding.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Create A Forum Codes
       *****************************************************
       #Post#: 18--------------------------------------------------
       [CODE/CSS] Add Image Before Navigation-- Agent Moose
   DIR By: Nick
       Date: August 3, 2010, 12:07 pm
       ---------------------------------------------------------
       100% of the credits to making this code goes to Agent Moose
       Add this code to the CSS. Anywhere in the CSS is fine, but I
       prefer to put it at the very beginning or the very top.
       --- Code ---
       <!---
  HTML http://cfcoding.createaforum.com
       --->
       /* Add Image before Navigation */
       div.navigate_section ul li:first-child:before
       {
       vertical-align: middle;
       content: url("IMAGE URL HERE");
       }
       <!---
  HTML http://cfcoding.createaforum.com
       --->
       --- End Code ---
       Do what it says to do and it will do what the title say to do.
       100% of the credit to this code goes to Agent Moose.
       *****************************************************
       Page 1 of 1