lxzliuxinzhu / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

IE rollover problem #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open the highlighted page in IE 7
2. rollover the "view plain" "copy to clipboard" "print" "?" tags
3. the tags will move horizontally

What is the expected output? What do you see instead?
It should not move. It should stay still

What version of the product are you using? On what operating system?
v1.5.1

Please provide any additional information below.
follow the url below to take a look at a live example
http://shiloveschew.com/l/lab/sh/php.html

Original issue reported on code.google.com by shichuanr on 29 Sep 2007 at 6:30

GoogleCodeExporter commented 8 years ago
to fix this problem, one must declare <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 
1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Original comment by shichuanr on 29 Sep 2007 at 9:43

GoogleCodeExporter commented 8 years ago
add
    margin-right: 10px;
at
   .dp-highlighter .tools a:hover
on
   SyntaxHighlighter.css

Original comment by uen...@gmail.com on 22 Dec 2007 at 1:27

GoogleCodeExporter commented 8 years ago
Neither of these proposed fixes worked for me in IE.

Original comment by tons...@suvaonline.com on 28 Dec 2007 at 2:33