1
vote
2answers
38 views
CSS: inline, embedded, external or external parse
I was thinking about server load times and wondering what the most efficient way to add css is. What gets loaded fastest?
For my part, I think the external css is the easiest to …
3
votes
1answer
80 views
How do you make rounded corners in all browsers?
CSS? JQuery? What's the best and most efficient way to make rounded corners that work in all browsers?
I've tried a few and right now I'm making small divs that are positioned nega …
1
vote
2answers
279 views
How can I make a basic jquery rotator?
Are there any jquery rotators out there that are both basic and flexible? I've tried a bunch of carousel ones and they are not what I want.
It should have pager ability and trans …
0
votes
1answer
19 views
How do I make two-column layout so that the height of both columns is 100%?
Assume that
I want a two-column layout, say 200px wide navi and 400px wide content.
Either column can have an arbitrary amount of text (so I can't assume that the content is alwa …
1
vote
1answer
195 views
How can I make a lightbox effect on pageload?
I want to make a popup div appear on pageload with a lightbox type effect - how do I do that?
0
votes
1answer
85 views
Wrap text around image with html and css.
How can I wrap text around an image?
The image can be in the top left or right.
I'm thinking of using a graphical image for a drop case letter, or a profile picture with text w …
1
vote
1answer
109 views
Sliding Overlays
I'm looking for a snippet for an div with an image in the background and a translucent overlay that slides up on hover and down on mouse out.
0
votes
3answers
28 views
<b> or <strong>?
Let's talk html. Why am I told to use the <strong> tag instead of <b>? Was <b> too confusing?
1
vote
1answer
91 views
Style a Form Button With CSS
How can I style a form button or .net control button if I don't have access to the code to insert an image?
1
vote
3answers
47 views
How do I reset the CSS of a website?
How can I reset the CSS of a website?
0
votes
1answer
66 views
How do I change my text to lowercase, uppercase, title case with CSS?
Here's a couple snippets for CSS
<h1 id="title">Title</h1>
if you want to make the text lowercase ("title")
#title { text-transform: lowercase; }
if you want to …
3
votes
2answers
76 views
How do I force a page-break.
If I want to force a page-break if a user prints my html page, how do I do that?
0
votes
1answer
12 views
add a class to something based on its content in jquery?
I have a bunch of divs that have the same class on them. They are created dynamically, so I can't assign any further classes to differentiate them. Is there anything I can do to …
0
votes
1answer
20 views
Min-Height/Height
Is this the best way to do min height in all browsers? It seems kind of chunky
.container {
min-height:800px;
height:auto !important;
}
/* Internet Explorer */
* html .con …
0
votes
0answers
28 views
Styling Community Server Article Pages
The article pages on Community Server 4.1 get one template and it's hard to do any individual styling to make an article look like it's unique from the other ones. I needed a way t …

