Forum Moderators: open
I am going to use a navigation bar that's CSS style and XHTML markup is based on an unordered list.
Now in saying this, will the NAVIGATION BAR display correctly on most every BROWSER?
Since it uses the DocType XTML reference below I am concerned it may not. Sure could use some advice. When I pull it up on my end using IE, on my XP computer, it displays perfect, just not sure it will do the same elsewhere.
I am still using "tables" on other parts of my site, just won't be used for the navigation bar area.
<HTML>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
Thanks so very much for anyones help!