Conditional statements are, in my opinion, the best way to handle IE
hacks (especially with the likely introduction of more problems to
deal with when IE7 is released).  You can just take the route of
adding IE hacks into your css if you are not familiar with the "if,
then, else" types of conditional scripting.

An example conditional statement is:
<!--[if IE]>
        <style>
         </style>

<![endif]-->
 - with your IE styling included between the tags. Note: you put this
into the pages either by hardcoding or calling through an include.

I hope this helps.

Lynne

On 1/7/06, Taco Fleur - Pacific Fox <[EMAIL PROTECTED]> wrote:
>
> Hi Lynne,
>
> thanks a million, and I not familiar with conditional  statements, are you 
> able to give me an example?
>
> Kind  regards,
>
>
> Taco Fleur - Chief Executive Officer
> Pacific  Fox http://www.pacificfox.com.au an  industry leader with commercial 
> IT experience since 1994 …
>
>
> Web Design and    Development
>
> SMS Solutions, including developer    API
>
> Domain Registration, .COM for as    low as fifteen dollars a year, .COM.AU 
> for fifty dollars two    years!
>
> BlackBerry(r) Business    Solutions www.OzBlackBerry.com
>
> We endorse PayPal, accept    payments online now!
>
> Seamless Merchant    integration
>

Reply via email to