Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リンクをフロートしますか?そうすると、画像全体がカプセル化されません。この場合、リンクに幅と高さをcssで指定することをお勧めします。
.fleft.block{ width: "your image width"; height: "your image height"; }
コードは正常に機能しています。画像の上にカーソルを変更したい場合は、CSSでこれを試してください。
.logo{ cursor: pointer; }