CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
0
votes
0answers
18 views
What is the average page size for single page application (SPA)? [on hold]
I'm developing a single page application with a lot of css & javascript. For now the page is 1.3Mo composed by 5 section. Here are the rounded stats :
Document : 10kb
Style : 60kb
Images : 450 ...
0
votes
0answers
6 views
css: zoooming-out inside the browser moves rightmost floated div below other divs [migrated]
I am seeing something strange in both firefox and chrome when I increase
the zoom level inside these browsers, although I see nothing wrong with
my CSS... I am hoping someone on this group will be ...
0
votes
0answers
3 views
Change the value of a declaration for a given selector and property in a CSS style rule [migrated]
The example changes the class for all elements in the document for a specific class value. Instead to get the same result for the reader, how can the onclick leave the class values alone (rsx/rsx-in ...
0
votes
0answers
10 views
Fill up a <div> with text and <input> [migrated]
How can I fill a <div> element with text and input so if the <div> get resized the input becomes shorter/longer?
I'm sitting since 2 hours and I just can't get it right.
0
votes
0answers
6 views
Header margin causes mysterious vertical scroll bar to appear [migrated]
Does anyone know why adding a non zero margin to the top most <div> causes a vertical scroll bar to appear even when the page is nearly empty. I've been experimenting with the following code for ...
0
votes
1answer
40 views
Is possible create a Microblogging Service in HTML and CSS? [closed]
Is possible create a simple Microblogging Service in HTML and CSS with Login similar to Hatena Haiku?
PS: is possible to host in Google Drive?
2
votes
1answer
65 views
Can Google see CSS transitions?
I heard that Google "rewards" you for styling the links differenty from other text that are not ought to be clicked. It makes sense I guess.
But what if my links are black, like the rest of the page, ...
1
vote
2answers
53 views
The actual difference between styesheet in the header and a seperate file
Am wondering if someone can give me an opinion on this.
I have always been taught to have all of the CSS in a separate file that is referenced from the head of the page. Reading this article ...
3
votes
1answer
93 views
Duplicate content on the same page - SEO ramifications?
In certain situations, I've seen Responsive Design websites with duplicate content on the same page. The pages had duplicate HTML structure and content in some parts of it due to Responsive Design.
...
0
votes
1answer
83 views
Using a CDN for CMS software (multiple sites)
I'm currently researching ideas for the media management side of a CMS I'm writing. I was looking at having images served from a CDN which is fine on a single site, but I want all sites that run the ...
3
votes
3answers
161 views
Responsive web design on the “frontend” vs “backend”?
Apparently there are two ways you can do responsive web design. I'm not sure how to call the two methods but let's just say they are frontend and backend:
By frontend I mean, the usual way where the ...
1
vote
1answer
226 views
Problem loading a local file in html using the “iframe” tag
I am trying to load a local html file within an iframe but nothing happens. I hear this is a security feature of my OS (windows 8). I am designing a website that is not domain registered yet and need ...
0
votes
0answers
18 views
unable to scroll to the right on certain mobile devices
I've noticed that on certain mobile devices users are unable to scroll to the right or zoom in or out. Up and down works as expected. I don't know if this is relevant, but I am using Wordpress 3.6 ...
0
votes
2answers
112 views
Exactly what is Google's PageSpeed Service recommending and how to optimize CSS?
Looking at my webmaster tools, Google kindly recommended that I could further increase the performance of some of my sites and to look at the recommendations provided by their PageSpeed service.
So I ...
0
votes
0answers
12 views
Analyzing a specific style of element in browser
I want to watch a specific style of element. For example, I want to analyze background-color of a element. I want to know which the color of it comes from, for instance, a class, a id, or parent ...