Search results

  1. S

    Free vertical Menu?

    I want to create a fairly simple vertical menu. (free if possible) Right now I'm just using simple CSS and adding/subtr. what I need on the individual pages. It needs to have the same functionality as www.corporatecallcenter.com Especially that the 'sub-menu's' stay open when you...
  2. S

    CSS 100% Height?

    The background of the column is different than the background of whole page
  3. S

    CSS 100% Height?

    Using this layout, the main content may change longer or shorter depending on the page. When it gets longer (as shown in the code below) the orange box doesn't continue to the bottom of the page. How can I accompish this? I don't want to have to change the height EVERY time the content...
  4. S

    dealing with clients

    You get what you pay for. Applies to everything.
  5. S

    dealing with clients

    About the cap on the estimate. That's what an estimate is for, it's just an estimate. The best way to make sure you don't go over (and you sound like you won't) is to be VERY specific in the description of the Scope of work for the site. That way, you can say later, "That's outside the...
  6. S

    CSS Positioning

    Thanks Rare, That worked. I'm confused as to why though. Because every div element is within the 'body'? I thought body was more or less for organization of text.
  7. S

    CSS Positioning

    Should be easy buy I can't figure out whats wrong... I have a fixed width container that will keep the whole page in the center. For some reason, the container has a 5 or 10 px buffer at the top. Almost a margin. If I take out the margin tag, I get the same results... I can't figure out...
  8. S

    Tables page w/ Gradient sidebar

    Because the old site was based on tables, frames didn't cut it and I could get it to do what I wanted with frames. Stupid question... Is there a better way?
  9. S

    Tables page w/ Gradient sidebar

    Thanks! Thanks Voodoo, the original suggestion worked once I tweaked it. Thanks for you help! td.left { vertical-align : top; background : url(leftbar1.jpg); background-repeat : no-repeat; background-color: #71AFB7; width : 225px }
  10. S

    Tables page w/ Gradient sidebar

    Progress? Using this code, I get what I want...sortof... td.left { vertical-align : top; background : url(leftbar.jpg); background-attachment : fixed; width : 225px } The problem is that it seems to put down TWO background images. Both scroll properly which is what I...
  11. S

    Tables page w/ Gradient sidebar

    It's not working, not sure why... I tried also making the image fixed...but it doesn't position it correctly when you resize the web page. Still lost
  12. S

    Tables page w/ Gradient sidebar

    I have a page based on tables. Menu bar is placed on the left and this spans 2 rows. The right side is a top bar and content (two rows). On the left bar, I have a gradient. The gradient fades from white to green top to bottom (theres a reason for it to go top to bottom...) The image is...
Top