[Kye-U] Google Alternate Display...
|
Jun. 27, 2009, 07:43 PM
Post: #23
|
|||
|
|||
RE: [Kye-U] Google Alternate Display...
For a strange reason your new version of "Google Search: Alternate Display 09.06.27" doesn't work in my IE7. But I've tried your idea of removing the line "( <br>$SET(7=<br class=mainspace>)|( <(table|cite))\7)" and applying "line-height:18px" style for <cite> elements. To compensate additional gap at the bottom created by increasing the overall height of the line I added "position:relative; top:2px;" style as well. And to correct position of the next in the line "span.gl" element I've added that to its style too. So, now it looks like:
Code: "cite {line-height:18px; position:relative; top:2px;}\r\n" Taking into consideration your good point about validating the code without "element is empty" error I've decided to give one more try to it by adding " " inside the <div> element. And it looks like it's working well in IE7 and FF3, even if I zoom the page. So, what I've done comparing to the latest "update" version 6.6 is: 1) I've replaced the line in "Google Search: Alternate Display 9.04.30" filter Code: "( <br>$SET(7=<br class=mainspace>)|( <(table|cite))\7)" Code: "( <br>$SET(7=<div class=mainspace> </div>)|( <(table|cite))\7)" 2) I've used the code for "Google Light Theme": Code: Name = ". + Google Light Theme 9.06.27 (!nn) [ozo] (o.s)" And it works in IE7 and FF3. |
|||
« Next Oldest | Next Newest »
|