[thelist] multiple stylesheets and js files

Dan McCullough dmccullough at garnethill.com
Wed Jun 30 10:21:20 CDT 2004


Anyone see an issue with this.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>

<link rel="stylesheet" type="text/css" href="/menus-base.css" />
<style type="text/css">@import "/menus-dom.css";</style>
<script src="/menus.js" type="text/javascript" /></script>
<script language="JavaScript" Src="/global_functions.js" /></script>

</head>

I seem to be having some issues getting these (css files) to play nicely
with the ones specified in the global_functions.js


More information about the thelist mailing list