faerystrangeme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS Positioning Help: Z-indexOhhh, I learned something new 😛 Thank you!
Forum: Themes and Templates
In reply to: PHP Help: mailing list subscriptionAnyone?
Forum: Themes and Templates
In reply to: PHP Help: mailing list subscriptionMaybe someone will post now that it’s no longer a ridiculous hour of the morning (for North/South America, anyways.)
Forum: Themes and Templates
In reply to: Relative urls on local WordPressIt worked, thanks!
Forum: Themes and Templates
In reply to: Page background looks horrible in IE but fine in FirefoxI believe IE processes margin (or padding, don’t quite remember) differently than FF does; I think FF gives you the full width of the div and then adds on whatever the margin is, while IE stays at the same width and just compresses the text to make room for the margin. Or perhaps vice versa. I don’t remember the details.
Might your problem be related?
Forum: Themes and Templates
In reply to: Navigation bar using images with rolloversThe only way I can think of to do an image rollover is to set the mouseover image as the background of a div or table, and have the non-mouseover image change opacity to 0 when you mouse over it.
This could get tricky getting the div exactly the right size and placement, but it should do the trick.