Re: static 'toolbar' question
Re: static 'toolbar' question
- Subject: Re: static 'toolbar' question
- From: Frédéric JECKER <email@hidden>
- Date: Tue, 12 Apr 2011 13:24:57 +0200
- Thread-topic: static 'toolbar' question
Hi
This can be easily done with the following css rules.
#toolbar
{
position : fixed;
top : 0; /* you can also use bottom:0; if you want to
stick the toolbar at the bottom of your page */
width :100%;
}
-----Message d'origine-----
De : Theodore Petrosky <email@hidden>
Date : Tue, 12 Apr 2011 04:13:30 -0700 (PDT)
À : <email@hidden>
Objet : static 'toolbar' question
>I don't see any example of a toolbar (a static area at the top of the
>screen where I would find common tools. and this area does not scroll
>with the rest of the page).
>
>How are youse guys creating this effect? You know the row of common tools
>at the top of a page that doesn't scroll with the rest of the content.
>
>Ted
> _______________________________________________
>Do not post admin requests to the list. They will be ignored.
>Webobjects-dev mailing list (email@hidden)
>Help/Unsubscribe/Update your Subscription:
>om
>
>This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden