What css or html code did they put for the header image? For Web Developers Only?
if you go to http://www.dota-allstars.com/
look at the header that it says "defense of the ancients"
if you right click it shows some options like "view background image"
however, if I click the image on the left and hold the left-click, and then drag the mouse to the right, it doesn't highlight the image. What css or html code did they put for the image?
Public Comments
- <head></head>
- If you want to see the code, right click the page and choose "view page source," or choose from the browser's View menu.
- This background? http://www.dota-allstars.com/imgs/bg.gif This is the css that is doing most of the layout <link rel="stylesheet" type="text/css" href="http://www.dota-allstars.com/common/layout2.css" />
- if i understand your question, i think rizzotp is correct. the site places the image that he linked to then places the 'main' image over the top of it in the centre - this is the 'main' image: http://www.dota-allstars.com/imgs/header.jpg so in reality it's made up of two images, one on top of another.
Powered by Yahoo! Answers