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.

learn more… | top users | synonyms (9)

0
votes
0answers
4 views

html css float:right with img is not working fine

HTML <table class='titleStatus' id='title'> <tr> <td class='lefttop'></td> <td class='bar'>Punch Data <img ...
0
votes
0answers
15 views

Zurb Foundation 4: append “end” class to last div with jQuery

I'm using the WordPress loop to dynamically generate content in divs with large-4 class. Right now my HTML code looks something like this: <div class="row" id="featured"> <!-- start of ...
0
votes
0answers
12 views

Reverse img scale using CSS?

I am trying to do something with CSS I do no think has been done before. I have used CSS to make an image animate larger (grow in size smoothly) in scale when the mouse hovers over the img. It is a ...
-2
votes
0answers
18 views

HTML CSS auto shift Content

The element positioning was perfect at start,and then i did some javascript function like Hide and Show some divs by using jquery,some elements were shifted to next line. anybody have the same ...
0
votes
0answers
3 views

Css works not on blackberry 10 with a wordpress site

i set up a wordpress website and it works fine on all browsers and all mobile devices except on the blackberry 10,the style.css is located in the theme and i include it with the following code: ...
0
votes
0answers
3 views

Nowrap containment with resizable

I have a variable width parent container that contains two children, one of which is resizable on the x axis. I'm trying to get it so that the first child cannot be resized beyond the second child's ...
0
votes
0answers
15 views

Why won't the scrollbar for a div stay 'clicked' in IE 8 for dragging?

I have searched online and in SO to see if this was a known bug, but I haven't found anything and even get very few results to look through, so I thought maybe I did something wrong, but I don't see ...
0
votes
1answer
20 views

css cross browser/os fonts [closed]

i looking for a good font for the web. All browsers have some issus with a font-size, font-weight combination. The best cross browser font seems ms-serif so far. I've tried open sans because i don't ...
-1
votes
1answer
13 views

Google Map Terms of Usage Pixel Size

Why is the "Terms of Use" in the Google Map Link, appearing like its appearing. I've looked at the script coding for errors and tried adding a font-size in CSS but nothing seems to fix it. Please see ...
0
votes
0answers
8 views

Apply Border-Radius To Scrollbars with CSS

To put it simple, this is what i want (obtained on a Webkit Browser using -webkit-scrollbar) : And this is what I get on Opera (Firefox doesn't apply the border radius to the scrollbar either, but ...
3
votes
1answer
35 views

Is it safe to allow to embed an arbitrary external stylesheet into my web-page?

I have a dynamic web-page which I want other people to embed into their web-pages, with an iframe (not necessarily with any kind of more advanced techniques like JavaScript). Instead of providing all ...
0
votes
0answers
15 views

Control dragging event to move to specific div

Lets say that I have this simple HTML sctructure: <header> <title>Test</title> </header> <body> <div class="section" id="section-1"></div> ...
-6
votes
1answer
34 views

Is there a way to code this curve?

Is there a way to code this curve, keeping in mind the design is full width, NOT boxed.
0
votes
1answer
14 views

How to make div fixed and with margin?

I want to make footer to my website, and i want it to be fixed (always in the botton). It's working and looking fine, but when the content is full, it's not showing the margin-top that I gave it. ...
0
votes
3answers
37 views

HTML & CSS Comment List

I have tried tried coding a comment list where the avatar is supposed to display on the left, and the name and comment are supposed to display on the right. Any help solving the issue is appreciated. ...
13
votes
3answers
76 views

Performance: Pure CSS vs jQuery

I've seen a number of code comparisons between pure CSS and the equivalent jQuery. But I'm looking for details about why pure CSS is definitively faster than jQuery. Here's are some of the reasons ...
0
votes
0answers
8 views

Video resizing but not the controls

I have a small problem I'd like to share with you. I'm using HTML5 tag and Javascript and I've created some overlay images (Arrow, home icon, etc) on a video. For instance if you click on the arrow ...
0
votes
0answers
6 views

Phonegap css background image dpi

I am building a phonegap app for ios and i am having some problems with css image backgrounds. Say for example that i have a div that spans over 100% of the viewport. I want to use real resolution ...
0
votes
1answer
6 views

Chrome CSS Hack Not working in Print Preview

I have an alignment issue only in Chrome and am using the following Chrome CSS hack in my print.css: @media screen and (-webkit-min-device-pixel-ratio:0){ .invoiceTable .smallerInput{ ...
-1
votes
2answers
20 views

Good CSS framework for beginners?

I'm new to CSS but i'm really starting to get it. HTML i know pretty good aswell, and some PHP.. Now i'm looking for a fun CSS Framework to work with, which is easy to pick up for beginners like me ...
0
votes
1answer
15 views

Using twitter bootstrap in bookmarklets - CSS affecting rest of the page

I am injecting the Twitter bootstrap CSS into a bookmarklet I'm making, but the css is affecting the rest of the page, when I only want to use it in the bookmarklet. Is this at all possible? If so, ...
1
vote
1answer
35 views

Is it possible to center a form while maintaining separation of content and presentation?

EDIT 5/21/13 13:40 EST: Added inline-block styling. Considering the following page: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
0
votes
1answer
35 views

How do I add a class to the current image in a slideshow?

I have a slideshow that is custom made with JQuery; $(document).ready(function () { $animating_slideshow = false; $animation_speed = 1000; $amount_of_slides = ...
2
votes
2answers
38 views

How to animate a block of content?

I'm using twitter-bootstrap framework. I'm trying to animate a part of the page. First of all enter in this fiddle and before the code below I'll explain the idea. HTML <div id="bluecont" ...
0
votes
0answers
5 views

Is there a YUI 3's alternative to JQuery's .css() method? Or how to getXY() relative to the parent element in YUI 3?

Believe it or not, but I can't find how to get a css property with YUI 3. I want to get/set the "top" property. There's a getXY()/setXY(), which gets/sets an offset. But this offset is relative to the ...
0
votes
2answers
65 views

how to put two text inputs values to hidden input

My HTML: <li style="display: none;"> <span class="add-on"></span> <input class="" type="text" value="" style="display: none;"> <input class="" type="hidden" ...
-5
votes
1answer
21 views

Need Help in fixing the css part of menu's

Can you please help me fix this problem? I tried it out but not fixed yet fully. Problem Image: http://i.stack.imgur.com/9If8Q.png Css Style Sheet : ...
-1
votes
1answer
36 views

Can I set word-wrap:break-word to input of type submit?

Can the CSS word-wrap: break-word be applied to an <input/> of type submit? Ive applied that css but its not doing anything which isnt what i expected. Im trying to make my submit input wrap ...
0
votes
1answer
22 views

Make divs scroll horizontally using jQuery

I'm trying making inline divs scroll horizontally by clicking on a toggle button, smoothly, but I don't know how to make this work : jsfiddle. Here is my code: <a>go</a> <div ...
0
votes
2answers
25 views

Can I combine direct descendant with first-child pseudo-selector?

I've got a container div that could contain any number of children. I want to target all links that are direct descendants of the container div, and can do so with .container > a. But then, I want ...
1
vote
3answers
37 views

How to resize the horizontal menu with respect to its li?

I have 7 menus in my code.Sometimes it may be 6 based on the usertype.If admin is entered it will be 7.User may have only 6 menus. How can resize the menu dynamically. For that I used the code ...
-3
votes
3answers
42 views

CSS - target the first element with class

HTML: <p class=menu_top>Title</p> <p class=menu_top>Order</p> <p class=menu_top>Position</p> <p class=menu_top>Number</p> How can I target just the ...
0
votes
1answer
19 views

how can I clip an <img> inside a <blockquote>

I am trying to limit the horizontal size of whatever I load in a blockquote (I do not control that content in the blockquote so I know it's going to screw up my layout). Here is a reduced testcase of ...
0
votes
2answers
37 views

how to select a input using jquery

My html is look like bellow (it's not a html i'm echo this using php.And it has lotof <li></li> with same 3 inputs content.it's a dynamically generate one) <li><span ...
0
votes
0answers
18 views

Sublevels in Drop Down Menu Stack on top of One Another Instead of Displaying Verticly

Recently a few months ago I had to add sublevel functionality into a drop down menu on one of our sites. The tactic I took before worked well for the one column in the navigation, but I was asked to ...
-1
votes
0answers
26 views

Text area preview

Hi I am trying to create a text preview area, within a span tag etc: <span>HI my ...</span> Only thing is I am using mvc 4, along with a table cell to display a piece of content, so it'll ...
0
votes
2answers
17 views

including external css grails rendering plugin issue

I am trying to use bootstrap.css to style a pdf that is being generated by the grails rendering plugin. The pdf is generated fine but none of the css styling is being applied. Have been searching for ...
0
votes
2answers
69 views

Fixed first row in a table [duplicate]

I have a website that is created by a software. On the page i have a table like this: <table> <tbody> <tr id="header"> <th>Header1 ...
0
votes
2answers
56 views

Css initial caps

I have a problem with initial caps(first letter big). See here .article { text-align:justify; text-wrap: unrestricted; -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* ...
1
vote
6answers
47 views

jQuery pulse effect issue

I'm trying to get a pulse effect on an image. In this Fiddle, I hope to get a light purple border fading in and out around the red circle. The red circle should remain static. I can get both of them ...
1
vote
2answers
24 views

How to change parent style by child :hover action in LESS

I have this LESS setup: .wrapper { .parent { height: 100px; .children { //some style; &:hover { .parent & { height: ...
-1
votes
3answers
45 views

Image animation when pressing button in HTML

I'm new in HTML and trying to make a website with some images which come up when I'm pressing a button. Now I came a cross this website https://spacebox.io and i really would like to get something ...
1
vote
1answer
19 views

Multi level dynamic flyout menu

I have the following structure for a flyout menu with pure CSS: HTML <ul class="menu"> <li><a href="#">Base</a> <ul> <li><a ...
3
votes
2answers
50 views

Cancel CSS hover behavior with jQuery

The website I work on has a navigation menu (a CSS-formatted unordered list) with sub-menus for some of the categories (children unordered lists). This CSS rule hides a submenu unordered list: ...
0
votes
1answer
18 views

Gridview using html in ASP.NET

I have a doubt in gridview design can anyone help me. I have created a gridview, but when im giving any text to that grid cell my grid design is changing. My question is how to give a fixed height to ...
0
votes
4answers
34 views

Input field with background img outside of input

Setup: I cannot change anything outside of the CSS, I can ask to change but It would be easier if this can be done in HTML. Other than that I will have to create a jQuery snippet and see if the ...
0
votes
2answers
45 views

Choose option in select box by clicking URL

Sorry about the vague title - the behavior I'm trying to get is a little difficult to summarize. I am updating our company's website, and the first thing we changed was to create a contact form, ...
0
votes
0answers
14 views

Flexible box layout model: How should auto margins in the cross-axis direction behave?

Please help me to understand one issue with the flexible box layout model for which I get different results in Firefox and Chrome. Consider the following HTML fragment: <body> ...
0
votes
0answers
15 views

How to print A4 size paper using css in HTML (using classic ASP)

I am unable to set fixed HTML size for print on A4 sized paper. Every time data size changes in content the print format
-3
votes
2answers
54 views

Responsive website not responding over multiple browsers

Okay I am having a very serious issue that I have never come across ever before. I cant even figure out the issue. I made a website which is both fluid and responsive. I usually make my websites ...

1 2 3 4 5 2680