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.
0
votes
1answer
20 views
Is there a CSS-only fallback for calc() for IE8
I know there is a CSS fallback for calc() for IE6-7. Likewise, I know there is a jQuery alternative.
However, is there a CSS-only fallback for calc() for IE8? If so, what is it?
2
votes
0answers
34 views
Making fluid 3x3 grid display of 9 divs
Fiddle | FullScreen
In the code above, i successfully managed to make a 3x3 grid of 9 divs (8 cloned via jQuery). The grid is centered horizontally but not vertically. Is there any not too complex ...
0
votes
1answer
46 views
Why is my CSS :hover @keyframes animation not working?
I am a newbie. Why is this code not working?
I want to make the bird fly.
My html:
<img src="http://dl.dropboxusercontent.com/u/105046436/tw.png" />
<br>
<div ...
0
votes
0answers
18 views
HTML5+CSS3+JS framework?
I'm looking for a framework to carry out part of my PFC. I have an application in android development that will display information on mobile.
Now, I want to develop a backend to manage that ...
0
votes
1answer
18 views
Target specific tab with hyperlink from other page on same website
I've got a page (documents.php) that contains four tabs, the 1st tab is set as the default and opens when one browses to documents.php
I need to be able to target tabs 2, 3 and 4 directly from ...
0
votes
0answers
11 views
Hardware accelerated CSS3 animations VS transitions VS jQuery animate for mobile
I am developing an app using PhoneGap and jQuery, and am a little confused about animations.
I decided to go with what I already knew, which was jQuery animate, and this worked great, except I came ...
0
votes
1answer
27 views
Add tip to Twitter Bootstrap's Dropdown Menu
The dropdown menu in Twitter Bootstrap's nav component has a "tip" at the top of the dropdown menu.
How can you add a tip to a normal dropdown menu?
<div class="dropdown">
<a ...
0
votes
0answers
24 views
moving divs or table with CSS with two buttons
I need a wide div or table divided in three tds. The middle one is visible (which I achieved by putting it into another div with overflow:hidden and absolute positioning within relative positioning). ...
2
votes
2answers
41 views
what does img[class*=“align”] (“star equals”) means in css?
What does this img[class*="align"] means in css? I have seen this in many css files, but could not understand why it is used and what it will do. Any idea?
4
votes
3answers
40 views
Browser Overflow … How to ensure Cross Browser, Cross Platform Testing and Compatability
My team is working on a new site which should be cross browser compatible (IE 8+, Chrome, Safari, Firefox, Opera) and cross platform compatible (Desktop, Tablet, Smartphone).
We've been looking at ...
0
votes
2answers
29 views
CSS equally distributed height and fill screen
Is it possible to make five CSS elements fill the entire screen (on top of each other), so that the height of the screen is equally distributed? Like in this sketch: http://imgur.com/iI6sQjM
-4
votes
0answers
15 views
I want to include a contact form as a lightbox in a responsive site [closed]
I want to include a contact form as a lightbox when clicking on an image
0
votes
1answer
27 views
Responsive web design: can i detect touch screens?
I want to create a website with responsive design. Now I would not only provide different CSS files for different resolutions. Ideally i will also provide different css files for different input ...
-3
votes
0answers
23 views
bootstrap using styling similar to jquery.vgrid
need advise, can anyone help me to achieve styling similar to jquery.vgrid with only using custom css on bootstrap?
seems bootstrap only provide grid styling which align horizontally, it can not ...
0
votes
2answers
14 views
Is it possible to use variables in seperate css files with sass/compass while still using shared mixins?
I am new to sass and compas, and I am trying to optimise my code. I would like to separate my css files, so I can have page specific css files only included in the pages that require them.
e.g.
...