Ok, I know this is old table stuff with divs mixed in but this is an old site that. I put in the firebugs image on the right side of the screen which based on playing around resulted in me changing the doctype.
As soon as I did that my navigation menu did what it is doing. It looks just fine in IE 8 but looks odd in Firefox. I have never seen that before as it is usually the other way around.
I think the header is resulting in the black line in the navigation menu but can not figure out why. I have tried altering the css on the nav menu itself all of the place and can not find it there either.
because the only thing I can see is the links are "scalloping" the bottom line of the navigation.
AND "my navigation menu did what it is doing" would you like to tell us what it is that it started "doing"?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
I certainly can, my apologies for it not being clear. I figured IE 8 vs FF would let you know what was looking odd.
You are correct on the scalloping on the bottom line. This appears to be because of a gap at the top of the navigation menu but I cant figure out what is causing it
definitely something amiss with the mish-mash of nested tables and lists, and it probably be easier to redo the header without the tables.
one thing to try would be to lose 2 pixels of the bottom of the images as they could be pushing the cell height.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 05-27-2010 at 12:37 PM..
not sure that would help, the 2px part. I actually took all images out and replaced the nav images with the word test in my navigation php and the stretch still happens. so to me it has be spacing, padding, margin etc related, just cant find it.
not sure that would help, the 2px part. I actually took all images out and replaced the nav images with the word test in my navigation php and the stretch still happens. so to me it has be spacing, padding, margin etc related, just cant find it.
I came to the same conclusion. After firebugging the page for a while I found that the top table seems to be the culprit however no marging or padding is present.
I popped a CSS reset in the page using firebug but still no luck.
Ive tryed using minus margins to see if it could be forced into place and still no luck.
Your not going to want to hear this lol but you really should strip out all the tables and re structure using CSS, it is going to reduce these errors and similar and should negate the time investment of stripping the tables.
I fought it all day yesterday and finally I just gave up...... I appreciate you guys looking. I went with a more simple solution, quit with the cool stuff and just add a link to nav menu with a separate page. This will work for now while I redo this entire CMS.....
« Reply to works in IE not in FF...??? Doc type change