I am trying to size a div so that it is 130% the width of it's parent div (rather than the full browser screen).
Please see:
<!-- m --><a class="postlink" href="http://www.property-description.com/w9_2an">http://www.property-description.com/w9_2an</a><!-- m -->
This works in both Firefox and Explorer but I am having problems with Safari.
In Safari, I suspect the div is being sized to 130% of the browser.
Is there a simple way of ensuring that the safari browser (as well as firefox and explorer) size the div relative to it's parent div?
Thanks in advance for any helpSorry. The Problem is not with Safari but with Mac Explorer 5.2.Try to add relative positioning to the parent DIV. Or maybe the 130% width DIV. Maybe both. IE5-Mac is finicky.
Are you using absolute positioning anywhere in this? It'd be best to post the whole code, HTML and CSS.
Please see:
<!-- m --><a class="postlink" href="http://www.property-description.com/w9_2an">http://www.property-description.com/w9_2an</a><!-- m -->
This works in both Firefox and Explorer but I am having problems with Safari.
In Safari, I suspect the div is being sized to 130% of the browser.
Is there a simple way of ensuring that the safari browser (as well as firefox and explorer) size the div relative to it's parent div?
Thanks in advance for any helpSorry. The Problem is not with Safari but with Mac Explorer 5.2.Try to add relative positioning to the parent DIV. Or maybe the 130% width DIV. Maybe both. IE5-Mac is finicky.
Are you using absolute positioning anywhere in this? It'd be best to post the whole code, HTML and CSS.