Skip to main content

Questions tagged [css3]

The tag has no usage guidance.

0 votes
0 answers
39 views

Need advice on approaches to saving data

The following code(JSFiddle here) is a grid-based code where I'm performing the following steps: I’m moving blue boxes from left to right (on the grid) after clicking Move Text Content! button. Here ...
Tan's user avatar
  • 151
-3 votes
1 answer
4k views

How do I set a darker background color on hover *without knowing the original color*?

I've tried everything related to filter and backdrop-filter, but nothing seems to work. I've searched online but not found a single article addressing this (which is odd). I simply want to set the ...
Nafur's user avatar
  • 21
0 votes
3 answers
494 views

Using the symbol ⎋ to denote any "escape" in Javascript, CSS, HTML etc

I know that: Computer keyboards have an Escape Key The symbol for the Escape Key is U+238B Broken Circle with Northwest Arrow (⎋) and I also know that: HTML5 & CSS3 both have escape characters ...
Rounin's user avatar
  • 285
0 votes
2 answers
92 views

Website Multi Languuage [closed]

I have one website and the website are now in HTML, that actually is structured: domain.com = English domain.com/es = Spanish domain.com/de = Germany I copied the HTML of English page to Spanish ...
Momed Jussub's user avatar
-3 votes
1 answer
537 views

What does it mean by Don't use IDs in selectors? [duplicate]

I was just trying IDs on the CSS tab and I noticed that a little warning sign appeared "Don't use IDs in selectors" Why does the CSS tap recommend me not to use IDs in selectors?. Is there something ...
Raj Patel's user avatar
7 votes
1 answer
390 views

Why CSS3 Basic Box Model is "Dangerously outdated"?

These days I'm learning CSS by reading specifications, but I noticed W3C marked CSS Basic Box Model Level 3 as "Dangerously outdated" without any further explanation. So my question: What's the ...
Sayakiss's user avatar
  • 285
15 votes
3 answers
3k views

Why doesn't CSS allow single-line comments? [closed]

I understand that CSS only supports multi-line comments like such /* foobar */ Why is there not support for single line comments. // foobar They are just as common in programming and seems ...
Goose's user avatar
  • 1,898
-7 votes
2 answers
2k views

How do I make such a page that opens different link in web (PC) and different in mobile (phones)?

I am building a website that looks beautiful in Web but worst in mobiles. I want to build the same site but different designing for mobile. Whenever user opens site.com then it auto redirect to m.site....
Ahmad Taha's user avatar
0 votes
1 answer
165 views

When to use CSS pseudo-elements? [closed]

::before and ::after are CSS pseudo-elements which allow stylesheet to specify the content. Apart from html usually specifying the content, When do I think of using these pseudo-elements?
overexchange's user avatar
  • 2,285
7 votes
3 answers
2k views

Where to put css media queries in a CSS file?

Where to put CSS media queries? Each after the related element class style or pack them at the bottom of the CSS files? which one is standard? or which one do you prefer?
Milad Rahimi's user avatar
1 vote
2 answers
3k views

How to make scalable modules in a div element

I'm interested in creating web modules that are encapsulated by a div element in a manner that, by simply resizing the div, everything in that div scales to the dimensions of that div proportionately (...
Lonnie Best's user avatar
1 vote
1 answer
2k views

Is it okay to use CSS3 with HTML4?

Is it alright to use CSS3 with HTML4. It seems like CSS3 would be a HTML5 complaint deal. But I'm not sure if that's the case. If it's not okay, what are the downfalls to using CSS3 with HTML4, ...
user avatar
-2 votes
1 answer
80 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 ...
John Smith's user avatar
0 votes
3 answers
2k 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. ...
Dano007's user avatar
  • 101
-1 votes
5 answers
440 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 ...
user2567191's user avatar

15 30 50 per page