alexmestre Posted April 6, 2012 at 07:30 PM Report #447973 Posted April 6, 2012 at 07:30 PM 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;
Ricardo Gonçalves Posted April 9, 2012 at 02:23 PM Report #448209 Posted April 9, 2012 at 02:23 PM nessa imagem que publicas-te é uma imagem só ou são duas imagens?
alexmestre Posted April 9, 2012 at 02:38 PM Author Report #448217 Posted April 9, 2012 at 02:38 PM é so 1 tirei um printscreen e editei no paint para explicar melhor o meu problema
Ricardo Gonçalves Posted April 9, 2012 at 02:41 PM Report #448218 Posted April 9, 2012 at 02:41 PM no CSS utiliza este código e vê se é o que queres este código inverterá a imagem. -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);
alexmestre Posted April 9, 2012 at 02:46 PM Author Report #448223 Posted April 9, 2012 at 02:46 PM 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>
Ricardo Gonçalves Posted April 9, 2012 at 02:59 PM Report #448227 Posted April 9, 2012 at 02:59 PM no css metes este código a baixo . right:-10px;
alexmestre Posted April 9, 2012 at 03:32 PM Author Report #448238 Posted April 9, 2012 at 03:32 PM eu nao pus rigth: -10px o que pus foi right:inherit; para o rectângulo ir para o lado direito e sim no ficheiro css
Ricardo Gonçalves Posted April 9, 2012 at 03:39 PM Report #448240 Posted April 9, 2012 at 03:39 PM Sim, podes utilizar essa opção e até é melhor, não me lembrei dela mas já está a dar todo bem não está?
alexmestre Posted April 9, 2012 at 03:45 PM Author Report #448242 Posted April 9, 2012 at 03:45 PM sim.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now