• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Red Dead Layout [By DanneZ]

DanneZ

Web-Scripting-Design-Host
Joined
Jan 16, 2010
Messages
84
Reaction score
2
Location
Sweden
layoutd.jpg


Write What u think about it!
 
Ye it looks very good :)You chose the right colors for it :)

Looks abit like Requiem.. dunno if u have tested that game
 
1 tip,
make the button and buttom hover 1 image
else u see a flickering while hovering over it cause it has to load the hover image.

And then just do
Code:
.XX:hover {background-image: url('XXX.XX')34 34;}

Or use background-position to indicate in pixels wich part it should take

OR
Apply a CSS hack to prevent the flickering :)

Edit:
with this hack you should be able to do it:
Code:
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
 
Back
Top