Css- bgcolor ain't working

  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 21st, 2008, 11:29 pm

Code: [ Select ]
.bottombar {
    padding: 5px;
    text-align: center;
    color: #555555;
        font-size: 1.1em;
        back-ground color: #fff58a;
    }
  1. .bottombar {
  2.     padding: 5px;
  3.     text-align: center;
  4.     color: #555555;
  5.         font-size: 1.1em;
  6.         back-ground color: #fff58a;
  7.     }


The background color isn't displaying...!? :scratchhead:

Where have I missed?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 21st, 2008, 11:29 pm

  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post July 21st, 2008, 11:51 pm

Code: [ Select ]
background-color:#fff58a;


how about some [code] tags George ... ?
Let's leave all our *plum* where it is and go live in the jungle ...
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 12:40 am

What do you mean by [code] tags, R_T?

Thanks for helping, again I need to go now..

Please advise in any way you can, man.

cya

:)
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post July 22nd, 2008, 12:41 am

code tags as something like...
Code: [ Select ]
.bottombar {
padding: 5px;
text-align: center;
color: #555555;
font-size: 1.1em;
background color: #fff58a;
}
  1. .bottombar {
  2. padding: 5px;
  3. text-align: center;
  4. color: #555555;
  5. font-size: 1.1em;
  6. background color: #fff58a;
  7. }
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 12:45 am

what is it is the difference with the first post I had in this thread?..

//really I should go now, thanks for the help man.
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post July 22nd, 2008, 12:51 am

The white box around the code with the word "Code" at top left.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 3:41 am

Are you kidding me?
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post July 22nd, 2008, 6:52 am

George, it looks like you got the CODE tags sorted and the answer to your background problem. Yes?
- dM
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 22nd, 2008, 7:25 am

I added them dM. I tend to just silently add them these days and leave it up to people to edit theor post and see what happened.

George, f you edit your post, you will see what they're talking about when they mention the code tags.
Strong with this one, the sudo is.
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 7:51 am

How am I going to edit?
I'm confused, I've not edited anything in this thread..
And the answer Bogey has given isn't working still..

I'm using this now:

Code: [ Select ]
.bottombar {
    padding: 5px;
    text-align: center;
    color: #555555;
        font-size: 1.1em;
        back-ground color: #fff58a;
        }
  1. .bottombar {
  2.     padding: 5px;
  3.     text-align: center;
  4.     color: #555555;
  5.         font-size: 1.1em;
  6.         back-ground color: #fff58a;
  7.         }
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post July 22nd, 2008, 8:22 am

Change "back-ground color: #fff58a;" to "background:#fff58a;" or "background-color:#fff58a;"...as r_t indicated.

It's simply a hyphenation/syntax error. ;)
- dM
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 8:34 am

digitalMedia wrote:
Change "back-ground color: #fff58a;" to "background:#fff58a;" or "background-color:#fff58a;"...as r_t indicated.

It's simply a hyphenation/syntax error. ;)


It's working, yay, but still a little problem persists..
I signed in as admin there's no changes, only registered user can see the changes or unregistered users. hmmm
  • George L.
  • Bronze Member
  • Bronze Member
  • No Avatar
  • Joined: Nov 05, 2007
  • Posts: 2206
  • Loc: Malaysia
  • Status: Offline

Post July 22nd, 2008, 8:36 am

ah, no, sorry the changes take effect now...

Thank you DM. :)

I mean very much and

..everybody who contributed to this thread!, gladly my appreciation.


:)

Post Information

  • Total Posts in this topic: 13 posts
  • Users browsing this forum: No registered users and 83 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.