Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear One,

How to apply design in Internet Explorer(IE 6.0).


while apply css not set so many controls why?

How to solve this problem.

I have div tag and call to css class not apply some style.
Example: div tag rounded corner area not apply


how to solve this problem.

please sent answers.
By mohan.
Posted
Comments
Dean Oliver 24-Feb-12 10:04am    
I can see english is not your first language but could you perhaps add some clarity to your question by supplying your code. thanks

1 solution

Hi use


XML
<style type="text/css">
      .style
      {
          background: #7e3434; //IE6
          width: 100%;
      }
      .style1
      {
          width: 100%;
          display: none;
      }
  </style>

this method help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900