Link to home
Start Free TrialLog in
Avatar of designaire
designaireFlag for United States of America

asked on

css side column heading

I'm trying to extend the header color and lower it. (see graphic) I'm using css. How would I do something like that?  Create a separate class for each square. Right now I have a column outside the main page. User generated image
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

The graphic gives us zero information.  The problem is in the CSS or the HTML.  If you post the code you have a chance of getting some help.  A link to the page would be even better.

Cd&
Avatar of designaire

ASKER

It was more of a general question, on how to approach the CSS. I wondered if the side piece would just be another column. If you did that you'd have to hand code each side piece. I was just wondering if that was the best way to apporach it.
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could insert a div before the title with and give the div css top:-5px;left-30px; (numbers are examples).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I finished it, not sure it's the best way but...