bunsco
10-31-2006, 03:14 PM
Hi all
There are syntax's to hid/show stuff so that IE can/cannot see it -
eg:
/* for normal browsers inc IE7 > child selector hides from IE6 */
body>#div {}
or
/* hides rule from all but IE < 7 */
* html body #div {}
But whats the code (if any) that will parse instructions to firefox ONLY.
many thanx to those who can help.
There are syntax's to hid/show stuff so that IE can/cannot see it -
eg:
/* for normal browsers inc IE7 > child selector hides from IE6 */
body>#div {}
or
/* hides rule from all but IE < 7 */
* html body #div {}
But whats the code (if any) that will parse instructions to firefox ONLY.
many thanx to those who can help.