Active
Project:
PNG Fix
Version:
5.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2008 at 13:27 UTC
Updated:
11 Feb 2009 at 22:25 UTC
in the following code which would be the surrounding class
<div id="header">
<a href="/"><img src="/files/itheme_logo.png" alt="" id="logo" /></a>
<h2><a href="/"></a></h2>
<div class="slogan"></div>
<form action="/search/node" accept-charset="UTF-8" method="post" id="search-theme-form">
<div><div id="search" class="container-inline"><div class="form-item">
<input type="text" maxlength="128" name="search_theme_form_keys" id="edit-search-theme-form-keys" size="15" value="" title="Enter the terms you wish to search for." class="form-text" />
</div> I'm trying to apply the pngfix to the logo image here.
Comments
Comment #1
robloachThis is the site you're refering to?
http://egoinx.com/index.php
You can't type in "#logo", or "#header img" or "#header a" ?
Comment #2
Amiridon commentedI've tried:
".header"
".header a"
".header a href"
".header a href img"
".a"
".a href"
".a href img"
".img"
And all of these replacing the period with a #.
When i get home from work I'll try wrapping the logo in an extra div. the only browser I can test this on is when I get back to work tommorow though.
Comment #3
robloachThere's always http://drupal.org/project/iedestroyer .
Comment #4
neoliminal commentedYou need to identify the a href tag. Then use that. Give it a class="pngfix" then add .pngfix to the config.