Hall Templates


Website Templates


Today's Deals



Newsletter
Subscribe to our newsletter and get all of the latest tips and tricks sent directly to your email!

E-mail

RSS Feed
Get the most recent posts sent to you directly by subscribing to our RSS feeds!

Oct
14

Can you help me with my Dreamweaver site?

Programming & Design

  
dreamweaver templates
garyedwardjohnston asked:

First look at this page in both IE and to see my problem:

http://garyedwardjohnston.com/Assessments.html

I don’t know why but the on the right side of my out the on the left very strange in IE. Works great in though. Go figure.

I’m using the “Halo Right Nav” Dreamweaver CSS template. (Actually even before ANY changes to the template the problem exists. LOL

Can you give me an idea of what I need to do? Thanks a load.

Sphere: Related Content



Tags: , , , , , , ,


Top Recommended Ebooks

  1. »­­­­­---→@ Says:

    I don’t know anything about dreamweaver, but I can tell you that the reason might be that you didn’t close a somewhere. If you have no control over that in Dreamweaver, then it’s probably that your long right is inside your parent division at the top that contains all your details and retake policy. From looking at your program your tree looks like this:

    : main div at top
    : float left top main block
    : float right navbar 1

    **** see bottom

    : main div at bottom
    : float left software block
    : float right navbar 2

    ****you need to delete the previous and the next from this point

  2. Ed Says:

    The css for your specifies ‘padding: 10px;’
    This adds 10px all around (top, right, bottom, left).

    Within this div you include ads defined as width 160. So with padding included, the total width is 180. The containing division however (pageNav), is defined as 178px.

    In IE you can see that the navigation area overlaps the border on the right side of the canvas.

    Try changing pageNav width to 180 and see what happens. No guarantees.

Add A Comment

Related Posts: