Jump to content

sanyasirao

Members
  • Posts

    2
  • Joined

  • Last visited

sanyasirao's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi I am struggling with some problem related to DIV tag.I have written the following lines of code if(browsername=="Microsoft Internet Explorer") { document.write("<div class=\"answersHome_divTag\" id=\"tableContainer\" style=\"OVERFLOW:scroll; width:100%; height: 150px;\">"); } else { document.write("<div class=\"answersHome_divTag\" id=\"tableContainer\" style=\"width:99%; height: auto;\">"); } It's working fine if I run this code on any browser except IE 7.0.It provides some unnecessary space when I run it on IE 7.0.How can I avoid this space?Please suggest me.Urgent.
  2. Hi this is Rao.I am struggling with a small problem.Please solve it. problem is:When I use IE5,IE6, I am getting expected result, but not when use IE7.0.Any changes necessary to the code of css or javascript
×
×
  • Create New...