0

I want to add an image to a fixed navigation bar that is bigger than its height. How do i put the image in there and add a border without it being cut off. i want the image to be fixed aswell.

link

Thank you
4

1 に答える 1

0

画像の高さを設定すると、ブラウザは比例した幅を自動的に設定します

           <img src="images/myimage.jpg"  height="50px" />

ここに 50px を置き、ナビゲーションバーに収まるものを使用します

于 2013-02-18T17:18:28.523 に答える