Jump to content

W3c styles


otuatail

Recommended Posts

Can anyone help on this last remaining problem? I have tried to make my site w3c compliant. And it works and has passed the tests. However it just doesn’t look right in Firefox 1.5.0.11. But is ok in IE7. since moving everything into <div>s the image border around the menu has a border. Has to be something simple. Any quick solution to this please. Everything else about the site is OK.

 

http://www.des-otoole.co.uk/

 

Desmond.

 

Link to comment
Share on other sites

Not a php problem, html/css problem.

 

This issue arises in that IE thinks they can create their own w3c standards and not comply with the real standards. Where as firefox complies with the real standards. In such you have to create "work arounds" between the 2 and do trial and errors to get them to display correctly.

 

A real pain in the ass, everyone knows. You are not alone but this is better suited on an HTML/CSS forum.

Link to comment
Share on other sites

hi, a hint for working in both FF and IE is to have

*{

padding:0;

margin:0;

}

at the start of your css file.

some of the problem with ie/ff incompatibility is that ie and ff have different default widths for both margins and padding. This code will turn them all off and make you set everything manually.

 

#side-menu img

{

border-width:0;

}

should get rid of the border line in both ie and ff

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.