devaldivia 0 Report post Posted August 5, 2011 Is it possible to create hotzones in a feature to link to different pages? Whether static (if I have only 1 photo in the slide show, therefore, does not change), or with multiple features in the set? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 5, 2011 Which theme are you using? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
devaldivia 0 Report post Posted August 8, 2011 Platform Pro Developer. Since it is possible to add a button inside of the feature with a link, I'm guessing what I'm asking is possible, but I don't know how.... Thank You for any help !! Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 8, 2011 If your using the Feature html box, you can make invisible elements that float above the feature, at any size or position, that link to anywhere. Heres' one example: [/code] and the required CSS: [code] .floating{ display:block; width:100px; height:100px; position:absolute; top:20px; left:100px; z-index:1000; } Keep in mind that an element of position:absolute is set relative to its nearest parent that has position:relative, so if you need to you can do something like: #feature {position:relative} to make sure its positioned correctly. Share this post Link to post Share on other sites