fdr2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: JavaScript not showing up in IEokay, i’ve fixed it, there was a <div> tag open before the script
was called, which caused the script not to run properly in IE.
but then another problem popped up, now, in IE (6 and prior) ,
where i had to use a javascript fix for
the PNG image to show up transparent, the image classes don’t apply
(as in:)
<img src=”http://myimage” class=”smiley”>
any idea how to fix that?
Forum: Fixing WordPress
In reply to: Listing Post Titles – problem in the scriptanybody? is there anyway this could be done without plugins?
Forum: Fixing WordPress
In reply to: fixed width in FF – variable in IEJoni, you are a life saver!
although, i couldn’t get it working, this is the piece of code i added to css, which i guess is not right, would you be kind enough to correct it? Thanks!* html body{ width: expression(document.body.clientWidth <880 ? "880px"); }Forum: Fixing WordPress
In reply to: fixed width in FF – variable in IEright, smaller than 900px, that’s what i want. so is there any thing i could do to make IE6 and earlier versions behave the same way?
thanks for the reply btw;)
Forum: Everything else WordPress
In reply to: static homepage / listing posts / latexFinally, somebody points that out. Big thanks haochi!
Forum: Everything else WordPress
In reply to: static homepage / listing posts / latexokay, i found the answer to my second question, could you guys please help me out with the other two? why is my blog refusing to render latex scripts into images?