The node-titles don't seem to schroll in Google Chrome?
i made some test, marquee tag in chrome work just if it doesn't contain any ID value, so need delete it from the code and add the style inline!
The patch for 5.x-2.3
I'm sorry, this patch doesn't seem to change anything? No scrolling in Chrome, but everything works just fine in IE and FF still..
Can you post the url? Maybe is a cache trouble.
http://www.creamind.be/
Into "last_node.css" remove any reference to "marquee" and clean the cache. A fast method is execute the code below doing a preview of a fake document using the php filter:
cache_clear_all('*', 'cache', TRUE); cache_clear_all('*', 'cache_page', TRUE); cache_clear_all('*', 'cache_filter', TRUE); cache_clear_all('*', 'cache_menu', TRUE);
Comments
Comment #1
TheCrow commentedi made some test, marquee tag in chrome work just if it doesn't contain any ID value, so need delete it from the code and add the style inline!
Comment #2
TheCrow commentedThe patch for 5.x-2.3
Comment #3
crmd commentedI'm sorry, this patch doesn't seem to change anything? No scrolling in Chrome, but everything works just fine in IE and FF still..
Comment #4
TheCrow commentedCan you post the url? Maybe is a cache trouble.
Comment #5
crmd commentedhttp://www.creamind.be/
Comment #6
TheCrow commentedInto "last_node.css" remove any reference to "marquee" and clean the cache. A fast method is execute the code below doing a preview of a fake document using the php filter: