Design for Firefox and IE?
-
I never use IE, but I realise that most of the world does, and my site header and content boxes don’t sit properly in IE (OK in FF).
https://www.llasher.com/wordpress
I wonder if anyone has any general tips about how to appease both browsers. I am a css newbie, so please ignore any cumbersome coding, but I have pasted some of my layout css below, if this is any help:
#header { font-size: 36px; font-family: Georgia, “Times New Roman”, Times, serif; font-style: italic; background-color: rgb(153,153,153); background-image: url(bg2.gif); margin: -10px 0 0; padding: 20px; position: relative; top: 10px; right: 200px; bottom: 0; left: 200px; width: 600px; height: 80px; border: solid 1px #0cf }
#header a { color: #ccc; font-size: 48pt; text-decoration: none; padding-left: 200px }
#content { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12pt; background-color: #ccc; background-image: none; margin: 0 400px 20px 200px; padding: 20px 100px; position: relative; top: 10px; right: 200px; left: 0; width: 440px; border-style: solid; border-width: 0.5pt 1pt 0.5pt 0.5pt; border-color: #0cf }
TIA
- The topic ‘Design for Firefox and IE?’ is closed to new replies.