Jump to content

Recommended Posts

Posted

olá pessoal

gostaria se me pudessem ajudar,

http://img692.imageshack.us/img692/9203/semttuloasx.jpg -- na imagem voces vêem o rectagulo no lado esquerdo do ecrã, o que quero é passar para o lado direito



.tradutor{
width:30px;
height:100px;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
border:2px solid #009;
background:rgba(124,227,73,0.5);
box-shadow: #B3B3B3 4px 4px 4px;
position:fixed;
margin-top:25%;
}

este é o código do rectângulo

Topic Solved

Simplesmente era por no css:

right:inherit;

Posted

todo este codigo cria aquela imagem


.tradutor{
width:30px;
height:100px;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
border:2px solid #009;
background:rgba(124,227,73,0.5);
box-shadow: #B3B3B3 4px 4px 4px;
position:fixed;
margin-top:25%;
}

depois no html chamas


<div class="tradutor">
</div>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.