Thread: Css help
View Single Post
  #1  
Old 03-14-2011, 11:40 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,972
fadillzzz is an unknown quantity at this point
Default

In case that didn't work, then leave the <div id="logo"> alone and open your css and add the following to the #logo h1 attribute
Code:
position: relative;
z-index: -1;
This will bring the :SITENAME: into the background (not delete it)
Reply With Quote