Thread: Too many tables
View Single Post
Old 01-30-2009, 09:55 PM   #20 (permalink)
rezzy
Member Needs New Keyboard
 
Join Date: Nov 2008
Location: NC
Posts: 602
Reputation: 23
rezzy is on a distinguished road
Send a message via AIM to rezzy Send a message via MSN to rezzy
Default

Quote:
Originally Posted by nealrm View Post
No, it more advanced than that. I'm trying to get an image, the accompaning text and background to resize correctly. So far I have been able to only get 2 of the 3 to scale right.
Please link them. I would like to mention a tool which I found very useful in helping me work through CSS, and programming projects I work on.

Its a Firefox plug-in called "Web Developer". When creating css it will highlight the divs and provides alot of other helpful tools we programming the behind the scenes code and for getting layout stuff right.

One problem maybe, you havent used the right hook. CSS works by you creating a hook in the html code, then refrencing that in CSS and manipulating it.

For instance.
HTML
<h1>Header Text </h1>

CSS
h1 { font-size: 12px; }

This will make all h1 tags a small 12 pt font.

I just thought of another reason why CSS is great. It allows a level of interactivity to be introduced into your site. Hoverover effects in text, images etc. Without using javascript or some other bulky program.
__________________
Site Design - ResnoDesigns
rezzy is offline   Reply With Quote