Hi,
I'm trying to align some divs centrally using...
and I'm getting different behaviour in HTML to XSL.
The div is aligned to the left of the page. Has anyone seen this before and know how to make XSL behave in a compliant way?
Thanks
Matt
"Success is 10% inspiration, 90% last minute changes
I'm trying to align some divs centrally using...
Code:
#mycontainer
{
margin-left:auto;
margin-right:auto;
width:640px;
}
The div is aligned to the left of the page. Has anyone seen this before and know how to make XSL behave in a compliant way?
Thanks
Matt
"Success is 10% inspiration, 90% last minute changes