On 4/27/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> On Thu, 2006-04-27 at 13:06 -0400, Sam Tran wrote:
> > 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 ...
>
> It's a bit hard to diagnose this without knowing the styles that are
> being applied. Is this with a standard Django stylesheet (which one?) or
> one of your own or...?
>

Hi Malcom,

It is the Django 0.91 admin stylesheets.
Thanks.

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