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
11 views
Fluid Header, Footer and 3 columns CS layout (Cross browser)
I need a CSS code and HTML for a Cross browser CSS layout (IE7+) with Header, footer and 3 columns (midde/left/right) middle section. I want the MAIN (see illustration) to have flexible width, but ...
0
votes
1answer
24 views
Media queries management
I am new to media queries and I have the following problem. I need to fit this easy layout (www.spiaggiati.it/antani/) for smartphones and tablets in particular (desktop are not so important for this ...
0
votes
2answers
22 views
preserved-3d not working IE10
<body> <article class="viewport">
<section class="cube">
<div>
<div class="part psm"><span data-href="#test">C1a</span></div>
...
0
votes
0answers
23 views
Safari browser not rendering CSS correctly
I have created a mobile site which is working in chrome, firefox and even IE9, except the safari (both desktop & mobile)
The problem is with the header text. By default the header texts are
...
0
votes
0answers
19 views
Is jquery code from htmldrive.net for free for commercial websites [on hold]
Could you please anybody help me out for my question. Actually i want to use j-query code from html drive.net for my client. But i have a doubt like whether i can use it for commercial purposes and ...
1
vote
1answer
23 views
Make a long line of characters wrap in HTML
Users can enter text in a particular form of mine and I want to display that text in a table format. But sometimes users enter really long lines without spaces. So the text forces the table to be too ...
1
vote
2answers
27 views
List-style goes away with inline-block - but I want my list decorators to stay
How do I get them to stay?
I have the following list - the moment I add to my list li display: inline-block; the custom list decorators I designated disappear.
Is there a CSS way of keeping my list ...
0
votes
2answers
30 views
Use round corners without gif and add background color on top and underneath instead of gif
I am trying to create an email template.
For the bottom and top headers I wish to use round corners but the only way that I have managed to do this now is using gif files...How can I do this without ...
0
votes
1answer
22 views
I need a Slideshow [on hold]
I need a simple slideshow with the following features:
responsive
auto play
pagination (those small dots)
prev/next buttons
handle videos as well as images
stop on hover
stop while video is playing
...
0
votes
2answers
27 views
Prefix for CSS3 isn't required?
I was busy with my website using latest Chrome.
For no reason, I just started searching through code using Inspect Element.
I scrolled down, after I saw some rare happening. -moz- -o- -ms- -webkit- ...
2
votes
1answer
31 views
Keep div displayed when input inside of it has focus
<div>
<input type="text"/>
</div>
I have a div element with input inside of it. Now, this div has display: none property on it. Now, when I display the div (by hovering at ...
0
votes
2answers
45 views
target css of parent div [duplicate]
Say I have the following mark up
<div class="xxx yyy zzz"> <!-- This div is generated by JS and the class names change all the time -->
<div class="aaa"> Hello </div>
...
1
vote
1answer
35 views
Why did my #wrapDesktopNavBar disappear on desktop view?
The following is my css. i'm not sure why when i open up my website on dekstop view, my #wrapDesktopNavBar does not show. Please help me look at it thanks :)
@media screen and (min-width: 800px) {
...
0
votes
2answers
29 views
Fixed position relative to parent element
I am relatively new to CSS. I have run into a problem where I am trying to fix an element next to its parent element. I am able to do so with the following code:
Parent element:
#search_results{
...
1
vote
1answer
31 views
Where @font-face saves font files on your computer?
I am using @font-face to refer new fonts and it works fine.
My question is: are the font files downloaded to the computer from where my website is being visited or just stored temporarily? They do ...