Peter Boosten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: theme doesn’t look it Internet explorerForum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)Where did you put the javascript file, because I cannot seem to find it (The requested URL /pngfix.js was not found on this server.)
Peter
Forum: Themes and Templates
In reply to: IE problem – (Pasting from Word not the issue)Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)it’s the png files. Older Internet Exploders couldn’t handle png transparency. There’s a hack for that: for instance here.
Just google for ‘png transparency ie’
Peter
Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)Don’t get frustrated about something Bill did to us 🙂
I think your site already looks great. I’ll have a closer look in a jiffy when I’ve put my kids in bed (half an hour or so).
Peter
Forum: Themes and Templates
In reply to: Remove Bullets from Linkcat Blogroll on KubrickFWIW: you don’t have an ID linkcat, only a class linkcat
So to get your example above to work, you should have used
.linkcat ul {}and
.linkcat li {}in the style sheet.
Peter
Forum: Themes and Templates
In reply to: Remove Bullets from Linkcat Blogroll on KubrickAFAICT you didn’t alter anything in your style.css of that site, regarding li or ul tags.
try:
#sidebar ul { list-style: none; } #sidebar li { list-style-type: none; list-style-image: none; }Peter
Forum: Themes and Templates
In reply to: Remove Bullets from Linkcat Blogroll on KubrickWhat’s the url to your site: that could mean the difference between the theoretical answer and a real, fitting answer.
Peter
Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)Jennifer,
I’m trying to figure out why you don’t have a head tag in your source code. Possibly this could be ‘arranged’ by a plugin. Did you try to disable plugins one by one?
It’s possible for a plugin to create (or delete) a hook to the wp-head() function.
Peter
Forum: Themes and Templates
In reply to: Want to display small introForum: Themes and Templates
In reply to: .byuser class for authorcomments??? problem?What’s the url to your site?
Peter
Forum: Themes and Templates
In reply to: Customizing Shades of Blue ThemeIn a file called style.css look for the following:
#contentleft { float:left; margin:0; padding:20px 0 20px 10px; width:640px; }Change the width to your likings:
#contentleft { float:left; margin:0; padding:20px 0 20px 10px; width:600px; }Peter
Forum: Themes and Templates
In reply to: Atahualpa page/category menu helpWhat’s the url to your site?
Peter
Forum: Themes and Templates
In reply to: Plainscape theme’s dashed borders?In your current site it’s a png file, called border_h.png, which is referred to several times from your css.
Peter
Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)I assume you left off the parenthesis, right?
Peter