1
vote
1answer
11 views

Combobox image background overlap

So, i have a combobox with fixed witdh and a background image to make a custom arrow. I want to limit the number of characters shown so it doesn't overlap the background image. Check this example ...
3
votes
2answers
64 views

Overlay a background-image with an rgba color, with a CSS3 transition

Earlier today I asked Overlay a background-image with an rgba background-color. My goal is to have a div with a background-image, and when someone hovers the div, the background-image gets overlayed ...
0
votes
1answer
34 views

How to overlay one image on another

I don't think this can be done but would appreciate confirmation either way. I have a product image on my store that uses code like this, which I cannot edit <div class="product"><a ...
-1
votes
2answers
46 views

How to stop background overlay covering text and content

I am redesigning a website and am nearly done However I have a slight problem regarding my background tile overlay: ...
0
votes
1answer
47 views

How to overlay nested hidden list over liv

i have this list which is a nested list (looks like a dropdown menu), the list is hidden by default and when i click on it it should appear over everything, but, when i slidedown the upper ...
0
votes
1answer
229 views

Overlay background color and image

I am trying to overlay a background color (blue) on top of a background image. I have a menu that I want to appear above the background color. I've tried using the z-index property, but it is not ...
0
votes
0answers
96 views

Transparent iframe not working Firefox 19

I have an HTML file with just two elements. One is a flash video (works fine). The other is an iframe containing a ustream chat object. What I want to do is place the chat box on top of the streaming ...
2
votes
3answers
336 views

jQuery / CSS / AJAX Popup-Style DIV closes when result contains div

I made a jQuery / CSS Popup-Style Div. The div's content is loaded through an ajax-request and is put in .ajax_popup_wrapper ! When you hover over TIPP the div is created and appended to "BODY". ...
1
vote
1answer
143 views

Transparent image pattern over color in CSS

I'm trying to add a simple .png pattern over a color gradient in CSS. Here is the markup: HTML: <div class="pattern"> <div class="widget_heading"> <h4>Feed</h4> ...
0
votes
0answers
87 views

Website overlay content does not scroll when viewed on Android

Thanks for any help you can provide! I am trying to finish up a mobile version of my website, but for some reason, the content that appears in the overlay that I have created does not scroll properly ...
-3
votes
1answer
190 views

Image Gallery with Div Hover Overlay

I would like to create an image Gallery for a client similar to the on Tiffany uses in the link bellow: Tiffanys However i am not very familiar with javascript and i am not sure if I even need to ...
0
votes
1answer
36 views

How to push a page than overlaying it

I dont know the technical terms for what am trying to achieve here. I would be explaining it in layman terms and hope to learn: I have created a browser extension which depending on some conditions ...
1
vote
1answer
166 views

center image vertically/horizontally over another without dimensions

I'm trying to make an image appear to have a play button that is centered. I will not know the exact size of the main image however, since it's dynamically generated. Right now, the overlay image ...
0
votes
1answer
142 views

css overlay edit icon for each table cell

Hi I hope some one can help :) i have a table: <tr style=""> <td width="330" style="vertical-align:top; " class="updater_modus"><span><i ...
0
votes
0answers
63 views

dynamically resized overlay image with resizable base image and automatic overlay position recalculation

Is it possible to achieve all five of these requirements? The last is not least. 1) an overlay image is placed above a base image (e.g. push pin at specified intersection on a city map) 2) the city ...
1
vote
1answer
225 views

JQuery UI limiting overlay z-index

I have a dialog in jQuery UI which is a modal dialog: $("#mydialog").dialog({modal:true}); I have another div which I want to be ontop of the overlay, however, this div is created before the ...
0
votes
1answer
892 views

how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video

how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video The shadow box works, thats not the issue. The issue implementing the transparent Play button over the ...
1
vote
1answer
96 views

Mobile CSS Overlay Not Appearing Correctly

Thanks in advance for any advice you can offer! I've got an overlay that works well on a desktop version of my website. However, when I design the overlay for use on a mobile, it gives me problems. ...
0
votes
2answers
84 views

css corner images

I need to create the border shown on the top image over a lot of my site - I want to be able to do this with css if possible as it would save a lot of hassle with each photo - I managed to alter the ...
0
votes
1answer
43 views

Get overlay to appear immediately below selected table row (without JS)

Before I start--I know we can do this with JS positioning. I'm trying to see if we can avoid the JS positioning. You can see a close approximation here--I've forced/dummied the overlay positioning ...
0
votes
1answer
172 views

Fade Out Background Overlay on Mouse Over

Im Working on this Page: http://gpt.hernan.org/gpnew/v1%20(Referrals%20hover).html When hovering on Referrals Button, a Background Overlay appears, I need it to gradually apear. Maybe some Fade in or ...
1
vote
3answers
634 views

overlay a div over another one with css

Being a c# developer I am a finding hard to play with css classes to prepare some web pages. It may be too easy for all the experts so bare with me. I have a wrapper div that has some css property ...
0
votes
2answers
185 views

jQuery overlay — Same code for different DIVs

I am trying to do the following --> I have a dynamic number of DIV elements .. All stacked like such: __________________________________________ | | | ...
0
votes
2answers
272 views

Creating a css flower with 5 leaves

I am trying to create a css flower with 5 leaves - without any promising attempt. What I am trying to create: CSS flower with 5 leaves where every leave can have three different states(small, medium, ...
0
votes
1answer
55 views

How to get rid of random couple pixels on bottom of text overlay

I have an image with a transparent text overlay on top of it on a website I'm designing. The transparent overlay seems to be a couple of pixels longer than the image even though I have all of the ...
0
votes
2answers
161 views

Overlay mask is off center

I am trying to create an overlay box and want the whole background to be masked. However, the mask is only covering the body of the page. I want the mask to extend to the edge and top of the page. ...
0
votes
1answer
168 views

jQuery Overlay not working in IE8

Appologies if this has been answered elsewhere, but I couldn't find anything. I am working with jQueryTools Overlay. Working fine in chrome, but in IE-8 i have this issue that my overlaying Div pops ...
0
votes
1answer
368 views

why css opacity effect not working in chrome?

.overlayupload { background-color: black; position: fixed; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.4; /* also -moz-opacity, etc. */ -webkit-opacity: 0.4; z-index: 10; } Above is ...
-5
votes
3answers
210 views

Set a link on a .png image [closed]

I've tried map images and a div with a href but doesn't worked. I would like to put a link over the image in this website, on the button ENTRAR NO SITE, which needs to be linked to ...
0
votes
1answer
52 views

css text below overlayed image

I have a product image and an overlay image that looks like a file folder with the desired effect being the file folder image looks like it has the product image on top of it. This works perfectly! ...
0
votes
2answers
118 views

how can i bring content over the overlay? - CSS issue

The div tag has a background image and i wanna put the overlay on the main tag's background-image and the rest of contents over both of them. But The following code will put the overlay tag over the ...
0
votes
0answers
110 views

CSS Menu hides behind flash in Chrome (SWFObject)

I am trying to get a CSS menu to overlay on top of a flash player using swfobject. I have tried modifying z-index, changing the position settings (absolute/relative). I tried different wmodes for ...
1
vote
2answers
80 views

overlaying images in a gallery

I have a gallery of images, all of which I would like to add a transparent image on top of the images. It does in fact work for one image, but I am not sure how to position my transparent overlay ...
5
votes
2answers
476 views

How would I overlay a canvas over text?

Hey everyone! So the image above is what I'm trying to achieve with my code, however One or the other is always pushing the other either below it or above it, instead of just sitting above each ...
0
votes
5answers
169 views

Button in front of div

I'm not a CSS expert. I'm trying to place an <input type="button"> in the center of an <img> and I'm having some trouble doing so. Here's a fiddle and here is my HTML: <div ...
0
votes
0answers
53 views

image overlay issues

trying to get a simple hover overlay image to display but it doesn't seem to be working for me. Here is the code i'm using; <td> <a href="/marketplace/arts-crafts/150/"> <img ...
0
votes
0answers
188 views

Background image for jQuery overlay does not display, but works fine (IE10/Chrome)

I'm using the example here as a starting point. I have a website, and I wanted to add overlay functionality. I have copied the code over from the link above. The overlay works as expected, but I do ...
3
votes
2answers
268 views

How to add 'shine' overlay to a div?

How can I add a nice overlay like the one in the following image? Consider the following HTML, how would I add an overlay like that? I know I can use a gradient on top of it, and apply it ...
0
votes
3answers
50 views

CSS and hiding elements, making my other anchor links not work

This is my site: shoutkey.com/gigantic When you click on "More Info", on the first item, it works (it folds a element under with information). If you try to click this more button on the second, ...
0
votes
2answers
462 views

CSS, HTML Overlay background with transparency

Im banging my head against this since some time: http://imageshack.us/photo/my-images/5/68446587.png/ Ill try to give best description to this problem: On the image you see heading (h2 for example). ...
0
votes
1answer
110 views

Css div relative but absolute

I would like to make a div child element as overlay for all the parent content,with parent width fixed. (an example could be the js captions you see on photo galleries usually) HTML: <div ...
1
vote
1answer
102 views

Transparent image over top of colour

I have a semi transparent image that I want to overlay on a colour background. Can't seem to get it to work, any help would be appreciated. Code: }#pre-content{ margin-top:60px; ...
0
votes
1answer
1k views

Modal popup background turning into black in IE8

I am using a asp.net ajax modal pop extender to show the modal overlay. it is working as expected, the problem i am facing is it is setting the background to black in IE 8 rather than the transparent ...
-2
votes
1answer
282 views

Overlapping images without using position absolute or float [closed]

I need to overlay some big images but without using position: absolute or float:left. If I use position: absolute the site isn't any more fluid.
0
votes
1answer
266 views

Popup overlay problems with same z-index parameter in container

I've got this page http://jsfiddle.net/UFTSK/2/ When you hover at image there is popup block overlay bug. if I remove z-index in a tag ( http://jsfiddle.net/UFTSK/3/ ), all working correct. But in IE7 ...
1
vote
2answers
124 views

box shadows - clicking images behind + slow scroll

I have two tricky issues that are intertwined. I have an inset box shadow vignette on four sides of a box but I have clickable images inside that I can’t click because the shadow/vignette is above ...
0
votes
1answer
363 views

Creating a semitransparent overlay for the entire site

I've attempted to create an overlay with a semi-transparent PNG over the entire of my page. For some reason certain elements in my page are still appearing full colour and this only seems to be ...
0
votes
1answer
131 views

Making things stand out in Jquery Dialog Overlay

I have a requirement to achieve a close button as seen in this picture: But in practice I am able to achieve only this: I did it with following CSS style. I can't have the position:absolute ...
0
votes
0answers
135 views

css image overlay issues on browser resize

i have a problem with my css layout. I have designed it with my resolution (1920x1080px) and it looks right. but if i resize the browser to simulate a smaller screen resolution i got a problem with my ...
0
votes
0answers
172 views

Launch overlay on page load and limit display to first view in a session

I'm having a play with this : http://tympanus.net/codrops/2009/12/03/css-and-jquery-tutorial-overlay-with-slide-out-box/ Does exactly what I want, but I need it to display when the page loads. Then ...

1 2 3 4