octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IE 7 Problems


From: Bill Denney
Subject: Re: IE 7 Problems
Date: Wed, 1 Nov 2006 13:03:23 -0500 (EST)

On Wed, 1 Nov 2006, Søren Hauberg wrote:

I can't test this (I don't even know how to get access to a windows machine), but perhaps changing octave.css from

div#content {
display: block;
margin-left: 11em;
}

to

div#content {
 position: relative;
 left: 11em;
 width: 80%;
}

This doesn't do the same thing as the current setup, but it looks fairly similar on my mozilla browser. Perhaps it works with IE7?

Thanks Soren, that fixed the problem, and I updated the website with it. Since I had to install IE7 to test this, can someone look at it with IE6 and let me know if it still works there?

Bill

--
"A man cannot be comfortable without his own approval."  -- Mark Twain

reply via email to

[Prev in Thread] Current Thread [Next in Thread]