Tagged Questions
-5
votes
2answers
64 views
Draw vector shapes for background of page
I need to create multiple vector shapes using HTML5-Canvas, SVG, CSS etc
I know I CAN achieve this via DIV's and Z-index etc but I want to find solution using vector graphics so that I can update the ...
0
votes
1answer
67 views
How do I get text in my html page to display features using the css stylesheet?
So I'm going through web design more in detail and by all means the text in my page should be size 20. I don't want to use html tags or javascript to make the text size 20. I want to use css. For some ...
0
votes
2answers
39 views
Is it possible to use variables to hold property values in CSS?
In a CSS file, is there a way to use variables for colors (or other properties)? For example, say I have the following code:
#container1 {
background: #ff0000;
}
#container2 {
background: ...
-1
votes
1answer
34 views
HTML5 depreciated <a name= in favor of CSS3 id : do i have to
Привет
HTML5 depreciated ' <a name= ' in favor of CSS3 id. Do i have to define every 'anchor id' in a stylesheet?
example of how i'm interpreting what w3c is 'saying'.
<p ...
0
votes
0answers
69 views
IE7 only pulling internal stylesheet and not external for HTML5shiv
I am rebuilding my companies website in HTML5, but they still want backwards compatability to IE7. I know about shim/shivs, but they don't seem to work in IE7 when I put my styles in an actual ...
0
votes
1answer
93 views
Override internal stylesheet with external stylesheet, without editing html
I use Joomla 2.5 and I'd like to override the features of a module which's CSS is actually embedded within the tag of the html pages the module is on. So in essence, it uses an internal style sheet. ...
1
vote
1answer
84 views
Run simultaneous animations in only CSS
I'm trying to run two animations at the same time. Everything looks perfect to me, but it acts really wacky and I can't figure out why. I want to keep the entire thing in CSS.
As posted in the ...
0
votes
1answer
388 views
CSS: Label vertical-align - not working for last label - why?
Question:
I'm trying to adapt the comment box from this site
http://www.mentby.com/Group/mono-aspnet-list/input-data-cannot-be-coded-as-a-valid-certificate.html
to my site.
I have successfully ...
0
votes
1answer
369 views
CSS3 transitions, how to set this code to play in loop
div
{
width:100px;
height:100px;
background:red;
transition:width 0.1s;
-moz-transition:width 0.1s; /* Firefox 4 */
-webkit-transition:width 0.1s; /* Safari and Chrome */
-o-transition:width 0.1s; /* ...
0
votes
1answer
215 views
how to change the action link button style in chhtml
i need to display the all button in same style. all button i but the div content and using class name i figured nicely. but only one button i need to put the html.actionlink type. but this button only ...
1
vote
1answer
258 views
Eliminating space between <nav> and <hgroup>? HTML5
This is my CSS:
header {
hgroup {
background: #1F1E1E;
height: 100px;
padding: 0px;
margin: 0px;
color: #FEFFFE;
font-family: Arial, Helvetica, ...
2
votes
1answer
62 views
How to define a clean-sheet HTML object? [duplicate]
Possible Duplicate:
Stop CSS styles to be applied in particular sections of the code
HTML code inserted into WordPress with many plugins (each of them probably has it's own style) inherit ...
0
votes
1answer
287 views
Inline CSS Styles Work, but External CSS Styles Don't
I need help. This is ridiculous.
I'm using Komodo IDE, version 7.1.2, and Firefox version 15.0.1.
I created an HTML5 file like so:
<!DOCTYPE html>
<html ...
0
votes
2answers
136 views
Styling definition lists horizontally with term ontop of definition
I have a piece of code, say
<dl>
<dt>term 1</dt>
<dd>My data</dd>
<dt>term 1</dt>
<dd>My data</dd>
<dt>term 1</dt>
...
2
votes
1answer
531 views
add background “bars” to extend header image with color. or put image over div bars
I basically made a header image for my site and the sides of it have black on it. I want to extend the header so it goes for the width of the user's web browser with black "bars" as if the header ...
0
votes
1answer
178 views
customizable navigation/troubleshooting
I'm a complete beginner when it comes to HTML5 and coding in general... I've been prototyping using Zurb Foundation, and have the following code used for my navigation. It works so that when shrunk in ...
1
vote
2answers
276 views
HTML/CSS: how do I propperly style this menu?
I am learning to create CSS menus WITHOUT floats. I got a partially "working" menu so far. However, the main menu's borders are separated. Also the submenu's borders are sized in half and the hover's ...
1
vote
3answers
1k views
Unable to render MVC Checkbox/Label combo in one horizontal line
I have an MVC 4 (Beta) View with the following markup:
<div id="ConsentToMarketingEmailsPart">
@Html.LabelFor(m => m.ConsentToMarketingEmails)
@Html.CheckBoxWithTooltipFor(m => ...
2
votes
3answers
196 views
Is it possible to have separate css stylesheets that are automatically loaded depending on what browser the website is being accessed from?
The reason I'm asking is because I finished a lovely homepage design and only viewed the website in chrome and safari on osx then I decided to open firefox and certain things broke.
Also an issue I ...
1
vote
7answers
3k views
HTML not loading CSS file
I am completely stumped as to why this doesn't work. It seems the HTML file can't load the CSS for some reason, even though both are in the same directory. Any idea what might be the problem?
...
2
votes
2answers
170 views
CSS: Position a div vertical to the text height
I'm looking for a solution, to position a div-element (with a fixed width) near to a text, like in this example:
What is the most common solution by using CSS ?
-1
votes
1answer
124 views
Fill 100px DIV with exactly 10 characters, what is the font-size I should use?
I have a DIV which is 100px in width, in each row, now I want to fill exactly 10 characters, what is the font-size I should use?
4
votes
2answers
20k views
Simple HTML5/CSS3 background image transition on mouse hover
I'm trying to understand the simplest background transition possible using only HTML5 and CSS3. Searching through stackoverflow I've learned it can be easily implemented using external libraries such ...
0
votes
2answers
843 views
CSS: Why does fixed element NOT start at the top of the page in this example?
In this example, why doesn't the fixed #header (the at the top) start at the top of the page, but in this example it does?
The only difference is that i changed the "margin" of #content to "padding" ...
4
votes
3answers
2k views
What is wrong with this HTML5 <address> element?
<div id="header-container">
<address>
<ul>
<li>lorem ipsum</li>
<li>(xxx) xxx-xxxx</li>
</ul>
...
2
votes
3answers
262 views
Are there any use cases for using the HTML5 <link rel> attribute combination of stylesheet and next?
The HTML5 spec states:
Each link created for a link element
is handled separately. For instance,
if there are two link elements with
rel="stylesheet", they each count as a
separate ...

