CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
1
vote
1answer
20 views
After my studies at Codecademy.com
I've finished my HTML and CSS course at Codecademy and now I want to study Python. Before I do I would like to build a small website about the things I'm about to learn, just to practice my HTML and ...
0
votes
0answers
9 views
Creating color schemes in CSS and HTML [closed]
i was looking for tutorial which will explain me how to create and load color scheme on my HTML site. I have base.css green.css and orange.css. Now, when site is loaded default color scheme is green, ...
2
votes
1answer
281 views
Collapsible menu and amount of links in a web page
One of my pages contain three levels of a collapsible menu (JS + CSS from mycssmenu.com). There are a dozen first level items displayed to users, each one with various second level items, and finally ...
0
votes
1answer
70 views
How to show only disqus thread-votes and nothing else
I want to show just the thread vote portion of the whole disqus commenting system. How would I go about doing it? Here is an example of what I am asking for:
http://i.stack.imgur.com/7FvYO.png
could ...
0
votes
0answers
15 views
HTML structure and informations for image thumbnail - SEO [duplicate]
I wonder will the content which shows on focus for the images in this tutorial be indexed properly by search engines?
4
votes
2answers
327 views
Including Specific Characters with Google Web Fonts
I'm using the Open Sans web font from Google Web Fonts on my website. I only need the basic latin subset, but I do use the Psi (Ψ) character quite often as well and I would like to use the Open Sans ...
1
vote
0answers
14 views
Vertical alignment [migrated]
http://lucaszanella.com/
In resolutions lower than 1440x900, the 'all' div looks so 'down', and at bigger resolutions, it looks so 'up'.
The problem is that I have to use a 'padding-top:5%' for the ...
0
votes
0answers
15 views
WordPress CSS doesn't update [migrated]
I've got a new WordPress website that I'm testing that hasn't been updating properly when CSS styles are updated over FTP. I haven't got a cache plugin and I have cleared my browser cache and have ...
0
votes
1answer
190 views
Fixing google chrome text antialias for ttf fonts
I have found a topic which presents a solution on how to get antialising working in Google Chrome - Windows, but they use .svg format. I have a .ttf format and i import all of my fonts like this at ...
2
votes
1answer
51 views
What is the maximum safe line length in css files?
YUI Compressor and other minifiers tend to remove unnecessary whitespaces, causing long lines. Safari 5 seems to fail rendering some rules from the css files when the file has more than 5000 ...
1
vote
0answers
25 views
CSS float property on an iframe, widely supported? [migrated]
<iframe id="dropdownlist" style="height:27px; float:right;" src="http://www.a.com/a.html"></iframe>
Example: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe_align_css
...
-1
votes
0answers
21 views
Expand/Collapse OR Toggle : Is there a way to work with same code in all browsers? [closed]
I want to have sections expanding/collapsing or toggling or show/hide.
Is there any way/technique that I will not need to use different code for IE?
Lets say CSS only or javascript or whatever, can ...
-1
votes
0answers
14 views
Which background should I use? [closed]
please go to http://thomaswd.com/myport and look at the gray area near the top. What background pattern or color should I use? Thanks!
7
votes
7answers
12k views
Font displays differently in Firefox vs. Chrome
It seems that my menu bar is displayed with a different font stretch in Firefox than it is in Chrome. See the following:
Here is the CSS applied to this element:
font-variant: small-caps;
...
0
votes
0answers
14 views
Incorrect print rendering of italic fonts in chrome [migrated]
I have an HTML page with a rendering issue where italic fonts are being clipped by what appears to be the bounding box of the next letter. I've tested this on a HP LJ5100 with postscript (the only ...
2
votes
3answers
758 views
Check for duplicate 'id' values in a HTML page
I am developing a web application and I would like to check for duplicate id values in a HTML page. I am running the application on my local machine.
There is a way to do that?
P.S.: I am using ...
1
vote
1answer
64 views
Animation of a browser loading page elements?
Some time ago, I recall finding a visual explanation of the order web browsers load specific page elements, and how they stack and fit together. I was recently getting back into some web development ...
0
votes
1answer
194 views
SVG images grow and create scrollbars when on the server
Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine.
I upload the same file to the server and look at the page online and the SVG images have grown by ...
0
votes
0answers
55 views
Moving the title of a link [migrated]
I am not a HTML/CSS expert but I am in charge of developing and maintaining a website for my employer.
I have set of link in the middle of my webpage that I want to have a specific CSS applied to ...
0
votes
0answers
26 views
How to Grok (Modern) HTML & CSS? [closed]
I'm a programmer at heart, but I've always wanted to understand more about HTML and CSS. Unfortunately, every resource I have tried to learn with I have found lacking. Every book/tutorial I've read ...
1
vote
2answers
42 views
CSS files not updating on FTP transfer overwrite
I have a weird issue: I have made changes to a CSS document but when I upload it and overwrite the existing file nothing changes - the old file remains.
I have tried this on several FTP clients to ...
0
votes
0answers
49 views
Horizontal drop down CSS menus [closed]
I'm trying to setup some horizontal CSS drop down menus.
Where things get different for me, is that both main menu and submenu must both be horizontal, and text aligned right - purely for synthetic ...
-1
votes
1answer
47 views
Centering vertically with flexbox in Safari [closed]
I'm trying to center (vertically and horizontally) a big content img using display: flex and although it works perfect in Chrome, the code does not center the image at all in Safari.
I'm using Chris ...
0
votes
0answers
30 views
Bootstrap menus overlap on IE7 [closed]
I'm putting together a site using Bootstrap.
I've got two "navbar" divs, one above the other on the screen. In Chrome, Firefox and IE9, they look and work fine. On IE7 and IE8 (or rather, IE9 in ...
4
votes
1answer
103 views
What is the best way to optimise a site with lots of images for a Retina display?
I am going to have a website which will deal with a lot of images. What is the best way to optimise them for Retina display without having much of an impact on website loading times?
There seems to ...
0
votes
2answers
36 views
Does google take into account page load differences from caching?
Here's what I mean by that. If I use internal CSS, the page will load a bit quicker on the first time it is visited, but with external CSS a user can cache the document and load the rest of the site ...
-4
votes
1answer
25 views
Font creation for logo [closed]
I have a template and that template has a logo. The logo is something called "Cream". I really like the way it has been set up. I want the same style with different name. How to do that? The problem ...
0
votes
1answer
35 views
more capability from CSS [closed]
so i've just finished a book to learn CSS. (known HTML since high school but didn't have the initiative to pick up CSS 'til now).
anyways, ever since i started reading about pseudo-classes in CSS i ...
12
votes
4answers
15k views
How do I set expiration headers for CSS, JS, and Images?
I have recently analysed my website with pagespeed addon on firebug. It suggested me to set expiration on CSS, JS and image files.
I am wondering how do i do this?
0
votes
0answers
43 views
Media query best practice [closed]
I have just built a site and used at least 7 media queries however I'm still finding it broken on various devices/screens.
How many do you guys use and is there a best order for them to come in? ...
1
vote
1answer
44 views
Toggling between hidden divs instead of two links
For each entity in my site I have a 'joint' section (~30%), and a sub-section (~70%) which has two different options, meaning I only display ONE of them at a time. Currently I have two different links ...
0
votes
1answer
56 views
Preloading web fonts with visibility: hidden; bad for SEO? [duplicate]
I've started using a method to preload the webfonts via hiding them; whilst it works great, I'm not sure if "hiding text" will be viewed as bad for SEO?
All I do is something like this:
CSS;
...
3
votes
1answer
54 views
Predefined code styles or css library
Is there a (free of charge) predefined CSS library for C# code formatting available? I want to display my C# <code> blocks in a web page similar to the way it is displayed in visual studio or ...
7
votes
7answers
908 views
Can anyone list some real examples of 'HTML5' being used in the wild?
I am using HTML5 in the same way everyone seems to be using it these days, meaning: HTML5 tags, Canvas / 3D / javascript and CSS3.
I am struggling to find examples of sites that are using these ...
3
votes
3answers
1k views
Question aboud Headings For Professionals <H1>… <H9> in SEO & Browsercompatibility Differences
We all know the importance ans significance of Headings for Professional Webmasters. These were known for professional developers as <h1>Heading 1</h1> h2 ... h6.
As a daring webdeveloper ...
0
votes
0answers
20 views
website coloring: dark or bright? [closed]
When working on a website, is it usually better to use bright colors over darker ones? Let me explain a bit more.
Take facebook as an example; their "main" color is blue so they basically have white ...
0
votes
2answers
164 views
Making headers readable on a multi colored background
So the client wants a multi-colored background (think 4 colors of paint splats randomly all over the page. Because of this the headers are a bit hard to read. I've currently got them set up as black ...
-1
votes
1answer
28 views
simple menus are very simple to code in css then how they can violate copyright? [closed]
I had created a book on CSS which contains every trick to create menu, layouts, tables,etc. Does this violate copyright?
As I had used my codes instead of copying from other sites I think it does ...
1
vote
1answer
100 views
HTML Template Designs - Alternatives to Theme Forest
I'm looking to build a new corporate website using a ready made HTML theme so that I can focus on the business logic rather than on the presentation.
Any recommendations for websites similar and ...
15
votes
4answers
15k views
Is the Bootstrap CSS on a CDN yet?
Just checking to see if anyone knows of a CDN for the bootstrap css framework.
36
votes
7answers
5k views
Why should we use tags like p, span, hx tags when we can use CSS instead?
Why should we use tags like p, span, hx tags when we can use CSS instead? Is it important from an SEO point of view?
-1
votes
1answer
73 views
aligning 3 divs [closed]
I'm good at some things but html/css layout isn't one of them.
I need to lay out a page with two divs on the left, div1 (height 30%, width 30%) on top and div2 (height 7% and width 30%) below div1. ...
15
votes
10answers
5k views
Are HTML tables bad for SEO?
A lot of designers discourage the use of tables but I have a layout where I'll use more div structure to achieve something made simple with a table..
Are tables bad for search engines?
edit: I will ...
3
votes
2answers
820 views
Apache2 virtual host localhost doesn't render CSS when offline because of absolute path
I'm running apache2 on a local server. I use no-ip.com to route DNS to that server through my cable modem. While disconnected from the web and working on localhost my web pages don't render the CSS ...
2
votes
4answers
328 views
Javascript slider with fade [closed]
I've been scouring the web for a slider that offers a particular effect, but I can't find one. I'm hoping that someone here will be able to help out...
Specifically, I need a slider that will slide ...
0
votes
0answers
26 views
Internet Explorer css issues on site [closed]
I have been converting a static website to a WordPress theme and the layout displays fine in FireFox but not in IE (no surprise!).
The site can be seen on my online test page at onlinewpthemetest
The ...
2
votes
1answer
50 views
Need a study about average latency due to HTTP request and server processing time when downloading images that are a part of DOM
I'm writing a thesis about css sprites and need to know the of the average HTTP request overhead when establishing a connection to download an image file that is a part of DOM.
We conducted a study ...
1
vote
2answers
106 views
Google Cache CSS and HTML files are out-of-sync
I am monitoring the cached version of the main page of one of my sites. I have noticed something strange.
Obviously, the cached pages is displayed with the latest CSS file. Yet, the page content is ...
2
votes
0answers
45 views
Design scrollable table structure [closed]
I'm currently looking for a way to design a table structure with HTML and JS which should be
Horizontally Scrollable (It has to be possible to dynamically add new columns)
Tolerant to changing sizes ...
0
votes
0answers
150 views
Display RokNavMenu as a two-tier menu system [closed]
I am trying to modify the was RokNavMenu displays its dropdown menus.
Assuming a 3-level menu, I need to have level 1 and level 2 be horizontal and level 3 drop down from level 2
This image shows ...


