I'm working on a project where I need to hide a div when the a x is clicked. I'm wanting to target a specific div to be closed, the div that is holding the href nice. I'm getting a bit stuck with targeting the div once the X is clicked. Could you give any pointers for simple designer?隱藏使用<a href="#nice">
HTML
Div name = footer and the link class is "linky"
CSS
.linky:link {
footer:display: none;
}
Any help would be appreciated.
Regards,
您好,感謝您的嘖嘖。我花了一點時間注意到你的小提琴文字消失在底部。我必須承認我現在已經完成了這個項目,但是謝謝你的幫助,稍後會回來。 – user3082874