|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Webmaster Resources Discussion Forum Sitemaps and robots and logfiles -- Oh My! If you have any questions, comments, concerns and/or ideas about the tools currently available to webmasters to make their lives... 'easier'. Here's where you need to be. Know of a good tool? Post it here. Got something funny in your logfiles? Maybe we can help. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Almost found something?
CSS Cheat Sheet (V1) - Cheat Sheets - Added Bytes lists a cheat sheet * as "all elements" uhh, ok? |
|
||||
|
"* HTML" is a CSS hack which is used to cater code specifically to IE6 and below. It allows developers to take advantage of a known bugs in the browser software.
CSS Hacks can be applied to any web page element that CSS can alter. In this case, if I want negative padding applied to a named div when a page is displayed in IE6 or below, I might do this: HTML Code:
* html #testdiv {padding-bottom:-2px;}
HTML Code:
div#testdiv {padding:10px;}
* html #testdiv {padding-bottom:-2px;}
For more info on CSS Selectors and hacks, check out: CSS Hacks enjoy! |
|
||||
|
Yea IE hack, best not to use a hack though, you should use a separate stylsheet for IE instead of hacks.
To do: Create two stylesheets, one for FF one for IE. Call the FF stylesheet first in your head, then call your IE stylesheet using this code: Code:
<!--[if IE]> <link rel="stylesheet" href="ie_stylesheet.css" type="text/css" /> <![endif]--> |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rel= 'external' tag in HTML code | tricker | Search Engine Optimization Forum | 1 | 08-13-2007 03:22 PM |
| Simple HTML code | abalfazl | Graphics & Design Discussion Forum | 4 | 08-07-2006 09:00 AM |
| Will code HTML for food | TrafficProducer | Web Programming Discussion Forum | 6 | 01-18-2005 05:50 AM |
| compress html code | asimkhaliq | Graphics & Design Discussion Forum | 1 | 06-26-2004 09:50 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |