實(shí)現(xiàn)鼠標(biāo)懸停在圖片上底部彈出文字內(nèi)容的實(shí)現(xiàn)方法:HTML代碼:
text
CSS代碼:#wrapper.text{position:relative;bottom:30px;left:0px;visibility:hidden;}#wrapper:hover.text{visibility:visible;}實(shí)現(xiàn)鼠標(biāo)懸停在圖片上底部彈出文字內(nèi)容的實(shí)現(xiàn)方法:HTML代碼:
text
CSS代碼:#wrapper.text{position:relative;bottom:30px;left:0px;visibility:hidden;}#wrapper:hover.text{visibility:visible;}