|
|
#1 | ||
|
Junior Member
Join Date: Aug 2009
Location: London
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
hi im building a site and saw this effect where there is a bar at the top of the website that doesn't move when you scroll and appears in any new window- the adrress is also the same with a favicon
like here Photoshop Tutorial: Create a Realitic 3D Leaf in Photoshop and here http://www.photoshoplady.com/tutoria...photoshop/1561 if you know, can you tell me how to do this or download a wp plugin that does this tx b |
||
|
|
|
|
|
#2 | ||
|
Senior Member
Join Date: Jun 2009
Location: Newcastle
Posts: 226
Thanks: 0
Thanked 39 Times in 30 Posts
|
I'd imagine it could be done with CSS, others might have an easier way:
HTML Code:
<div id="info-message"> Display what you want you want here... </div> HTML Code:
#info-message{
background:#fff;
text-align:left;
border-bottom:1px solid #222222;
color: #000;
position:absolute;
top:0;
padding:5px;
width:100%;
}
EDIT: Just tested it, seems to work ok, PM or email me if you need help.
__________________
Front-End Design, Development and Web Standards chrisborrowdale.co.uk @chrisborrowdale Last edited by chris_17; 08-18-2009 at 11:56 AM. |
||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|