View Single Post
  #1  
Old 12th August 2012, 16:54
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default Style.css add pictures how?
i want to add a picture in my style.css

Click the image to open in full size.

i have a fixed menu picture in the upper left corner of the screen and i want also a fixed menu picture in the upper right corner of the screen. the picture that is already there is named lg.png and the picture i want to add is named lg2.png...

The part of the style.css that refers to the already added picture is:
Code:
#pro_linedrop {
height:95px;
width:100%;
background:url(pics/lg.png);
position:fixed;
top:0px;
right:0px;
font-family:arial, verdana, sans-serif; 
font-size:11px;
}
how can i add a lg2.png but it would be at the upper right corner and also position fixed as the lg.png?

Bump: Nevermind i used some code from in here and finally git how to add images and what i had in mind thank u all!

Last edited by Giorgatzelos; 12th August 2012 at 20:22.
Reply With Quote