[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
ok thanks, It works now, i was told from soneone on a linux forum that firefox dosen't use z-index lol . Thanks alot. Another question. How do you make website display settings friendly?? like I want people that have different display settings to still view the website how it supposed to. For m

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
OK found out the problem. It was my domain name hosting service provider they added a ipaddress thinking I was using their website hosting service so I just deleted that record all should work find. Thanks for telling me about this. On Jul 2, 3:09 pm, Peter Higgins <[EMAIL PROTECTED]> wrote: > Hm

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
what is that 68.178.232.100 ip address is that yours?? over here I done the same and found that ip and above it was my external ip and then the one that you see with the 192.ect. I never assigned any 68.178...ect ip address. On Jul 2, 3:09 pm, Peter Higgins <[EMAIL PROTECTED]> wrote: > Hmm looks

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Kevin Scholl
The z-index value need not be in quotes. You have: z-index: "1" which should be simply: z-index: 1 Also, you need a doctype in your HTML document, or you're going to run into all manner of display issues. On Jul 2, 2:32 pm, Aaron <[EMAIL PROTECTED]> wrote: > the website is supposed to show a

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Peter Higgins
Hmm looks like you have a DNS mishap? [EMAIL PROTECTED]:~$ host www.chillenvillen.com www.chillenvillen.com is an alias for chillenvillen.com. chillenvillen.com has address 68.178.232.100 chillenvillen.com has address 192.168.1.101 ... and here I though you had plagiarized my dev server ;) Rega

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
ya well take a look at the website, type in www.chillenvillen.com and you will see it. On Jul 2, 11:00 am, MorningZ <[EMAIL PROTECTED]> wrote: > "I just noticed that firefox dosen't support the z-index" > > Of course FF supports z-index... > > something is wrong with your code/markup, not with Fi

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread Aaron
the website is supposed to show a texted image, which is behind a table, that table is like a light blueish looking box, and the text is behind it yet I want it in front on top of that box. On Jul 2, 11:00 am, MorningZ <[EMAIL PROTECTED]> wrote: > "I just noticed that firefox dosen't support the

[jQuery] Re: Firefox/css/jquery..

2008-07-02 Thread MorningZ
"I just noticed that firefox dosen't support the z-index" Of course FF supports z-index... something is wrong with your code/markup, not with FireFox or jQuery Got a live link to show what you cannot get working?