Feeds

CSS differences across browsers

Submitted by Ahmed Bilal on August 18, 2007 - 6:26am in

The theme displays differently across Firefox and IE - it's great on FF, but on IE the Title runs down over the Home and about buttons.


find the h1 a in the

find the h1 a in the stylesheet, and change it from 1.4em to 28px. Different browsers do different things to em sizes.

yup, that works. I would

thanks david, that works. I would still prefer a workaround that uses em though.

Wouldn't you be better

Wouldn't you be better setting the size of the H1 to a percentage of your standard (body) font size?

Gerard - how would I do that

Gerard - how would I do that with this theme?

Looking at the source code,

Looking at the source code, the body text is set at "font-size: 12px;" If the blog title is the only H1 on the page, then you could specify in the CSS that "h1 {font-size:200%}" or whatever. You'll probably have to adjust the percentage value until you get the size you want.

Drop me a line back if you need anything more specific.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options