Blonde moment...well, blonde hour

This is a discussion on "Blonde moment...well, blonde hour" within the Web Page Design section. This forum, and the thread "Blonde moment...well, blonde hour are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 5th, 2007, 17:41
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Blonde moment...well, blonde hour

Just thought I'd share this with you. Earlier today I was creating a nice side navigation thingy. However, I came accross a problem: I couldn't get the following css to work.

Code: Select all
div#nav ul#menu li a {
       text-indent: -9999px;
       overflow: hidden;
       }
After an hour. Yes, a whole hour. I realised that text-indent will only apply to block level elements. All I needed was display:block; I felt like a proper retard. An hour wasted and all I needed were two words.

Shame on me.

Pete.
Reply With Quote

  #2 (permalink)  
Old Mar 5th, 2007, 18:18
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Blonde moment...well, blonde hour

we all get hose so dont worry.
Reply With Quote
  #3 (permalink)  
Old Mar 5th, 2007, 20:38
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Blonde moment...well, blonde hour

You can't use text-indent on an anchor. Use:

Code: Select all
div#nav ul#menu li {
    text-indent: -9999px;
}
overflow: hidden; is really unnecessary, although it doesn't hurt anything.
Reply With Quote
  #4 (permalink)  
Old Mar 6th, 2007, 11:07
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Blonde moment...well, blonde hour

It took me two hours of screaming frustration before I realized that the reason my Notepad files wouldn't show up as html was that they needed to be saved as "All files".
Reply With Quote
  #5 (permalink)  
Old Mar 6th, 2007, 11:09
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Blonde moment...well, blonde hour

pmsl you lot are mad!
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #6 (permalink)  
Old Mar 8th, 2007, 16:32
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Blonde moment...well, blonde hour

Im diggin the bunny Dan
Reply With Quote
  #7 (permalink)  
Old Mar 8th, 2007, 17:16
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Blonde moment...well, blonde hour

looooooooooooooooooooooooooooooool
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
Reply

Tags
css, displayblock, textindent, xhtml

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
2 Hour Website shawzy85 Free Web Site Critique 20 Apr 26th, 2008 16:14
regardind see-saw moment of words pushpendramadan Website Planning 5 Jan 7th, 2008 04:48
No, Not a spice girls moment n1gel65 Webforumz Cafe 4 Jun 17th, 2007 15:40
The best blonde joke ever.... Rob Webforumz Cafe 4 Mar 6th, 2007 09:12
The moment you've all been waiting for. I'm here. WebNinja Introduce Yourself 3 Sep 26th, 2006 18:29


All times are GMT. The time now is 04:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43