Walla Articles Fix Overlapping
Last update on Nov 30, 2005
Fix the overlapping of the text and images in Walla! articles (Bug #249828)
You could comment on this script if you were logged in.
7 comments
You could comment on this script if you were logged in.

login to vote
hey,
i created a script for this same problem before i knew you had one.
anyways, i'm not using a js loop, just appending a <style> element to the head part.
js = document.createElement('style'); le>
js.type = "text/css";
js.appendChild(document.createTextNode('.wp-0-b{width:auto !important;}'));
document.getElementsByTagName('head').item(0).appendChild(js);</sty
login to vote
^_^
login to vote
Updated (thanks to AmirG from the Hebrew Mozilla Forum) - now you don't have to exclude Walla! Pedia.
login to vote
Hallelujah :)
login to vote
By the way, you should disable the script in Walla! Pedia. I will add it to the excluded sites in a minute.
login to vote
Thanks, works great!
login to vote
I love you.
I really do.