Hi guys, lately I've being working a lot with overflow hidden.
But sometimes I have problems with IE6 (it doesn't set the overflow to
hidden). Till now I solved the most of them but theres one still ahahah

This is my situation:

<table id="calendar">
    <tr id="agenda-actions-wrap">
        <td colspan="2"><div id="agenda-prev"><img
src="/images/calendar/cal_prev.png" /></div></td>
        <td colspan="3" id="agenda-current">bla bla bla</td>
        <td colspan="2"><div id="agenda-next"><img
src="/images/calendar/cal_next.png" /></div></td>
    </tr>
  .....


CSS:
#calendar tr{
 height:20px;
}
#agenda-prev, #agenda-next{
 overflow:hidden;
 width:50px;
 height:25px;
}
#agenda-prev img, #agenda-next img{
 height:25px;
 width:100px;
 position:relative;
}


In other browsers works great. I little help please.

Phillip
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to