| Author |
JQuery Slide Down
|
S Subbu
Ranch Hand
Joined: Mar 20, 2012
Posts: 87
|
|
Hi to all , i am new to JQuery
I got a problem with slideDown Effect .
the below code is explain it
From the above code it will work fine in the presence of doctype , but when i did not place doctype("http://www.w3.org/TR/html4/strict.dtd" dtd) we got a blink at last of the effect.
I need the slide down effect in the absence of doctype . how can i achieve it.
thanks in advance.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
Why? Just put the doctype on the page. What reason do you have for omitting a doctype? And is the problem only in IE? if not which other browsers have you tried? Please TellTheDetails.
Also here's another hint: using all uppercase for HTML is a throwback to the 1990's. Using all lowercase will make your code look less amateurish.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
S Subbu
Ranch Hand
Joined: Mar 20, 2012
Posts: 87
|
|
We have a project. The whole project was developed with out placing doctype. That is some one year back project we decided to change menu related code. Replace that menu code with jQuery accordion effect. All things are going fine but when slideup we got some blink (with doctype that blinking was not coming).But when i place doctype the remaining tabs will not be executed. With out doctype that was executed perfectly in IE (we are using only IE). The problem is Placing doctype in my jsp page my page was hangout. i dont know the reason for that . That project was developed by some other persons using prototype.js and scriptaculous.js .
when i was change the time of slide effect is reduced to 200 that blinking effect not appears. what is the reason for that. No solution for that problem?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
The solution is to add the doctype to the page.
|
 |
 |
|
|
subject: JQuery Slide Down
|
|
|