Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can i remove the dark grey border that surrounds the Facebook lightbox pop http://jsfiddle.net/pyqNg/

Any help would be greatly appreciated!

share|improve this question
so you got answer or not ? – user108 Sep 10 '12 at 12:16

2 Answers

Just Change like this

.mdbox-title {border:20px solid white;}   //or specify .mdbox-title{border:0px;}
share|improve this answer
But you have great code.it works for me.accept it if it also for you – Gautam3164 Sep 10 '12 at 5:14
I was looking to remove the dark grey border seen here i47.tinypic.com/23rogvn.png – jbnbtw Sep 10 '12 at 5:20
but it works..?? – Gautam3164 Sep 10 '12 at 5:21
It works, but it's the wrong border i'm wanting removed. Please look here i47.tinypic.com/23rogvn.png – jbnbtw Sep 10 '12 at 5:22
1  
This is the 12345678th post on SO :D upvote – Doorknob Nov 17 '12 at 22:36
show 5 more comments

so you wnat to like this

 $('.mdbox-title').css("border","0px solid #DDDDDD");
share|improve this answer
Trying to remove the following border i47.tinypic.com/23rogvn.png – jbnbtw Sep 10 '12 at 5:20
yes so many try after i will find solution see this edit – user108 Sep 10 '12 at 6:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.