How to make area of image clickable – Photoshop
This is not a: "Do all the work for me!" kind of question. I just wanna know which approach you think would be suitable for this challenge. I have this map: As you can see by the blue marker, I've…
This is not a: "Do all the work for me!" kind of question. I just wanna know which approach you think would be suitable for this challenge. I have this map: As you can see by the blue marker, I've…
I am trying to make a navigation bar exactly like this one on the image. I made it in Photoshop for few seconds but it is not easy to make it in code. The progress is that I wrote code…
The following code should return the full height of the document, but it does not. It says the height is 1023 but (measuring by screenshots and scrolling and photoshop) the actual height is 1804. Why is it wrong? How do…
I have two divs where one of them is a navigation menu and the other div under it, these divs are touching each other. The main menu has a sub menu where it papers when you hover of it ,…
I'm working on a news feed and I faced the following: I want to clear all items under the avatar, so there is no wrapped text or anything below. This image shows the issue: I want it to be like…
I have a sidenav with some menu items, right now I have an active class applied to the current li, it will highlight the li with a background color (in this case: #3596d5). Instead of highlighting the entire li, I…
Currently learning html by way of coding cool sites I find online. I'm having some trouble figuring out how this site http://sociali.st uses one image for the iPhone case and another image for the iPhone screen (think clipping masks in…
I have a few list items on a website that will all contain a background image. As it's more efficient it's necessary to use a sprite. I have generated my sprite online as you can see here: The CSS for…
I need to blend the background colors of 2 elements using CSS I have been fiddling around with the background-blend-mode:multiply but that works only when I have the 2 colors in the same element. I need to achieve something like…
I am working on my portfolio. I have the Image in the body I want the image should be in diagonal using only css / css3 / Jquery Not by editing through photoshop I have tried using transform rotate for…