Search Results

0
votes
2answers
86 views

Simple way to take css-styled box from another website?

I really like a div box that is styled a particular way on another webpage. I'd like to incorporate the box into my website. Is there a simple way that I could get the div box on my …
2
votes
2answers
497 views

how to remove all inherited CSS formatting for a table?

I have a table which has a certain style due to the css file for the page (it has blue borders, etc...). Is there a simple way to remove the css for that specific table? I was thinking some …
4
votes
6answers
182 views

Recommendations for places where I can get good css designs/ web 2.0ish buttons, tables, etc…

Im designing a website, and often I need to present information in a nice table, or need a nice button, etc... I need recommendations for any websites which have a large collection of these …
0
votes
6answers
182 views

What is this font? and CSS Help

This font in this image from the WhiteHouse looks very professional. What is the font? Is it just Times New Roman? Also, does anybody know how to use CSS to create something just like the i …
2
votes
5answers
197 views

Basic CSS Question: How to specify height of background image of div?

I have a an image not covering the background completely of a div. Can I specify the height of the image to make it larger? transparent url(http://www.example.com/picture.jpg) heigh …