The css3 tag has no wiki summary.
1
vote
0answers
42 views
Combining position: relative with float in CSS
I have always thought of position: relative and float: left as different tools that should be used separately, with some features that overlap. position should be used for positioning things relative ...
-1
votes
2answers
56 views
How to manage styles on a group of websites
Up until now the styles were handled by a single CSS file (for each site).
I'm customizing it like this:
opened the site in Firefox
opened inspector/style editor
changed CSS values around until I ...
0
votes
3answers
396 views
How to approach multiple page form with just one save option
The screen shot shows the magento product upload page.
The left nav allows you to switch to different options for the product. Basically each option in the left nav appears as a different page. ...
-1
votes
5answers
320 views
Web programming most effort? [closed]
To create a website
I create Psd Files for the design (Phase 1)
I Convert these Psd's to html/css static webpages (Phase 2)
I add some javascript to these webpages (Phase 3)
I start the IDE "visual ...
-3
votes
3answers
2k views
HTML + CSS or HTML5 + CSS3 or HTML5 + jQuery [closed]
I want to be a good UI Developer.
I'm confused whether I should learn (I need some serious suggestions):
1) HTML + CSS + JavaScript or HTML5 + CSS3 + JavaScript or HTML5 + CSS3 + jQuery
2) Is it ...
1
vote
1answer
152 views
CSS3 shorthand properties
Working on my own I tought I need to learn that css3 shorthand properties, because - as I know now, it affects website's loading time, so I need to optimize it a little bit.
I was thinking - is there ...
9
votes
1answer
1k views
Why doesn't CSS natively support variables and hierarchy?
I am new to UI development, but I feel very uncomfortable with how CSS works.
My use case is that I wanted to apply some specific styles inside a particular div on a page.
CSS attempt:
div.class1 ...
3
votes
2answers
1k views
Less vs Stylus vs Sass [closed]
I'd like to start using a CSS pre-processor to cut down development time. Which one of these is the fastest from this perspective?
0
votes
1answer
180 views
Why Browsers do not resolve simple known issues? [closed]
Why Browsers do not resolve simple known issues such as:
(in the context of CSS)
Do NOT start a class name with a number! This is only supported in Internet Explorer
and
Do NOT start an ID name ...
1
vote
1answer
129 views
Should I provide fallbacks for HTML5/CSS3 elements in a web page at this point?
I'm wondering if I should bother providing a fallback for HTML5 tags and attributes and CSS3 styling at this point in time.
I know that there's probably still a lot of people out there who use older ...
5
votes
7answers
3k views
Is it necessary to memorize code?
I am a new developer, who just got hired at a big company. I don't know how but I guess they are desperate. However, I am well-versed with HTML5/CSS3 though things change and new things are released ...
3
votes
1answer
193 views
today's multi-device world for web development
With the huge explosion of mobile devices and addition of HTML5/CSS3, there seems to be a shift towards "responsive" designs (i.e., adapting to smaller screen sizes) which seems to be achieved using ...
0
votes
1answer
1k views
Visual Studio build everytime JS and CSS changes?
I am relatively new to Visual Studio Development and I was wondering - it seems that everytime I make changes to my JS or CSS in my project - I have to "build" the project again.
Is there any way to ...
5
votes
5answers
744 views
Wrong use of CSS3 Animations or not?
Well, I started using some CSS3 animations a couple of days ago. After hardcoding I've started trying different tools like Adobe Edge Preview version.
I made a short animation to get the ...
2
votes
1answer
152 views
CSS3 will be standardized by browsers?
I'm using CSS3 for the first time, but using specific styles with prefix for each browser looks strange. The need of using -moz-, -o-, -webkit- and another prefix turns the CSS bigger and harder to ...