[jQuery] Re: ajaxForm doesnt work in Internet Explorer

2009-08-05 Thread Code Daemon

I'm having the same problem. Works fine in Safari too.

On Aug 3, 7:21 am, Shervin Asgari  wrote:
> Hi. We have added ajax to our forms by using iframe and it works fine in
> Firefox. However in Internet Explorer it does not.
>
> Can anyone spot why it doesnt work?http://pastebin.com/fe04a2f3
>
> We are using JQuery 1.2.6


[jQuery] Re: bullet points not working inside jquery tabs - can someone help me?

2009-08-05 Thread im_not_finnish

ps - when I say "keep the same css class" I of course mean also edit
that css class and
 replace the ul li tags with dl and dt in that css snippet.



On Aug 6, 7:58 am, im_not_finnish 
wrote:
> Hi,
> I've found my own work round (or hack)
> If you replace your ul and li tags with dl and dt tags but keep the
> same css class for them
> all works fine and dandy.
>
> I hope this "hack" or workround helps others
>
> Cheers im_not_finnish
>
> On Aug 5, 4:46 pm, im_not_finnish 
> wrote:
>
>
>
> > Hi,
> > I'm working on IE7. I've create two bullet point items (fred and john)
> > inside a jquery tab but neither are appearing as bullet points. What
> > am I doing wrong? Thanks in advance:
>
> > Here is my code:
>
> >  >     "http://www.w3.org/TR/html4/loose.dtd";>
> > http://www.w3.org/1999/xhtml";>
> >   Odyssey Application
> > 
> > 
> > #inline-list ul, #inline-list li {
> >  display:list-item;
> >  margin: 0;
> >  padding: 0;
> >  color: #339;
> >  font-weight: normal;
> >       font-family:times new roman;
> >  list-style-type: disc;
> >  list-style-position: inside;
> >  }
> > ul.ggg {
> >  display:list-item;
> >  color: red;
> >  font-weight: normal;
> >       font-family:times new roman;
> >  list-style-type: disc;
> >  list-style-position: inside;
> >  }
> > 
>
> > 
> >   > SCRIPT>
> >