DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSS
make the first item at the very top of the screen
.fixedElement
{
position
:
fixed
;
top
:
0
;
width
:
100
%
;
z-index
:
100
;
}
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#item
#top
#screen
ADD COMMENT
Topic
COMMENT
Name
3+7 =
Submit