|
|
#1 |
|
How do I create a picture like this?
http://hypebeast.com/2013/2/essentia...-cooke-of-wish
Im trying to create a picture like this where a caption appears when you click on a certain element. Any help appreciated, thanks. |
|
|
|
0
|
|
|
#2 |
|
Bounding div with position: relative. Whole bunch of nested elements with position: absolute.
All of those plus icons, and their associated text are the nested (position: absolute) items. Then they use javascript to hide all the text and display them on hover. |
|
|
|
0
|
|
|
#3 |
|
Start off easy, then start to make it more complicated.
Code:
<div style="position: relative; background: green; width: 500px; height: 400px;"> <div style="position: absolute; top: 100px; left: 50px; width: 10px; height: 10px; background: blue;"> </div> <div style="position: absolute; top: 200px; left: 450px; width: 10px; height: 10px; background: blue;"> </div> </div><!-- green div --> If you don't understand that conceptually, you just need an HTML book. |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:34 PM.







Linear Mode
