Results 1 to 2 of 2

Thread: Dreamweaver goes sideways

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dreamweaver goes sideways

    I am trying to put a javascript in the top of the page it works pefectly well but the client wants to be able to edit the site himself and the script seems to send the whole site sideways in dreamweavercs3 busting tables etc etc can you advise an easy fix I have been banging my head with div and tables but nothign seems to keep the site together in the editor. Also he is on a Mac I am on a pc he sees it perfectly in Firefox but not safari..........blaaaaah

    http://www.generationalhousingspecialist.com/NEW/


  2. #2
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    One thing I noticed and would just eleminate is the following code:
    {
    scrollbar-face-color: #1155A8;
    scrollbar-highlight-color: #ECE6CD;
    scrollbar-3dlight-color: #466B64;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #F78E0F;
    scrollbar-track-color: #033468;
    }

    I know it's a great bit of code and everyone loves to use it but it makes your page invalid. I was using it too but browsers are not even reconizing it any more. Mine dose not.

    As for the page not displaying right though, it displays well in my browser.

    How are you placing the banner in at the top of the page? If you are using tables to do this, you might want to try something coloser to what I have done on my site. I have done it purely with an external CSS at the top for my banner. This also makes for very easy updates of the banner.
    If you want me to post a link to my site here just let me know other wise you can check it out in my profile.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •