Jump to content

Sideboxes in Mozilla


Guest kbpuzzle

Recommended Posts

Guest kbpuzzle

Hoping someone can help me before I throw my PC out of the window...

I have created a new sidebox to display on the right-hand side of my page, containing a logo (which will eventually hyperlink to one of my categories). It displays fine in IE 7 but with Mozilla, the bottom line of the box is cutting across the logo, rather than framing it nicely like it does with IE. Any suggestions?

http://www.puzzleandplay.co.uk/testcube/index.php

- it's the anamalz box on the right-hand side.

P.S. This is my dev site....

Link to comment
Share on other sites

Guest kbpuzzle

Your boxContentRight div for the banner is missing the > ;)

it shows:

<div class="boxContentRight"

Note the missing > off the end.

Thanks for that (how embarrassing!) - I've corrected that but it's still doing the same thing.....do you have any other suggestions I could try?

Link to comment
Share on other sites

Guest groovejuice

Just give the box a height:

<div class="boxContentRight" style="height:70px;">

Firefox doesn't use the image to expand the div. IE does.

Link to comment
Share on other sites

Guest kbpuzzle

Just give the box a height:

<div class="boxContentRight" style="height:70px;">

Firefox doesn't use the image to expand the div. IE does.

Thank you very much - that's worked a treat!

Karen

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...