Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Style.css add pictures how? (http://www.bvlist.com/showthread.php?t=8204)

Giorgatzelos 12th August 2012 16:54

Style.css add pictures how?
 
i want to add a picture in my style.css

http://fc02.deviantart.net/fs70/i/20...os-d5ay4i3.png

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!


All times are GMT +2. The time now is 21:05.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.