2011-05-02 95 views

回答

1

演示:http://jsfiddle.net/Blender/sVx5e/1/

HTML

<div onclick="window.location = '#'"> 
    <img src="http://doc.jsfiddle.net/_images/jsfiddle-logo-thumb1.png"> 
    jsFiddle 
</div> 

CSS

div { 
    height: 150px;  /* This is the height of the image */ 
    line-height: 150px; 
} 

img { 
    float: left; 
} 

使用<div>,而不是一個<a>元件,包裝元件的塊時。 IE嗆起來,當你做...

+0

它在IE8中爲我工作。您能否發佈支持您的聲明的源代碼:「IE無法正常使用塊」「元素。」 – 2011-05-02 20:54:24