Well i fixed the problem but dont know why... I had this
 
<style type="text/css">
 #Content {
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  height: 472px;
  left: 0px;
  position: absolute;
  top: 125px;
  width: 750px;
  z-index: 1
 }
 
and then added a comment to the second line like this
 
<style type="text/css">
<!--
 #Content {
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  height: 472px;
  left: 0px;
  position: absolute;
  top: 125px;
  width: 750px;
  z-index: 1
 }
 
and it works! Does anyone know why this is?
"Gavin Stewart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
Has anyone had troubles with the link tag for linking style sheets in the header of the page. The styles play silly buggers if i link it -

<link rel="stylesheet" type="text/css" href="" >

gets the styles but incorect positioning

but if i use cfinclude -

<cfinclude template="../css/layout.css">

it works fine... Its like having a steering wheel down my pants.. Its driving me nuts!!

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to