Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Benfrain #1
CSS layout problems in Explorer (fine in Firefox andSafari)
I am working on a CSS site (my first!) here [url]www.benfrain.com[/url]
It appears fine in Firefox (PC and Mac) and Safari (mac) but when I view it in
Explorer for Mac (5.2.3) I get a over long page and I get no auto margin on the
left.
Another small curiosity - I have noticed that my background image on my div id
"header" seems to start off again on the right. Again, Explorer 5.2 for mac
only...
My html and css both validate.
Anybody know why this is happening?
Benfrain Guest
-
Shockwave fine in IE, not in Firefox
For some reason, my 360 works fine in IE, but not in Firefox.... http://sexystarfish.com/360test/test2.html is the issue. I don't think I could... -
Scrollbar on Firefox and CSS layout
I have a layout issue where I am trying to align my fixed div in the center of the browser window. In Firefox if the content of the body is longer... -
(HELP) website with flash+xml displays fine in IE butnot firefox
I'm totally new here but I really really need help debugging my website. The problem is I have a flash file the loads an xml file to display... -
firefox, and internet explorer problems
http://www.iankovi.com/loggedin.html css: http://www.iankovi.com/style.css in internet explorer the lists(li) have an extra space between them... -
IE problem with DIV/CSS, Firefox views fine
I recently completed the following page for a client: http://www.nomoreart.co.uk/mycontactlens/css/main_layout.css Thanks Glen -
Claudia Ringwald #2
Re: CSS layout problems in Explorer (fine in Firefox and Safari)
Benfrain wrote:
The Explorer does not know what margin:auto means (only now the new IE 7 is> I am working on a CSS site (my first!) here [url]www.benfrain.com[/url]
>
> It appears fine in Firefox (PC and Mac) and Safari (mac) but when I view
> it in
> Explorer for Mac (5.2.3) I get a over long page and I get no auto margin
> on the left.
working properly with this).
A simple workaround is to give the html and body-element a text-align:
center
And then have a div, that wraps around all content on this site and attach
to make this text-align:left
Keep the margin for left and right as auto for firefox and all the other
browser that support this properly.
Claudia
Claudia Ringwald Guest



Reply With Quote

