This is a discussion on "How do I make span class text vanish when CSS is applied." within the Web Page Design section. This forum, and the thread "How do I make span class text vanish when CSS is applied. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How do I make span class text vanish when CSS is applied.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How do I make span class text vanish when CSS is applied.
How can I do it so that when I apply the style sheet, the header that is present should styles be switched off, is replaced with an image? (in this case the logo).
I've managed to write the CSS so that the image is applied but my H1 text is still visible over the top. ![]() This is the HTML:
Last edited by Inkers; Nov 2nd, 2007 at 15:41. Reason: Title edit |
|
|
|
||||
|
Re: How do I make span class text vanish when CSS is applied.
i think it would go like this.
HTML:
Last Blog Entry: My blog? (Oct 18th, 2007)
|
|
||||
|
Re: How do I make span class text vanish when CSS is applied.
I really dont understand what u want to do !? please describe more in details
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
|||
|
Re: How do I make span class text vanish when CSS is applied.
Quote:
Basically that header you see over the text? I'm trying to set it up so that is ONLY visible should someone turn off the styling on say a handheld or if they just want basic HTML view and that when someone has the CSS enabled, that the logo is visible instead of the header. |
|
|||
|
Re: How do I make span class text vanish when CSS is applied.
Quote:
|
|
||||
|
Re: How do I make span class text vanish when CSS is applied.
Could a different stylesheet be of any help? I too dont really understand what you want.
http://creativecoding.webforumz.com/...ircher-php.php |
|
||||
|
Re: How do I make span class text vanish when CSS is applied.
Why? I didn't change any of that, lol.. just added a div and class, lol...
Last Blog Entry: My blog? (Oct 18th, 2007)
|
|
|||
|
Re: How do I make span class text vanish when CSS is applied.
display: none;
added to the h1 should do it. Other folks prefer adding a -9999px to the text and scoot it over rather than try to hide it. |
|
||||
|
Re: How do I make span class text vanish when CSS is applied.
Quote:
Either that or he needs to create a stylesheet for mobile devices |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS not applied unless manually refreshed | alowe | Web Page Design | 6 | Apr 3rd, 2008 21:32 |
| Can <span></span> tags have position relative? | Oak | Web Page Design | 13 | Mar 9th, 2008 17:04 |
| <SPAN> help | Access | JavaScript Forum | 2 | Nov 3rd, 2007 18:13 |
| Span questions | maxelcat | Web Page Design | 2 | Aug 7th, 2006 11:07 |
| does anyone know how to make elements such as text boxes in | benbacardi | Web Page Design | 4 | Apr 4th, 2004 09:13 |