View Single Post
  #7 (permalink)  
Old 03-26-2008, 02:35 PM
jareep jareep is offline
Special Member
 
Posts: 103
Default

Using Firebug I was able to find the HTML that is setting the opacity to .2 (or 20%) and now I just need to find it in the code in order to manually change it. Here is the full HTML:
Quote:
<div style="position: absolute; cursor: default; width: 1410px; height: 20px; opacity: 0.2; left: 2px; top: 4px;" class="appt" id="DWT218"></div>
If I can find that, I should be able to remove it. Ideas?
Reply With Quote