From: Sebastian Rose <sebastian_rose@gmx.de>
To: Bastien <bastienguerry@googlemail.com>
Cc: James Yoo <james.yoo@gmail.com>,
emacs-orgmode@gnu.org,
Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: unicorn image is not a link back to the front page on orgmode.org
Date: Thu, 25 Jun 2009 19:16:14 +0200 [thread overview]
Message-ID: <87vdmkutcx.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <87hby4z1nz.fsf@bzg.ath.cx> (Bastien's message of "Thu, 25 Jun 2009 19:03:12 +0200")
Bastien <bastienguerry@googlemail.com> writes:
> Manish <mailtomanish.sharma@gmail.com> writes:
>
>> > I'll re-check the IE stuff tonight.
>>
>> You may check the latest screenshots of Org home page at
>> http://www.vyom.org/screenshots
>
> Uh - that's bad in IE.
>
> Sebastian can you update this .css class to make it work ok
> in IE?
>
> ,----
> | .logo-link {
> | position: fixed;
> | top: 10px;
> | left: 30px;
> | }
> `----
Add this at the end of the style sheet:
* html .logo-link
{
position: absolute;
top: 10px;
left: 30px;
}
This works in IE 6 on XP. It's the same make up as for the other style
classes that have a fixed position.
(If we do more of those, maybe a second stylesheet is even better. There
are simple tags that only IE reads in the <head> section and thus can
include an additional stylesheet. That stylesheet could be even more
specific then.)
Best wishes
Sebastian
next prev parent reply other threads:[~2009-06-25 17:12 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-24 13:39 unicorn image is not a link back to the front page on orgmode.org James Yoo
2009-06-24 15:00 ` Xin Shi
2009-06-24 15:15 ` Bastien
2009-06-24 16:34 ` Manish
2009-06-24 17:31 ` Bastien
2009-06-24 18:17 ` Greg Newman
2009-06-24 19:19 ` Sebastian Rose
2009-06-24 19:17 ` James Yoo
2009-06-24 19:28 ` Bastien
2009-06-25 4:43 ` Carsten Dominik
2009-06-25 13:02 ` Bastien
2009-06-25 14:28 ` Sebastian Rose
2009-06-25 14:27 ` Carsten Dominik
2009-06-25 15:02 ` Bernt Hansen
2009-06-25 15:10 ` Carsten Dominik
2009-06-25 16:39 ` Greg Newman
2009-06-25 14:53 ` Manish
2009-06-25 17:03 ` Bastien
2009-06-25 17:16 ` Sebastian Rose [this message]
2009-06-25 23:51 ` Bastien
2009-06-24 17:26 ` Sebastian Rose
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vdmkutcx.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=bastienguerry@googlemail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=james.yoo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).