[jQuery] Re: Browser Inconsistencies

2009-01-19 Thread tain
try setting fixed width and height of the div id="nav" On Jan 19, 7:57 am, zeckdude wrote: > Hello all, > > I have a strange problem I don't know how to fix. My page is showing up just > as it should in Firefox, but when I look at the same exact page in Internet > Explorer, the buttons below the

[jQuery] Re: Browser Inconsistencies

2009-01-19 Thread tain
btw. that test page is working in FF2, FF3, IE7 and Chrome... On Jan 19, 8:54 am, Ricardo Tomasi wrote: > Try adding position:relative to #slideshow, or giving it proper height > and width. IE has many rendering bugs you need to be aware of at > development, at this point the best you can do is

[jQuery] Re: Browser Inconsistencies

2009-01-19 Thread zeckdude
thx! adding the width to the #slideshow solved my problem! I really appreciate it ricardobeat wrote: > > > Try adding position:relative to #slideshow, or giving it proper height > and width. IE has many rendering bugs you need to be aware of at > development, at this point the best you can do

[jQuery] Re: Browser Inconsistencies

2009-01-18 Thread Ricardo Tomasi
Try adding position:relative to #slideshow, or giving it proper height and width. IE has many rendering bugs you need to be aware of at development, at this point the best you can do is fiddle with the CSS until you make it work. On Jan 19, 4:57 am, zeckdude wrote: > Hello all, > > I have a stra