Argh, i'm going 'round in circles, please help.
I'm having difficulty with the layout/appearance of certain aspects of my site with different browsers. If anybody can point me in the right direction, i'd be grateful!
This is my site (there are many like it, but this one is mine!)
Issues with IE6/Win:
The site navigation links along the top of my site should have a border along the bottom. Indeed, they used to. (not sure what i changed to cause this.) The forum page they look as expected! (It's the only page that doesn't use an include for the header)
Firefox/Win&Mac:
On the links page, my footer div gains a mind of it's own! Not sure what is causing it. Have tried everything i can think of, and the only thing that seemed to fix it was to remove the div that contains the links.
I can't see why that (removing div id links) should affect my footer, but then i am fairly new to this!
Besides, this is not an acceptable fix for me, so if anybody knows why this is happening and a better way to fix it.....again i'd be grateful!?!?
I'm having difficulty with the layout/appearance of certain aspects of my site with different browsers. If anybody can point me in the right direction, i'd be grateful!
This is my site (there are many like it, but this one is mine!)
Issues with IE6/Win:
The site navigation links along the top of my site should have a border along the bottom. Indeed, they used to. (not sure what i changed to cause this.) The forum page they look as expected! (It's the only page that doesn't use an include for the header)
Firefox/Win&Mac:
On the links page, my footer div gains a mind of it's own! Not sure what is causing it. Have tried everything i can think of, and the only thing that seemed to fix it was to remove the div that contains the links.
Code:
<div id="links">
<ul>
...
</ul>
</div>
<div id="footer">
</div>
I can't see why that (removing div id links) should affect my footer, but then i am fairly new to this!
Besides, this is not an acceptable fix for me, so if anybody knows why this is happening and a better way to fix it.....again i'd be grateful!?!?