Both are wonderful resources. Thanks for sharing.
--
Manish
On Thu, Jan 8, 2009 at 2:56 AM, Matthew Lundin wrote:
>
> Hi Manish,
>
> Manish writes:
>>
>> Also, I do not have access to IE7 so I do not know if that works.
>>
>
> Either of these sites are nice for seeing what pages look like on
>
That works! Thank you Sebastian.
--
Manish
On Thu, Jan 8, 2009 at 8:23 AM, Sebastian Rose wrote:
> Hi Manish,
>
> just make the #table-of-contents limited to a certain height. 100%
> should work if nothing else is higher than the visible area in the
> browser. If it doesn't, use a pixel value.
A reminder about accessibility.
With changes to code that creates web pages, remember to try
increasing the font size to very large and looking at all parts of the
page.
Try fonts large enough that the maximized browser can only display 60
characters or so.
Quite often, text overlaps itself vert
Carsten Dominik writes:
> Hi Sebastian,
>
> would you like to make things easy for me and make me a new version of org.css
> which will work also on IE, and send it to me
Yes, I'll give it a shot this evening.
Best,
Sebastian
>
> Thanks!
>
> - Carsten
>
> On Jan 7, 2009, at 8:45 PM,
Hi Manish,
just make the #table-of-contents limited to a certain height. 100%
should work if nothing else is higher than the visible area in the
browser. If it doesn't, use a pixel value.
@media screen {
/* ... all your styles here ... */
#table-of-contents
{
position:fixed;
width:198px
Hi Sebastian,
would you like to make things easy for me and make me a new version of
org.css which will work also on IE, and send it to me
Thanks!
- Carsten
On Jan 7, 2009, at 8:45 PM, Sebastian Rose wrote:
This is what I use in such cases. All styles starting with '*' are
read
by
Hi Manish,
Manish writes:
>
> Also, I do not have access to IE7 so I do not know if that works.
>
Either of these sites are nice for seeing what pages look like on
various versions of IE.
http://browsershots.org/
http://ipinfo.info/netrenderer/
- Matt
__
> Manish writes:
>> Hello Carsten,
>>
>> The image at http://imagebin.org/35260 shows the Orgmode homepage in
>> IE6 and http://imagebin.org/35261 shows the the same page in FF3. The
>> page in IE (6) is jumbled up (table of contents mixed up with page
>> contents) since it (IE6) doe
This is what I use in such cases. All styles starting with '*' are read
by IE only. No compromise should be neccessary.
@media screen {
/* ... all your styles here ... */
#table-of-contents
{
position:fixed;
width:198px;
}
* html { overflow-y: hidden; }
* html body {