Is Using Opacity for Text Hierarchy in CSS a Common Practice?
What do you think about using opacity to differentiate text hierarchy (such as the contrast between body text and titles) in CSS?
Pseudo element Z-index issue. Can’t position container with white background above pseudo element with red border
I have 5 boxes, and each of them has a white background.
I want to position a separate pseudo elements behind these element that move on hover. The pseudo elements are placed, but the issue is, that they are above the white background. I need to run behind it.
Increase Tab Widths [closed]
Closed 3 days ago.
Increase Tab Widths [closed]
Closed 3 days ago.
How to ignore a particular line of CSS on a child, based on the parent?
Let’s say I have the following parent classes: .TestPageA, .TestPageB, .TestPageC
.
How can I make a table that has position:absolute to expand and fill available spaces in its container?
I have a table
inside a div
. The table
has position: absolute
with inset
defined:
Using “Context-based” CSS Class Names
This morning I found a note on my desk with some tips from a higher up developer who had been looking over some HTML/CSS I had put together.
Css design skills
I have seen this article: CSS3 Loading elements at HTML5 and CSS3 Tutorials pages.
Is it better to use multiple html pages or just change content on the same page using JavaScript?
Is it better to use multiple html pages and link them together with href
or just change content on the same page using JavaScript? I am thinking of how to layout a page and I don’t have a lot of content. It would probably be about three of for pages if I just used all html. If I toggled and swapped bits of html around using JavaScript, I could probably fit it all on one page, and it would be a bit “cooler”, in that it’s more of an application, dynamic, etc. But I’m just wondering what the best way to go here? Is it horrible to have to much JavaScript “squashed” to one document? How do you know where to draw the line when thinking about this?
Next step after creating mock-up screens
I have created some mockup screens for my app in HTML/CSS. I have 4 screens in total.
They contain no client-side coding i.e. Javascript or jQuery.