The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hiding the frame around the homepage message?

3 posters

Go down

Hiding the frame around the homepage message? Empty Hiding the frame around the homepage message?

Post by rblatch Mon May 17, 2010 4:11 pm

How can I hide the frame/border around the homepage message, I am using PunBB.

Thanks,
Rob Cool
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by Bleachzor Tue May 18, 2010 5:40 am

I think these are the stuff you are looking for:
Code:
/* Login Popup---------------------------------------------------*/
#login_popup {
   position: absolute;
   z-index: 999;
   display: none;
   background-color: #fbfbfb;
   border: 1px solid #dddddd;
   }
#login_popup_buttons {
   position: absolute;
   bottom: 8px;
   right: 6px;
   }
#login_popup_buttons input {
   margin-left: 6px;
   }
They are allready included in your css. But you can also add this to the end of your css:
Code:
#login_popup {
   border: 0px solid #dddddd !important;
   }
@forumotionpeople: I suck at this so it would be nice if you'd still take a look into it.
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by rblatch Tue May 18, 2010 6:17 am

Nope, That was the first things I tried. Thanks anyway Wink
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by Bleachzor Tue May 18, 2010 7:34 am

rblatch wrote:Nope, That was the first things I tried. Thanks anyway Wink
But, the border "did disappear after this and "that" is what you asked for but", what you want now is something different, I see.

You can also try making the background color completely transparant and then place the content of the message within a new div or table.

The result would look like this

[ top piece here top piece here top piece here top piece here top piece here - ]
[ maybe empty space ][ some text part some text part ][ maybe empty space ]
[ empty space (for sure) empty space (for sure) empty space ][ -- buttons -- ]
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by rblatch Tue May 18, 2010 7:39 am

Bleachzor wrote:
rblatch wrote:Nope, That was the first things I tried. Thanks anyway Wink
But, the border "did disappear after this and "that" is what you asked for but", what you want now is something different, I see.

You can also try making the background color completely transparant and then place the content of the message within a new div or table.

The result would look like this

[ top piece here top piece here top piece here top piece here top piece here - ]
[ maybe empty space ][ some text part some text part ][ maybe empty space ]
[ empty space (for sure) empty space (for sure) empty space ][ -- buttons -- ]

That makes no sence...
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by Bleachzor Tue May 18, 2010 7:57 am

your left top corner and your right top corner will allways stay white.
the rest of the background is behind your buttons and your textplace
if you make this transparant (invisable) there will be nothing left.
It doesn't look like it holds another inside block or panel or table or whatever you may ccall it. so you see your text on a place with no background unless you place another panel in there and wrap it around your text, but I cannot guaranty you'd like the outcome. That is what I meant to say.
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by rblatch Tue May 18, 2010 10:34 am

I'll wait for a senior member to respond, if there is no other way I will try yours thumright

There might be a way to do it via.template editing Very Happy
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by Phil Scape Tue May 18, 2010 6:24 pm

Latchy, post your General Template code, please. Wink
Phil Scape
Phil Scape
Forumember

Male Posts : 159
Reputation : 0
Language : English | German | HTML | CSS | Java | VB.Net
Location : Arizona

http://www.graphiccentral.org

Back to top Go down

Hiding the frame around the homepage message? Empty Re: Hiding the frame around the homepage message?

Post by rblatch Wed May 19, 2010 2:17 pm

Bump
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum