Jump to content

why does mozila not recognise <div>


otuatail

Recommended Posts

they are the same, although they look the same to me.

but the default line-spacing for IE and FF is not the same....

you might want to set that in your body{} as well

 

about Times New Roman

are you sure you want that font ?

it is recommended to use a Sans Serif font for things one reads on a screen...

Serif fonts are more suited for printed material.

You want to consider Arial or Verdana

 

Also, be careful with your top navigation...

when reducing the window size, the right block (next to Funding) goes to the next line...

Link to comment
Share on other sites

Ok thanks for that I will change the font. Microsoft recomend Calibri is this the better one. It would only work though if the font is on the client system. As for the wrap around top menu can this be prevented from wraping?

 

Desmond.

 

I personally don't think M$ is very reliable when talking about the Web... but that's only my personal opinion...

 

About the wrapping...

Sure you can... As your menu has a fixed width, just put a DIV around it with that width and you should be fine... But this is not "the best way"

 

I would personally put the background as one image, put the menu in a <ul><li> list and then work with borders and padding to get the same effect

 

<ul style="background-image:url(); width:xxx">
  <li><a href="" title="">menu element</a></li>
  <li><a href="" title="">menu element</a></li>
  <li><a href="" title="">menu element</a></li>
  <li><a href="" title="">menu element</a></li>
  <li><a href="" title="">menu element</a></li>
   [...]
</ul>

 

the hover effect your implementing can be obtained very easily with some CSS (no need to use JS here)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.