Linked Questions

0 votes
2 answers
39 views

I am creating an ordered list of images using uppercase letters instead of numbers. When I insert the image the line letter (A, B, etc) is aligned to the bottom of the image and I would live to move ...
Thomas McNeely's user avatar
0 votes
1 answer
40 views

I've added a text-centre class to the div which the image appears within, but can't seem to get the image to centre? Any ideas where I'm going wrong? Thanks It's the image to the right of the text ...
alex_cissokho's user avatar
0 votes
0 answers
27 views

I have two p and one div. I would that text get vertically centred. <div class="toggle-area"> <p>SEARCH BY</p> <div class="switch-inner"> <p class ="toggle-...
infodev's user avatar
  • 5,315
-1 votes
1 answer
33 views

here HTML: <div class="user-image text-center"> <img class="avatars" src="css/img/avatar_1.jpg" alt=""> </div> here CSS: .user-image { ...
Emanuel Rista's user avatar
31 votes
7 answers
47k views

Why height in Chrome is bigger than Firefox of input See example here http://jsfiddle.net/jitendravyas/89Msh/1/ select, input, textarea, button { font: 99% sans-serif; } input, select { ...
Jitendra Vyas's user avatar
12 votes
6 answers
43k views

Ok this is the div structure. <div class="DivParent"> <a href="#"> <div class="DivWhichNeedToBeVerticallyAligned"></div> </a> </div> DivParent has ...
Furkan Gözükara's user avatar
16 votes
7 answers
84k views

I have the following markup code in my page: <div id="root_img" style="width:100%;height:100%"> <div id="id_immagine" align="center" style="width: 100%; height: 100%;"> <a ...
CeccoCQ's user avatar
  • 3,754
9 votes
6 answers
27k views

I am attempting to find a way to verticially center an image inside of my viewport for the carousel. Currently the images are working fine and it is resizing the image to the size of the viewport on ...
David Leonard's user avatar
2 votes
4 answers
25k views

I have a div which has a height of 100vh so that it's always the height of the browser screen. Inside of this div I want to place an image and center it vertical to its parent. The height is variable ...
Mike's user avatar
  • 23
6 votes
1 answer
11k views

Please find below the link, http://jsfiddle.net/anglimass/Y8AvM/ I just wanna my div come's vertically align middle ie7 also. Can anybody help? Thanks Sorry guys, I find out one good solution ...
anglimasS's user avatar
  • 1,344
8 votes
2 answers
29k views

Example: jsfiddle.net/h5sE6/ css: ul { float: left; margin-right:20px; } ul li { height: 3em; border: 1px solid #ff0000; width:200px; } html: <ul> <li> Some text&...
Brandon Minton's user avatar
8 votes
3 answers
47k views

I've spent more time than I care to admit trying to get a row of images to be clickable links in a row that aligns the images in the middle of the row that doesn't break Bootstrap responsiveness. The ...
Adrian's user avatar
  • 16.7k
6 votes
4 answers
17k views

I was wondering if it is possible to align a picture using the align=middle style in CSS, not html. <img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Smiley.png/50px-Smiley....
Gelu's user avatar
  • 131
4 votes
4 answers
8k views

I'm currently cropping images with CSS as so: <div class="crop"> <img src="image.png" alt=""> </div> .crop { width: 150px; height: 150px; overflow: hidden; } .crop img { width: ...
user3681788's user avatar
6 votes
6 answers
9k views

I have an image placed in a widget on my WordPress blog. I want the image to be centered since it's smaller than the sidebar it is placed in. I currently use the following code: <img style="...
Laura's user avatar
  • 109

15 30 50 per page
1
3 4
5
6 7
12