Dkid Posted November 2, 2009 at 12:35 PM Report Share #294361 Posted November 2, 2009 at 12:35 PM Boas pessoal, Estou a usar o iframe do Shadowbox-js e eu tenho uma pagina de login com "rounded curves", e o que quero é não ver o border do iframe do shadowbox como por exemplo acontece (e ainda não entendi como) no site http://www.sapokiosk.com na secção de login. Não sei se me fiz entender. I promise that I will not change the PATH variable again other than:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Link to comment Share on other sites More sharing options...
jwv Posted November 2, 2009 at 02:30 PM Report Share #294362 Posted November 2, 2009 at 02:30 PM Queres retirar o border do iframe? Ou queres mudar o layout do Shadowbox? Link to comment Share on other sites More sharing options...
Dkid Posted November 2, 2009 at 08:06 PM Author Report Share #294397 Posted November 2, 2009 at 08:06 PM Eu amanhã tiro um print para ver se voces entendem. É que eu até já meti tudo da mesma cor, mas fica sempre aquele "risco".. I promise that I will not change the PATH variable again other than:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Link to comment Share on other sites More sharing options...
Dkid Posted November 3, 2009 at 09:39 AM Author Report Share #294443 Posted November 3, 2009 at 09:39 AM Boas, aqui está o printscreen do iframe http://img134.imageshack.us/img134/8053/screenshotba.th.png Como podem ver,eu criei as bordas redondas com CSS e não me interessa nada ter as bordas rectas do iframe... o que sugerem ? I promise that I will not change the PATH variable again other than:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Link to comment Share on other sites More sharing options...
jwv Posted November 3, 2009 at 12:02 PM Report Share #294469 Posted November 3, 2009 at 12:02 PM Tens a certeza que esse border é do iframe e não é de um div? Se for do iframe tenta retirar através de CSS iframe{border:0;} Se não funcionar terás editar o Shadowbox e encontrar o iframe e colocar o frameborder="0", <iframe frameborder="0"></iframe> Se não for do iframe instala o firebug https://addons.mozilla.org/pt-PT/firefox/addon/1843 e faz um inspect ao elemento. Link to comment Share on other sites More sharing options...
Dkid Posted November 3, 2009 at 03:04 PM Author Report Share #294503 Posted November 3, 2009 at 03:04 PM Boas, Já consegui descobrir, o responsável por isso é mesmo o Shadowbox, e no css meti : #sb-body{ border:none; /* finalmente isto é o que faz a borda do iframe*/ } Obrigado pela ajuda!!! I promise that I will not change the PATH variable again other than:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Link to comment Share on other sites More sharing options...
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