NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page text-indent: -9999px; Question

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 02-13-2008, 07:09 PM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Feb 2008
Posts: 33
raydar is an unknown quantity at this point
 



text-indent: -9999px; Question


Hello,

I'm trying to code a menu item where it shows a background image. I was told that it's best to have text in your list, and then do a text-indent in the .css file to shift the text all the way off the page. (Instead of doing a list of images.) The problem I have is that when I do the text-indent, the whole box (text + background image) disappear.

Here's the html code:
<div id="menu">
<ul>
<li id="menu_space1"></li>
<li id="menu_about"><a href="about.html">About</a></li>
<li id="menu_space2"></li>
<li id="menu_services"><a href="services.html">Services</a></li>
<li id="menu_space3"></li>
<li id="menu_portfolio"><a href="/portfolio">Portfolio</a></li>
<li id="menu_space4"></li>
<li id="menu_contact"><a href="contact.html">Contact</a></li>
</ul>
</div><!--end menu-->


Here's a sample of the .css trying to shift the word 'About' off the screen, showing only the background image:
#menu_about {
display: block;
width: 65px;
height: 54px;
background-image: url(web_images/about.jpg); <!--this is the background picture-->
????: NamePros.com http://www.namepros.com/programming/432053-text-indent-9999px-question.html
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -9999px;
}


Any insight as to why this is happening and how to fix it would be appreciated.

Thank you,
Raydar
raydar is offline  
Old 02-13-2008, 07:56 PM   #2 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




If you want to make a menu from <ul> or <ol>,
You should remove list image with
Code:
ul {
   list-style:none;
   margin:0;
   padding:0;
}
And add the background style in your <a>
Code:
ul a {
   backgroung-attachment:scroll;
   background-image:url(...gif);
   background-repeat:repeat;
   display:block;
}
If you want to move the menu left or right, modify the padding in <li>
????: NamePros.com http://www.namepros.com/showthread.php?t=432053
Code:
ul li {
   margin:0;
   padding-left:1em;
}
__________________
xrvel is offline  
Old 02-13-2008, 08:02 PM THREAD STARTER               #3 (permalink)
NamePros Member
Join Date: Feb 2008
Posts: 33
raydar is an unknown quantity at this point
 



Got it! Thank you very much.
Last edited by raydar; 02-13-2008 at 08:06 PM.
raydar is offline  
Old 02-13-2008, 08:10 PM   #4 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




Remove the text :
(delete your text-indent style first)
Code:
#menu_about a {
	margin-top:9999px;
}
or
Code:
#menu_about a {
	visibility:hidden;
}
__________________
xrvel is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 03:26 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger