View Single Post
  #1 (permalink)  
Old May 7th, 2008, 06:30
kobesunset kobesunset is offline
New Member
Join Date: Feb 2008
Location: Japan
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote