Tagged Questions
0
votes
1answer
22 views
How do i find the right color combo for the transparent background color?
See image:
The grayed out area is actually an image.
How do i find the closest colors to create a similar color using css3?
I find the following colors the closest but not sure if they are a ...
0
votes
0answers
32 views
Image rollover + zoom feature
I've created a rather simple build of what I want to achieve, however I have noticed a few bugs with it and glitches which I would like to improve/fix but i'm highly unsure of how to. Below i've ...
0
votes
3answers
29 views
Navbar Sitting to low
I have a simple navbar on my website using just HTML and CSS. The navbar looks and functions like it should but there is a space between an image and the actual navbar. I want the navbar to sit ...
1
vote
2answers
33 views
How do I place images side by side in div? (wordpress)
I have been using the code from here but ever since I needed to wrap my images in a div, it doesn't work even though I changed the selector to images. Had to wrap images in a div to style it to have ...
0
votes
1answer
33 views
Maintain image ratio in IE
I'm trying to maintain the image ratio in IE and I have no luck... I took a galleriffic plugin and modified it to my need's, and this is the only problem left at the moment.
Can anyone advice a ...
-1
votes
2answers
45 views
CSS: How to automatically resize a circular image as a window resizes?
I'm using this CSS to create a circular image 220px wide, centered within its container (a 3-column span of an 1180px grid):
.circular-image {
display: block;
margin: 0 auto;
width: 220px;
...
0
votes
2answers
33 views
Background Cover for image stored in mysql
I have an image stored in a database that I'm trying to stretch to width and height of div, I can get the width to 100% but can't get the height to do the same.
I'd like to use background cover but ...
0
votes
1answer
37 views
How can I place two images side by side with HTML and CSS to optimally fill up a given width?
I want to place two arbitrary images side by side inside a DIV element, which is exactly 800 px wide (width=800px). The images can be a variety of sizes, in width and height too. Sometimes width ...
0
votes
2answers
48 views
twitter bootstrap, stop images overlapping text?
Hi all using twitters bootstrap: http://twitter.github.io/bootstrap/base-css.html#tables
I am wandering how I can stop this happening: ...
0
votes
2answers
24 views
CSS is there a way to set spacing between an image and text within the same class?
I'm trying to set a class in css to display an image and a string after the image. The problem is the image and text overlap. Is there a way to put spacing between the image and text within the same ...
0
votes
2answers
36 views
How do I make website images and slideshows look like they are a device screen?
There are lots of website themes that have a slideshow or image frame that is styled to look like it's a device such as a mobile screen or tablet screen or computer monitor. Please see below:
I ...
1
vote
2answers
49 views
CSS only slider- buttons active state to inherit the hover background color?
JSFIDDLE
Hi everyone! I am guessing this might turn our to be a very silly question, but I have blocked... There is a link to JS fiddle with a very simple CSS only image slider. What I want to ...
1
vote
7answers
45 views
Why there is a gap between two vertical images?
I put two images together vertically but there is a gap, I try everything but I just can't find what is wrong?
On this website(left bottom yellow image),
http://www.jamesxu.com.au/contact
HTML
...
0
votes
1answer
36 views
Dojo Div Toggle View after refreshing the page
I have 2 divs that are to be hide and visible when i click on the image.I have done that with a combination of dojo and javascript.By default, first time when page loads,the 2 divs will be hide.after ...
0
votes
3answers
69 views
Image In Line With Text HTML CSS
Apologies still new to all this. I'm creating a webpage and have an image and text next to each other, in two separate div's. I've managed to get them where I want on the page, but when I resize the ...