Web Design and Development Forums

Problem with hiding (indenting) text

This is a discussion on "Problem with hiding (indenting) text" within the Beginner Resources section. This forum, and the thread "Problem with hiding (indenting) text are both part of the New to Web Design category.


Go Back   Webforumz.com > Beginners > New to Web Design > Beginner Resources

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old May 7th, 2008, 06:30   #1 (permalink)
New Member
 
Join Date: Feb 2008
Location: Japan
Posts: 5
Problem with hiding (indenting) text

I'm using a technique I read about to hide text that is replaced by a picture. My CSS code is as follows:

#bannersection h1 {
position:absolute;
text-indent: -9999px;
}

When I use this negative text it does hide the text, but it also makes my page super wide with too much extra white space on the right side of my page. Another resource I read said to put text indent at -2000. I tried that as well, but got the same result. This is browser IE7

Can anyone help?
kobesunset is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 7th, 2008, 06:59   #2 (permalink)
 
Join Date: Jun 2007
Location: uk
Posts: 459
Re: Problem with hiding (indenting) text

something like this might work.

HTML: Select all
h1{ height:87px;
 width:100%;
 background:url(images/yourimage.gif) center center no-repeat;
 display:block; text-indent:-9999px;
 float:left; 
clear:both; }
Pat
dab42pat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 8th, 2008, 07:34   #3 (permalink)
New Member
 
Join Date: Feb 2008
Location: Japan
Posts: 5
Re: Problem with hiding (indenting) text

I appreciate your advice dab42pat. I tried adding the width and float elements, but this didn't fix the problem. The other elements that you mentioned (as well as width) are already defined in the section wrapper.
kobesunset is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 11th, 2008, 14:06   #4 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: Problem with hiding (indenting) text

have you tried actually setting the right margin value instead? if its undefined ie may compensate for it, try actualy defining what it should be and see if this makes a difference?
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 11th, 2008, 14:06   #5 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: Problem with hiding (indenting) text

also try setting the display to inline
bonnit is offline  
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
Rate This Thread
Rate This Thread:

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] Trouble hiding/showing DIV's recreant JavaScript Forum 5 Dec 3rd, 2007 05:57
Hiding movie clips? monkeygraphik Flash & Multimedia Forum 3 Sep 20th, 2007 14:37
robots and hiding url's welshstew Search Engines 12 Sep 2nd, 2007 16:52
Please Help with hiding and displaying layers using CSS and Javascript rosh1e JavaScript Forum 2 Apr 15th, 2007 03:04



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 21:54.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59