Jump to content

A Navigation Bar


benjancewicz

Recommended Posts

To fix it, use conditional comments to add width in IE until it fits

Link to comment
Share on other sites

Also, specifying a DOCTYPE tends to get rid of a lot of the differences in how the different browsers render the code. You might try xhtml transitional:

<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml><head><title></title></head><body></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...