hyperlink - keep image link stable on webpage. -
full disclosure, i've never made website before, i'm learning go.
i searched site answers on don't know terms should using/looking are.
i'm trying make homepage background image layer , on top horizontally patterned circles (think polka dots) have links other pages. got circles down , hover effects on them. don't understand how make them stick position in different browser sizes or resolutions don't hide of them. can on background image backstretch script how apply dots? downloaded modernizr script i'm not sure it's right thing.
basically i'm trying have page act these: https://thankfulregistry.com/ or http://assemblylondon.com/ when resized.
if sort of know i'm trying do, i'd appreciate help. if tell me should me looking research thing on own (correct terminology).
thanks!
-sophie.
if you'd position them should using css (cascading style sheet). site out ton! http://w3schools.com/css/default.asp
for circles becoming links, either use image map or make image of circle link
<a href="where want link to"><img src="url/location of picture" height="number in pixels or percent" width="number in pixels or percent"/></a>
if need more let me know!
Comments
Post a Comment