On 4/27/06, James Bennett <[EMAIL PROTECTED]> wrote:
>
> On 4/27/06, Sam Tran <[EMAIL PROTECTED]> wrote:
> > I have been working with the Django admin using Firefox.
> > Today I tried MS IE 6 and it looks like the css file used is not fully
> > compatible with IE.
> > For instance, the blue submit buttons are grey in IE.
>
> IE on XP (if that's what you're using) doesn't always respect certain
> styles on HTML INPUT elements, in much the same way that Safari always
> uses the default Aqua form controls.
>
> What other problems are you seeing?
>

Let's say I have a table defined as follows:

<table>
  <tr class="row1">
    <td></td>
    <td class="changelink"></td>
</table>

The first cell has a blue background. The second cell has a blue
background and the changelink icon when using Firefox. On IE, the
second cell has a white background ...

Sam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to