Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Davide, would you please check out my site?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

JazzcatCB
Practical

46 Posts

Posted - 17 Sep 2005 :  18:10:40  Show Profile  Visit JazzcatCB's Homepage  Reply with Quote
My site is located at www.myfilmvalet.com.

I have a few problems that I'd like your feedback on.

First, when I display my site in Firefox or Opera, the links in the lower half of the Ratings and Recommendations pages are inaccessible (including the paging links). I don't know why.

Second, form element positioning is slightly off in Opera (absolute vs. relative again?) Is there any way to fix this without having to rebuild the page in relative positioning mode (which wouldn't work anyway, because I need to layer objects)

Third (and this isn't actually Dynamic HTML Editor related, but I hope you don't mind helping me with this) for some reason, my JavaScript stars aren't being initialized in the Recommendations page in either IE or Opera (they work fine in Firefox and Netscape). The JS function setPrevRatings() gets an "object expected" error in IE and an "undefined variable" error in Opera. This is almost exactly the same code as that used in the Ratings page, where it works fine. The JavaScript source should be available with View->Source.

Any help you can offer would be appreciated.

Edited by - JazzcatCB on 17 Sep 2005 18:13:20

s.dav
Site Admin

Italy
3364 Posts

Posted - 19 Sep 2005 :  08:56:01  Show Profile  Visit s.dav's Homepage  Reply with Quote
quote:
Originally posted by JazzcatCB

My site is located at www.myfilmvalet.com.

I have a few problems that I'd like your feedback on.

First, when I display my site in Firefox or Opera, the links in the lower half of the Ratings and Recommendations pages are inaccessible (including the paging links). I don't know why.




I've not seen the links because I've to register ;-)
Can you give me a user so I can see the problem without registering?

quote:

Second, form element positioning is slightly off in Opera (absolute vs. relative again?) Is there any way to fix this without having to rebuild the page in relative positioning mode (which wouldn't work anyway, because I need to layer objects)



The problem is always the same ;-)
Try to use the centering method of Martin1 (there is in the forum) that is more compatible that mine when using layers ;-)
Maybe you can resolve your problem without using relative objects

quote:

Third (and this isn't actually Dynamic HTML Editor related, but I hope you don't mind helping me with this) for some reason, my JavaScript stars aren't being initialized in the Recommendations page in either IE or Opera (they work fine in Firefox and Netscape). The JS function setPrevRatings() gets an "object expected" error in IE and an "undefined variable" error in Opera. This is almost exactly the same code as that used in the Ratings page, where it works fine. The JavaScript source should be available with View->Source.



I have not seen your code in detail but there are some things that problably can resolve the problem

First of all you have to put all initialization code that refers to page elements into the "body onload" event.
This because at the bottom of the page where you've used an element called "formRegistrationHere" there is no assurance that this element exists. After the "onload" event the element exists.
So create a init function and call it in that event.

Regards, Davide
Go to Top of Page

JazzcatCB
Practical

46 Posts

Posted - 22 Sep 2005 :  09:14:24  Show Profile  Visit JazzcatCB's Homepage  Reply with Quote
Davide,

I have sent an email to you with your username and password.

Thanks,
Chris
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 23 Sep 2005 :  12:10:02  Show Profile  Visit s.dav's Homepage  Reply with Quote
When I have a bit of time I'll check it :-)

Regards, Davide
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000