HugoGiraudel
-
animate css not working on firefox
Please, make a CodePen or a JSFiddle. Hard to debug code without seeing code.
-
How can I tell if my website looks right in older browser versions besides Chrome?
I have very unpleasant memories of IETester. A very buggy software which doesn't represent in anyway the reality.
-
Is less better than Saas ??
I think both SAAS and LESS made Css so complex. I think this is because you somewhat missused them.
-
What is wrong with this box-shadow in my live project?
I thought only these 3 positioning can have z-index by default. Does static position have z-index too. One of these 3 types of positioning is required for a z-index value to be interpreted by the browser. All elements on the page have a default…
-
What is wrong with this box-shadow in my live project?
@HugoGiraudel, how's understanding z-index going, need some practice? ;) Not so much. Don't have enough time to work on this. :D
-
styling HTML hierarchically
Why does it not work if I drop "tbody"? Or why does this not work? Probably a specificity issue.
-
Line-through not visible enough
Sounds a bit complicated. Don't like messing too much with line-height. I know there are some inconsistencies between browsers.
-
Line-through not visible enough
Clever technique. How does it behave in old browsers?
-
Line-through not visible enough
Change your padding into a margin. Please, use my second Fiddle instead of the first. It's more efficient.
-
Line-through not visible enough
You could use a pseudo-element instead: http://jsfiddle.net/Qc9rQ/. Edit: you should probably use both. Some old browsers do not support pseudo-elements. Edit 2: updated not to avoid setting the color again: http://jsfiddle.net/Qc9rQ/1/.
-
New line started without using br or p tags? (HTML)
You should put your scripts at the bottom of your document, no matter where they are called from.
-
How much margin and padding between major sections?
I believe you're looking for informations on "vertical rhythm".
-
How to style search input Using html only
HTML is a markup language; you cannot style things with HTML. I think you meant CSS. The behaviour you are looking for has nothing to do with a search input or something. It has to do with the default behaviour for a form with a submit button: http…
-
How are pens featured on CodePen? Criteria?
It's like Google's page rank algorithms: secret. :)
-
LESS variables problem
http://alphapixels.com/prepros/ seems to do the job pretty well.
-
CSS Horizontal sub menu help
Oh, waw. I should definitely pay more attention to post date. :)
-
CSS3 Columns: load Left to Right instead of Top to Bottom?
By default, all content that is structured using CSS3 Multi Columns will load vertically from top to bottom until the current column is full…and then move horizontally to fill the next column… Yes, this is what "column" means. I'…
-
Property without prefixes
I don't like the experimental flag, doubt anyone other then developers will enable that so what's the point? Prevent the CSS background from being a blurry mess with 5 lines per property.
-
LESS variables problem
JavaScript can compile LESS stylesheets on the fly but you shouldn't ever do that. It's terrible.
-
CSS Horizontal sub menu help
Please, use CodePen or JSFiddle for reduced test cases.
-
Property without prefixes
-webkit- Safari, Chrome (and other WebKit-based browsers) Not anymore. Chrome is running on Blink now. -o-, -xv- Opera Software Same here. Opera is running on Blink.
-
Media Queries Not Working on Opera,Firefox and IE.
Add a space before the conditional stuff. @media screen and (max-width: ...)
-
Is there a way to give border width?
Seconded. Usability and ergonomy should come before pure aesthetics.
-
one css file or more is better?
However, if you have multiple pages (perhaps each with separate sheet) then the extra request MIGHT be justified because a single combined CSS sheet might be take longer to load than 2 sheets with an extra request. I hardly think so. Once Gzipp…
-
How to show part of article by css?
Don't output content that won't ever be displayed: it's useless. Make your backend code output only what you need.
-
Custom width for google chrome
Please, provide some context.
-
SCSS + Sublime Text
Even on my SCSS files, ST2 says it's Sass. :)