The third and last edition of the Cascading Style Sheets styling language (often shortened to CSS3) brings together powerful visual capabilities and versatile design manipulation techniques.

learn more… | top users | synonyms

0
votes
0answers
18 views

How to generate CSS3 gradient background

I'm working on a website from a PSD. In a section, I've seen that there are a mixed background color. I think It'll be a best way to match the color if I can use CSS3 gradient. But, I can't use CSS3 ...
0
votes
1answer
12 views

Responsive scroll content

I want to do a section in my site which has notices into a scroll, but i also want it to be responsive but i can´t because i cannot assign a fixed with to my list items. I will like to know if some ...
0
votes
2answers
36 views

howto “addClass” if value not exist on page

i'm trying to add a css class to a field "specia"l if another selector"normal" not exists. (function ($) { $(document).ready(function(){ if ($('.normal').length) { ...
1
vote
2answers
41 views

CSS gradient: simulate progress bar

Trying to simulate this progress bar using css. It has two backgrounds and one of the backgrounds should only cover a part of the bar, behind the text. The width of it should be easy to manipulate ...
0
votes
1answer
9 views

Media queries for different orientations?

I have an app with loads of videos in, i'm trying to use media queries to define the size of the video to be displayed for each device. So far i have been able to get the media queries working only ...
1
vote
2answers
37 views

JQuery/CSS - How i can set imagem full size of div

html: <body> <div class="divD"><input type="button" id="x" name="button" value="Search" onclick="showUser()" class="button"/></div> <input type="image" ...
0
votes
2answers
34 views

Run JS / JQuery if CSS is supported

How can I run js / jquery if this CSS3 is supported. I am already using modernizr, but how do I use it to detect support for this exact style and not one of the pre-build tests for features. The CSS ...
0
votes
0answers
12 views

How can I apply css styles to images in a swiffy conversion?

I've converted a Flash SWF to HTML5 using Google Swiffy. The animation has an image that slowly scales from 100% to about 80%. When running the HTML5 version in Chrome, the image looks shifty and ...
-3
votes
0answers
39 views

use CSS content property to write content in real elements

I have two questions, they are concerning using the content property in already existing elements in the DOM— meaning not pseudo-elements. First, i have heard from some that content can only be ...
0
votes
1answer
18 views

CSS3 media query doesn't work

I have the following code: it is supposed to work for screen resolution 1281px and above. But When I re-size the screen it still applies the same screenAllLarge.css CSS file I also changed ...
0
votes
1answer
31 views

CSS Height change from set value to dynamic on mobile

Im trying to change the the height of my container from 527px (Which is the height of the background for the desktop) to make the background image hidden and make background color stretch to the ...
0
votes
0answers
14 views

CSS Layout with Table Heights

I'm trying to make the following layout work.... http://jsbin.com/aqoseb/9/edit In chrome it works perfectly, but in Firefox/IE10 the scrollbars don't appear on the central content region. This is ...
0
votes
2answers
25 views

How to dynamically repeat-x on a background image of a child, depending on the width of the parent element with CSS/jQuery?

I have a menu <ul> <li class="parent"> Dynamic text content <ul> <li class="child"> Dynamic text content1 </li> <li class="child"> Dynamic text ...
0
votes
0answers
7 views

DIN Next (bold) rendered on iPad as 3d

I'm using DIN Next (bold) (from fonts.com) for headlines in my site. Works perfectly fine on desktop, but when rendered on iPad it seems to get transformed to 3d (image bellow). This only happens ...
0
votes
2answers
42 views

How to apply properties over parent elements using css

I have a div with id thdiv with the help of that id. I need to apply css properties over div with id fdiv I tried this but not able to get the desired result <div id="fdiv"> Hello <div ...
0
votes
0answers
10 views

How to use the bootstrap's scrollspy function with a non bootstrap menu

this is my first website without a CMS and I am little lost with jQuery. I'm just trying to activate the elements of my fixed menu depending on the position where the user is. I am building my site ...
0
votes
0answers
10 views

Font doesn't look good in Firefox (hosting in AWS)

My font doesn't look good in Firefox, but it does in Chrome/Safari/IE. Have already corrected for CORS, so it's definitely reading the @font-face kit (which I generated using font-squirrel) The ...
0
votes
2answers
32 views

crop image when overlap in responsive web design

i am creating a responsive web design containing images....i want to know if there is any way i can crop images when they overlap i.e if i have two images in one line image 1 and image 2 image 1 is at ...
0
votes
0answers
22 views

CSS: How to force child to use parent height in sticky footer

#wrapper { display: table; min-height: 100%; height: 100%; margin: 0px auto; } #header-wrap, #content-wrap, #footer-wrap { display: table-row; height: 1px; } #content-wrap { ...
-1
votes
0answers
21 views

How to create arrow with transparent background [closed]

How to create arrow with transparent background http://prntscr.com/16flii
0
votes
1answer
23 views

jQuery: Firefox doesn't show file select dialog on certain input[type=file] elements

Summary: I have several input[type=file]elements all across my web app, that do work well. Well, 99% of them work just fine, but just now, I ran into a case, where Firefox does not show the file ...
0
votes
1answer
23 views

Dynamically re size inner div (bootstrap modal)

I have the following HTML for the modal. When the seach-result-view is dynamically populated with content from the database(using ajax) it goes off page. I.e the content in seach-result-view goes off ...
0
votes
1answer
36 views

typing in textarea super slow when lots of text inside

I tried this in Chrome. Having a textarea with a lot of text inside, editing the parts at the end become super slow. The cursor and the keyboard input response comes to a crawl. But if I make it so ...
0
votes
2answers
37 views

How do I align an icon right next to “Click here”?

How do I align an icon right next to "Click here"? I was able to use the below CSS to accomplish it but on a PC when using firefox, chrome, and safari the icons are not aligned. <div ...
1
vote
1answer
22 views

CSS3 fade in, pause, fade out on hover

I have a number of divs (boxes) that when you hover over them apply a coloured overlay that fades in and fades out when the mouse leaves the div area. Using CSS3 alone, how do I adapt my code to do ...
0
votes
5answers
53 views

HTML Screen resolution

I'm having problem with pixels on web page. I have cover image on body and button on it. When page does resize, button is moving too. I want to stay button there where I put it even when screen ...
2
votes
3answers
51 views

Responsive design and image sizes

Q. What technique is the most efficient in terms of image load times and performance...? Scenario 1. Is it to load a different size image by using a media query, as below: /* Smartphone */ @media ...
0
votes
2answers
25 views

css dropdown menu goes under slideshow

I'm creating a css dropdown menu with css3. After that navigation, the page has a slideshow. the problem is when I'm hovering the dropdown menus, it's going under the slideshow, as a result the ...
-1
votes
1answer
25 views

Compare css selectors performance

I have such code: Html: <ul class="list"> <li class="list-item"> item 1 </li> <li class="list-item list-item_active"> Active item </li> <li ...
3
votes
1answer
28 views

How to get Visual/Partial Text from WebView?

Before posting this question I have searched a lot on this, however couldn't find any work around problem. I have a screen with webview, I have configured webview with following settings: 1.WebPage ...
0
votes
2answers
17 views

CSS3 transition on box-shadow at :active

Is it possible to use :active for animating a change in box-shadow with duration and delay. I have a change in color on :hover with duration. Apparently the same approach doesn't work for ...
3
votes
2answers
60 views

Apply CSS properties when transition ends

How do I have the properties of a declaration apply to an element after the CSS3 transitions end? I have something like: .something { background: blue; padding: 10px 0px; background-clip: ...
-2
votes
1answer
38 views

Web page layout design using div [closed]

I design a webpage in HTML using DIV. It contains Header, content and Footer.I need that footer at the bottom of the page.if the content data is increases the footer automatically go down. but when no ...
0
votes
5answers
46 views

How to make a div with a cutted corner and a box-shadow

How to make a div with a cutted corner and a box-shadow (all that in CSS3 only). Looking and trying things for days, but the only way i found is with the new "filter: drop-shadow" which is not yet ...
0
votes
2answers
48 views

Why does this website show a menu of different width in different browsers?

Link The problem is in the jQuery Mega menu. It somehow displays correctly on Google Chrome Linux and Internet Explorer (Windows 8), but incorrectly on Opera (Linux), Google Chrome (Windows), Firefox ...
0
votes
3answers
24 views

Footer overlap the overlaping divs - CSS

Float Image and div respectively left and right. After float footer was mix with image and div. html <img src="images/AboutUs.jpg" class="about_us" alt="about us" /> <div ...
0
votes
4answers
39 views

How do I “shift” an entire website downward (vertically)?

I had a simple web design made for a client. 3 months later, the client wants a notification bar installed at the top. Easy. Hopped on to CodeCanyon and found a feasible script, saving me hours. One ...
1
vote
1answer
35 views

CSS Hover on Elements with Transformation [Chrome/Webkit Bug]

I have a div I'm applying a transform to with CSS. The actual transformation is as follows: .trans{ transform-origin: right center; transform: perspective( 600px ) rotateY( -30deg) ...
7
votes
2answers
79 views

Is there an existing or upcoming CSS3 selector for matching substrings of attribute names?

You can do [foo^="bar"] to match nodes which have the attribute foo with value starting with bar. Is there a way to match nodes with an attribute name starting with a particular string? The use case ...
0
votes
1answer
37 views

HTML overflow CSS not working

Webpage I am referencing The CSS: a img { bottom: -30px; right: 0; position: absolute; overflow: hidden; -webkit-transition: all .1s ease-in-out; ...
2
votes
2answers
61 views

CSS Transform Translate to center of Window

I have a list of elements and upon a specific action, i'd like to apply the css-transform translate to move it into the center of the window. I know css-transform is used to relatively move an ...
1
vote
1answer
46 views

Graphical Tree Creation

I'm fluent with CSS/HTML Decent with CSS3 and HTML5 and Jquery. My project is using Asp.net MVC, LINQ, Razor. Just incase the later is important. I am trying to create a graphical tree for the user. ...
1
vote
3answers
29 views

Keep the same colour after page refresh

When I click the div, the color of the span changes to red, as i expected, but when I refresh my page the color isn't red, it returns back to original color, in my case green. How can I preserve the ...
0
votes
1answer
27 views

applying jquery to single media queries

I'm trying to add different values to the jquery based on below in relation to the media query. HTML <div id="content"> </div> JS $("html,body").animate({scrollTop: 360}, 1000); ...
0
votes
3answers
41 views

CSS Transition not working properly

I have the following code: http://jsfiddle.net/8TG8L/ On another part of my HTML I can get the transition CSS to work great, but here on the right hand side I cannot get the transition to have any ...
0
votes
1answer
34 views

How do i enable hover effect on an image if the text before it is hovered?

If .text is hovered, how do I also haver .imageis? <a href="#" class="text">All My Clipboards</a> <a class="imageis sprite_image_base" href="#"></a> I tried doing ...
1
vote
1answer
30 views

iOS occassionally gets a “smeared look”

Occasionally while a page is loading, it appears as though there is some sort of rendering error, where the page just smears the font that it is currently rendering. I cannot actively reproduce this ...
0
votes
0answers
29 views

Problems with inline-block and CSS3 circles in Firefox

Current Problem: Trying to fit a status indication icon (CSS3 circle) next to a chat icon. Am using inline-block for both elements. Works fine in Chrome, but Firefox renders a distorted circle ...
0
votes
1answer
22 views

Make an anchor tag stretch to be the size of its background image

I'm trying to display an icon as a background image behind a number. <a id="youhavemail" href="messages.php">0</a> #youhavemail { background-image: url("images/mail.png"); ...
0
votes
2answers
26 views

Can't make ribbon edges stay on top

So , I modified a wordpress tabs widget so that I could make it look like in the image I attached, only that I have one problem. I can't make the ribbon edges stay on top of the website layout. I ...

1 2 3 4 5 308