| Author |
Message |
inspiring-quotes
Joined: 15 Sep 2006 Posts: 3
|
Posted: Fri Sep 15, 2006 10:09 am Post subject: Scroll bar does not work on page |
|
|
Hi,
Please visit this page and tell me what I am doing wrong?
http://www.desktop-quotes.com/test.htm
When the pop up is served it locks people using the vertical scroll bar to scroll down the page.
When you click on the bar and try dragging it down i get an page error???
How can I remedy this? Thanks |
|
| Back to top |
|
 |
alanda
Joined: 21 Aug 2006 Posts: 109
|
Posted: Fri Sep 15, 2006 2:35 pm Post subject: |
|
|
Hello,
I clicked on the link you provided and received the pop-up....I completed the requested information and clicked submit and was taken to your website http://www.desktop-quotes.com/test.htm. I would need a screen shot of the error message, in order to investigate this further. Also could you provide the email address you are using. You can send this information to gr-support@cs.implix.com.
Best Regards,
GetResponse Customer Support |
|
| Back to top |
|
 |
marcinj
Joined: 27 Jul 2006 Posts: 11 Location: Sopot, Poland
|
Posted: Fri Sep 15, 2006 6:54 pm Post subject: Re: Scroll bar does not work on page |
|
|
| inspiring-quotes wrote: | Hi,
Please visit this page and tell me what I am doing wrong?
http://www.desktop-quotes.com/test.htm
When the pop up is served it locks people using the vertical scroll bar to scroll down the page.
When you click on the bar and try dragging it down i get an page error???
How can I remedy this? Thanks |
Problem lies in doctype-tag
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
If you don't need it just remove it. |
|
| Back to top |
|
 |
wayneb200
Joined: 04 Apr 2008 Posts: 1
|
Posted: Fri Apr 04, 2008 5:51 pm Post subject: what happens if you need it |
|
|
I am having the same trouble.... with this section of code all so i want the
DOCUMENT Header so my page is W3 validated is there an error in the java code or is there away round this
Thanks |
|
| Back to top |
|
 |
marcinj
Joined: 27 Jul 2006 Posts: 11 Location: Sopot, Poland
|
Posted: Mon Apr 07, 2008 7:26 pm Post subject: Re: what happens if you need it |
|
|
| wayneb200 wrote: |
I am having the same trouble.... with this section of code all so i want the
DOCUMENT Header so my page is W3 validated is there an error in the java code or is there away round this
Thanks |
Hi
If you really want to be w3c compliant, gr popup is your enemy. When all you want is <!DOCTYPE TAG> at the begining of your document you can still add document type declaration but you will have to skip dtd url . For example popup + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> should work well, because without dtd most browsers will fallback to quirks mode anyway ... Popup implementation is quite old and as far as i know it does not conform with any html 4 specification |
|
| Back to top |
|
 |
|