[SOLVED] Text not showing black in lists?

This is a discussion on "[SOLVED] Text not showing black in lists?" within the Web Page Design section. This forum, and the thread "[SOLVED] Text not showing black in lists? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Dec 4th, 2007, 14:24
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Text not showing black in lists?

The font is appearing white when everything(body tag aswell) is set to black.

Code: Select all
    <div id="footer">
        <ul class="footerlinks">
            <li><a href="" title="">Home</a></li>
            <li><a href="" title="">Process</a></li>
            <li><a href="" title="">Why sell fast?</a></li>
            <li><a href="" title="">Benefits</a></li>
            <li><a href="" title="">Where we buy</a></li>
            <li><a href="" title="">Sell my property</a></li>
            <li><a href="" title="">FAQs</a></li>
        </ul>
    </div>
Code: Select all
#footer{
    width: 757px;
    height: 30px;
    float: left;
    margin-top: 7px; 
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
}

ul.footerlinks {
    margin:0;
    padding: 0px;
    list-style: none;
    display: block;
}

ul.footerlinks li {
    float: left;
    color: #000000;
    padding: 8px 0px 6px 6px;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Dec 4th, 2007, 14:26
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,780
Thanks: 0
Thanked 16 Times in 16 Posts
Re: Text not showing black in lists?

Is it because the text is black and also the background is black?!
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Dec 4th, 2007, 14:35
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text not showing black in lists?

No.. lol, the background is white.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Dec 4th, 2007, 14:38
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,780
Thanks: 0
Thanked 16 Times in 16 Posts
Re: Text not showing black in lists?

That code isn't very helpful for us since we dont have `footer.gif`.
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Dec 4th, 2007, 14:40
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text not showing black in lists?

Hmmm ... yeah ... a link would be great.

Have you tried maybe adding #footer ul.footerlinks ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Dec 4th, 2007, 15:54
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text not showing black in lists?

Footer is just a .GIF/Div.

http://www.leoncalder.com/clients/housing/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Dec 4th, 2007, 16:11
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text not showing black in lists?

The color of your links are white ... that's white it's not showing.

I suggest doing something like

Code: Select all
.footerlinks a:link, .footerlinks a:visited, 
.footerlinks a:hover, 
.footerlinks a:active {
	text-decoration: none;
	color: #000;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Dec 4th, 2007, 16:15
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text not showing black in lists?

Works now, thanks a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to modify lists thewebkid Web Page Design 3 Nov 26th, 2007 12:10
[SOLVED] good examples wanted of grey or black sites Gerry Graphics and 3D 8 Nov 21st, 2007 21:07
[SOLVED] text gone black jtyoungs Web Page Design 9 Sep 28th, 2007 16:49
Problem with showing active text in .net table? JayHegUK ASP.NET Forum 4 Sep 7th, 2006 20:52
Site showing large text Pickle Web Page Design 4 Feb 14th, 2006 06:20


All times are GMT. The time now is 19:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42