Tagged Questions
CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.
0
votes
0answers
4 views
CSS selector which checks next element
I have such HTML code
<li data-bind="attr: { class: MenuItem.CssClass, 'data-Id': MenuItem.Id }">
<div class="subMenuActions">
<i class="icon-caret-right" />
...
-1
votes
0answers
14 views
Some of the containers not getting displayed to their full given height (code included)
Sorry but somehow jsfiddle not opening at my end currently so unable to ease the investigations. But following is the whole of HTML I have tried out.
<!DOCTYPE html>
<html ...
0
votes
1answer
8 views
Stacking divs in a single page and moving between them
This graphic roughly represents what I am trying to do. The second rectangle in the top left represents the viewport. Which means that each div should cover the whole viewport and none of the other ...
0
votes
3answers
29 views
Circular div, vertical and horizontal center alignment
I have the following code:
<!DOCTYPE html>
<html>
<head>
<style>
#playhead-outercircle{
width:10px;
height:10px;
border-style:solid;
border-width:1px;
border-radius:100px;
...
0
votes
1answer
9 views
border bottom not working print preview firefox css
I have a table in my webpage. When i view the page in print preview in firefox the border bottom of the td doesn't display sometimes. In other browsers it's working fine. How to fix this?
Html:
...
0
votes
0answers
10 views
Big Scale Font ~ Line-Height difference between PC vs. Mac?
I'm using an Impact ( http://2famous.TV/fonts/263BAA_0_0.ttf ) on my site, but there is more spacing between the lines on PC than it is on Mac. Below you see an example of how the font gets pushed ...
0
votes
0answers
7 views
backstretch javascript iphone issue bootstrap template
I have the BACKGROUND image doing everything I need correctly (because I am running Backstretch JS) on computer and ipad but when it comes to phones, it does not look so well? Any suggestions would be ...
-1
votes
0answers
27 views
How to create different shape of trapezoid images using css?
I am working on a website where I need to use different trapezoid shape of images. Here I am giving you that image in rapidshare link:
http://rapidshare.com/files/3321655398/trapezoid.JPG
I have ...
0
votes
4answers
29 views
How to adjust height of a HTML element to cover all free spaces of it's parent?
Suppose we have a DIV element like this:
<div id='parent'>
<!-- The childs will come here -->
<div id='footer'>This is footer</div>
</div>
and this function ...
0
votes
1answer
15 views
Submenu disappears behind parent menu
I am having trouble with my submenu. It's a simple drop down menu that I have beside my posts and I got it working and all. The problem is that depending on my scroll position, it will sometimes reach ...
1
vote
3answers
20 views
position div in bootstrap
Wondering why it is so difficult to position divs to remain responsive.. they just float where ever they want for some reason.. how can I position these perfectly? Holding their positions while ...
0
votes
1answer
17 views
Why won't these HTML form buttons display inline?
I am trying to get form buttons to display inline in a row. I am using CSS to style HTML output from someone else's script, so I have to understand the structure in HTML. I can't change it to ...
1
vote
1answer
19 views
Internal linking between divs not working as expected
I am trying to create a site with just one actual page containing multiple pseudo-pages in form of divs. There are four divs and I have set the width of the wrapper in which the divs are to 200%(so ...
-3
votes
1answer
27 views
How to insert blank post divider for blog posts [on hold]
how to insert a blank divider for my blog site.
My Site
0
votes
1answer
18 views
How can I stop a bouncing responsive page with mixed-height, one or two-column, Bootstrap Carousel items?
I have a simple Bootstrap Carousel at the top of a long page. Items on the carousel are a mix of text and images and consequently are not always the same height.
This leads to a bouncing page below ...