The html tag has no wiki summary.
13
votes
10answers
1k views
What real advantages do web templates such as Bootstrap or HTML5 boilerplate have for a designer?
Note, this is about design much more than development.
I build sites from scratch with completely hand written CSS and HTML.
I've known about pre-build css templates such as Bootstrap or HTML5 ...
0
votes
1answer
32 views
Estimate number of characters to truncate
In website I am implementing I found that the maximum number of characters that I can display in a certain sidebar div is 17 M (uppercase M) plus the elipses. So that is the maximum I setup the code ...
2
votes
3answers
109 views
Is there a visual web editor based on bootstrap?
Bootstrap is a great framework, and I want know if there is a tool that gives you the possibility of dragging html components, re-sizing and moving them, changing colours, all while generating the ...
0
votes
2answers
57 views
Svg transparencies don't work as CSS background
I made a translucent svg. It was a 50% opacity round metal texture. When I put it above any other color it makes it look like real metal. It was made using Illustrator and had 2 of its effects: ...
3
votes
2answers
92 views
Identifying HTML colour codes placed in one pixel
How many colours at once can one pixel contain?
Is there a tool that can represent this pixel in a form of HTML colour codes? (And if there are many colours in this pixel, can this tool show the ...
3
votes
2answers
80 views
Text wrapping fill-last-line-first
I have a peculiar design for a web page that I have to implement from an already made design, and some of the text wrappings are filled bottom-up (in my case it's for bottom-left aligned thin text ...
1
vote
2answers
68 views
How can you get decorative dots or dashes between links in the sitemap hierarchy, using either CSS or images?
In the footer of my clients site, I want to give the users total clarity about where things are on the website so that they can quickly navigate there.
So I will implement what looks like a nested ...
2
votes
2answers
71 views
Layout with Tables - Hierarchy
In this fiddle there's a markup and style I'm doing for a website:
http://jsfiddle.net/UvJmP/
I am trying to represent data in this way:
D2's table data is contained in D1
D3's table data is ...
1
vote
1answer
62 views
In Dreamweaver (or HMTL and CSS in general) how can you style the ® Registered logo to be smaller and floating upwards?
On the web, using ® will make the Registered logo almost as big as the rest of the text. How can you modify the size of it to match how it would appear in print?
2
votes
4answers
87 views
Positioning a DIV before the previous DIV [closed]
I'm not savvy when it comes to HTML/CSS.
I use Typepad for my blog, and that limits me a lot.
There are four divs.
<div id="container-inner">
<div id="nav"></div>
<div ...
0
votes
1answer
380 views
Does Firefox support .ttc fonts? [closed]
I have the following css:
@font-face {
font-family: 'font name';
src: url('../font/fontname.ttc');
}
In Chrome it is working but in the firefox the font style doesn't apply, font get too bold not ...
-2
votes
3answers
123 views
What is that flash can do but css3 cant do [closed]
I am not asking to prove what is better, and since this is a forum for graphic Designers..i would like to have a list of limits and possibilities. For example, in flash if i wanted to make the whole ...
0
votes
4answers
141 views
Most reliable automatic mockup-to-HTML tool?
I like to design using Omnigraffle, which can save files in PDF and several other standardized vector formats. I realize that "mockup to HTML" paid crowdsourcing services are a dime a dozen, but what ...
0
votes
1answer
475 views
How to reduce a .ttf file?
I have a Chinese font file, the size of the file is 7.693 MB. Due to the size of the ttf file, the site loads only slowly. Is there any way to reduce the size of the .ttf font?
Thanks.
4
votes
1answer
75 views
How do you build a webpage with a main text body and 2 columns underneath? [closed]
I have a body of text that I am trying to layout in a visually pleasing way but I can not figure it out. The goal is to have this layout (see psuedocode):
<container>
<main />
...