• Hi,

    Thanks to your great website I customised my site so that I have a second tagline and a search bar in my navigation bar. This looks good everywhere else but in IE8 and below as you will see from this image
    http://camdencab.ibtsonline.co.uk/ie8-compatibility-issue/

    Is there anything I can do to improve it?

    Thanks

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Which method are you using for a second line in the tagline?

    Thread Starter charmies

    (@charmies)

    I added this CSS
    .site-description:after {
    content: “Monday to Friday 1pm-4pm”;
    display: block;
    font-size: 1em;
    font-family: Arial;
    font-weight: bold;

    What happens if you add text-align: right; to that rule?

    Thread Starter charmies

    (@charmies)

    Thanks, that’s helped. Is there anything I can do about the search image?

    Thread Starter charmies

    (@charmies)

    The second tagline is not looking so good on phone now unfortunately.
    Could there be any other solution I could try?

    Remove “text-align: right;” from the current rule and add it in a separate declaration:

    .ie8 .site-description:after {
    	text-align: right;
    }

    Now it will only apply in IE 8.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘IE8 compatibility’ is closed to new replies.