Cant Find these three CSS background images [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
The images are located at
http://www.zerply.com/home/
The images at the top left below the Example Account heading and zerp.ly/example. I have been inspecting the CSS of this page for hours now but just cant find these three images.
Thanks
Edit:
I want these three images. I did use Firebug, i found some sprite images(which didnt contain these images).

The images in your screenshot are made up of two parts:
This sprite sheet
Setting the font-family of each .action-menu a to Pictos.
Each of those three icons are represented by the glyphs :, q and N respectively.

Related

Correct overlay layers [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to do as the picture, but does not go
Here is a live example of what is.
You could give a background-color to #wrapper to replace the white default background-color.
Actually, it 'll be easier to let the background-image in another container and let that container overlap a few pixels the slider. it means to rethink slicing and layout structure.

Website's image does't show when link is shared [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve this?
The site is oddvise.com
Thanks,
Joao
This is a Facebook problem. wait a day or two, and you will see in your next shares that it will appear.
Adding to that, http://www.oddvise.com/ does not exist. so whenever you share, you need to use http://oddvise.com/ instead of http://www.oddvise.com/

How to style html <option> tag like google does? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Take a look at gmail sign up page and look at the birthday and gender field. Please someone show me how to do it. thanks
It is not style that can make like this. This is a image+input box, when you click the image, DIV is generated in javascript populating all the entries within it. The similar example would be like this.

Dreamweaver, gallery [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone help me, am new to dreamweaver, trying to do an online portfolio and am struggling to figure out how to do a gallery.
Basically I want to have a basic list (contents page) of my projects on the left of my spread and when clicked onto a specific project, images for that project appear on the right of the spread. I need to link text to images within the same page
Any help will be greatly appreciated
Nowadays, you can create beautifull galleries using jQuery.
Here is an example of a plugin for creating one:
Galleriffic
It's easy to use, just read the documentation

Code for HTML 5 Animation [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can someone tell me the steps of using animation on this page:
http://www.professorcloud.com/mainsite/canvas-nebula.htm#disqus_thread
Sure
As you can read here:
This is a simple demonstration of a nebula effect using the HTML5 Canvas element. The effect is created by layering three images, derived from a larger single bitmap source, that fade in and out while increasing in scale. The non-repeating nature of the effect is created by having a larger bitmap than the view area and choosing a random texture offset.