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.

Look Like these Posts

+2
ankillien
Farhan Honey
6 posters

Go down

Solved Look Like these Posts

Post by Farhan Honey August 30th 2010, 6:06 am

Hi Forumotion...

How Can i Make my Forum Msgs look like these msgs.
:
Look Like these Posts 12310

Same ... The white Or Another color of message area.
Farhan Honey
Farhan Honey
Forumember

Male Posts : 233
Reputation : 1
Language : Urdu
Location : Heart Of World , Lahore

http://www.7111.forumotion.com

Back to top Go down

Solved Re: Look Like these Posts

Post by ankillien August 30th 2010, 7:28 am

Hello,

Please try adding this code to your CSS...

Code:
.postbody {
padding : 5px;
background : #FFF;
border : 1px solid #333;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 7:31 am

Question. Ankillien if I use the radius does it work on all browsers/
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by ankillien August 30th 2010, 7:37 am

The border-radius works on all browsers but IE.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 7:39 am

ankillien wrote:The border-radius works on all browsers but IE.

Okay thanks. I looked into it a while ago and couldn't figure it out. Now as far as phpbb3 why does it have images and not use the radius? Because it won't work in IE?

IE is awful.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by ankillien August 30th 2010, 7:43 am

Yes, we have to use images to make the rounded corners work in IE since it doesn't support any CSS3 codes yet. Hopefully, IE9 will adopt CSS3 Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 7:46 am

Come on now how does that browser even exist lol.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by Darren1 August 30th 2010, 8:53 am

IE exists because MS poars billions of dollars into it to make it viable lmao

Ankillien, IE9 will be supporting it, and somehow, will be FASTER than FF & chrome ..... Sounds like a typical MS lie Rolling Eyes
And alike MS, IE9+ will only be supported by Win7 or later tongue
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 11:00 am

Darren1 wrote:IE exists because MS poars billions of dollars into it to make it viable lmao

Ankillien, IE9 will be supporting it, and somehow, will be FASTER than FF & chrome ..... Sounds like a typical MS lie Rolling Eyes
And alike MS, IE9+ will only be supported by Win7 or later tongue

Hahahahahaha what a joke. I mean I have Windows 7 but still WHAT A JOKE!

Just stop with the IE BS Microsoft. Sad enough quite a few people is it still because they don't know about firefox or chrome.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 11:03 am

blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by Farhan Honey August 30th 2010, 11:09 am

Ok...

thanx ani.,

but postbody Background iz still very light... how it will be strong???
Farhan Honey
Farhan Honey
Forumember

Male Posts : 233
Reputation : 1
Language : Urdu
Location : Heart Of World , Lahore

http://www.7111.forumotion.com

Back to top Go down

Solved Re: Look Like these Posts

Post by blindbat1457 August 30th 2010, 11:14 am

.postbody {
padding : 5px;
background : #FFF;
border : 1px solid #333;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

Change that to whatever color you need.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Look Like these Posts

Post by Farhan Honey August 30th 2010, 11:24 am

Err... Look Like these Posts Icon_rambo

i'm asking about


Look Like these Posts 12310
Farhan Honey
Farhan Honey
Forumember

Male Posts : 233
Reputation : 1
Language : Urdu
Location : Heart Of World , Lahore

http://www.7111.forumotion.com

Back to top Go down

Solved Re: Look Like these Posts

Post by kirk August 30th 2010, 12:22 pm

I guess you mean the post body.
i am not sure how to get color with css but i have a code to add a image there.
if you get a image of the color you want you can add it to the code that way.
or you can change it in your table rows from colors in acp.

but doing that will change it on the index board to for your rows..

Anyway i know there is a simple css you can add for that.. so i am sure ankillien or someone else will have it.

info added

Wait ankillens code is for the post body so that should do it.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Look Like these Posts

Post by ankillien August 30th 2010, 1:27 pm

TO change post body background, use this code...

Code:
.post {
background : #333333;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Look Like these Posts

Post by Farhan Honey August 31st 2010, 8:19 am

Done...

Great ani Very Happy
Farhan Honey
Farhan Honey
Forumember

Male Posts : 233
Reputation : 1
Language : Urdu
Location : Heart Of World , Lahore

http://www.7111.forumotion.com

Back to top Go down

Solved Re: Look Like these Posts

Post by Sanket August 31st 2010, 8:49 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Look Like these Posts 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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