html - Align text and image on hover -


i newbie css. trying align image added button on hover effect. have tried. want image in line text below image shows. http://tinypic.com?ref=30ll5qg http://tinypic.com?ref=qrds8g

these css have used :

#button1:hover {    margin-top: 5px;                     padding: 5px 20px 5px 0;                     background-color: black;                     color: #ffcb00;                     width: 330px;                     text-align: right;      }         #button1:hover:after {             height: 50px;             content:  url(img/arrow.png);             right:  50%;             margin-top: 50%;       } <div style="margin-top: 10px;"> 

login

if image aligned horizontally text <p style="width:full width of text minus width of image">your text here</p> put image , text in 1 div , position image using margin-top


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -