Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: dėl img

Parašė equals· 2010 Geg. 3 11:05:11
#1

Sveiki, taigi turiu mažą problemėlę, sukūriau buttoną ir norėjau padaryt kai užvedi palyte ant teksto atsiranda tas buttonas. Nu nelabai moku paaiškint tai parodysiu ;D.

Va kaip rodo:


O buttonas tai toks..:



Mano style.css kodas:

A:hover
{
   background: url(images/button.gif) center;
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   text-decoration: none;
   height: 29px;
   width: 69px;
}




Kas blogai :S?

Redagavo equals· 2010 Geg. 3 11:05:41

Parašė Niger· 2010 Geg. 3 11:05:03
#2

         <a href='http://google.lt'><img src='".THEME."images/07.gif' width='82' height='31' alt='' onmouseover=\"this.src='".THEME."images/07_on.gif'\" onmouseout=\"this.src='".THEME."images/07.gif'\" border='0'></a></td>





Kazkas tokio.

Parašė equals· 2010 Geg. 3 12:05:34
#3

Na nelabai supratot ko man reikia ;D, nu va gyvas pavizdys: http://action.wu.lt/ dabar užvesk pelytę ant kokios nuorodos ir matai nepilną mygtuką rodys..

Parašė equals· 2010 Geg. 3 13:05:01
#4

Taigi padėkit skubiai :S

Parašė WebDraw· 2010 Geg. 3 15:05:03
#5

body
{
   background: #6a6a6a;
   color: #FFFFFF
}

.menu
{
   background: url(images/menu.gif) no-repeat center;
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: none;
   color: #fff;
   height: 29px;
   width: 1000px;
}

A:link
{
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: none;
   color: white;
   text-decoration: none;
}

A:visited
{
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: none;
   color: white;
   text-decoration: none;
}

A:hover
{
   background: url(images/button.gif) center top;
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   text-decoration: none;
   height: 29px;
   width: 69px;
        line-height:29px;
        display:inline-block;
       
}

.main
{
   background: url(images/body.gif) center;
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: none;
   color: #fff;
   height: 371px;
   width: 1000px;
}

#menu
{
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size: 11px;
   text-decoration: none;
   float: left;
   width: 570px;
        line-height:29px;
}

#main
{
   padding-top: 1;
   float: left;
   width: 340px;
}


img
{
   border: 0;
}

#text
{
   padding: 20px;
   float: left;
   width: 340px;
}




Parašė equals· 2010 Geg. 3 15:05:29
#6

ačiū :) (Min. privalomas ilgis: 20 simbolių)

Parašė equals· 2010 Geg. 3 19:05:59
#7

Dabar turiu dar vieną klausimą, kaip padaryt kad tas tekstas nejudėtų. www.action.wu.lt (čia ne reklama) užveskit pelytę ant menu teksto ir matot pradeda judėti

Parašė Pakartoti slaptažodį· 2010 Geg. 3 19:05:48
#8

Pamėgink hover paddingus ir marginus pažiūrėt..

Parašė equals· 2010 Geg. 3 19:05:13
#9

Tai kad gerai ten viskas yra.. ?|