Jump to content

Shadowbox JS & Iframe


Dkid
 Share

Recommended Posts

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

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

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

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

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
 Share

×
×
  • 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.