Oct
14
14
garyedwardjohnston asked:
First look at this page in both IE and Firefox to see my problem:
Sphere: Related ContentFirst look at this page in both IE and Firefox to see my problem:
http://garyedwardjohnston.com/Assessments.html
I don’t know why but the elements on the right side of my page space out the elements on the left very strange in IE. Works great in Firefox 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.
Tags: Dreamweaver Template, Elements, Firefox, Go Figure, Halo, Lol, Nav, Page Space












October 16th, 2008 at 3:40 am
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
October 16th, 2008 at 1:24 pm
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