Author Topic: [CODE/CSS] Add Image Before Navigation-- Agent Moose  (Read 608 times)

Nick

  • Global Moderator
  • *
  • Posts: 23
  • Reputation: -1
    • View Profile
[CODE/CSS] Add Image Before Navigation-- Agent Moose
« on: August 03, 2010, 12:07:04 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: [Select]
<!---http://cfcoding.createaforum.com--->
/* Add Image before Navigation */
div.navigate_section ul li:first-child:before
{
vertical-align: middle;
content: url("IMAGE URL HERE");
}
<!---http://cfcoding.createaforum.com--->

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.
« Last Edit: August 03, 2010, 12:12:59 pm by Nick »

Share on Facebook Share on Twitter