Phillip
04-08-2006, 07:57 PM
Ok i'm starting to do positioning in css this is how I have it just below the
<style type="text/css">
#layer2
{
position:absolute;
top:90;
left:10;
}
i'm using an external css this is my page part:
<div id="layer2">
blah blah</div>
But it won't work!! :mad:
But it will work if I put then on the page and don't use an external.. But I want to use an external one could someone help me please?
<style type="text/css">
#layer2
{
position:absolute;
top:90;
left:10;
}
i'm using an external css this is my page part:
<div id="layer2">
blah blah</div>
But it won't work!! :mad:
But it will work if I put then on the page and don't use an external.. But I want to use an external one could someone help me please?