Forum Moderators: not2easy

Message Too Old, No Replies

Getting deffered view in IE in comparision to Mozilla

deffered view in IE

         

rocky_s

4:41 am on Jun 5, 2008 (gmt 0)

10+ Year Member



Hi there i am providing the code os css and html as i am getting my list page out of view in IE v.6.0 , but it is getting fine in MOzilla.

plz suggest me the way so that i can have the exact view like mozilla.

#inner_table
{
margin:0px 0pt 0px;
padding:5px 5px
}

#inner_border
{
margin:0 0 10px 0;
padding:5px 0;
border:1px solid #666;
}

and there exist the html related htmlk code, now plz intimate asap why this list page is getting out of the view.?
What modifications are needed.
will be gratefull to u.

venti

5:25 am on Jun 5, 2008 (gmt 0)

10+ Year Member



Try this:

#inner_table
{
margin:0;
padding:5px 5px 0 0;
}

#inner_border
{
margin:0 0 10px 0;
padding:5px 0 0 0;
border:1px solid #666;
}

rocky_s

8:00 am on Jun 5, 2008 (gmt 0)

10+ Year Member



i had tried but im not gettin the right thing plz reply if u have any more ideeas as quickle as possible.