Layout actin up on me :\

They have: 4 posts

Joined: Nov 2003

http://www.arach.net.au/~thefish/

Internet Explorer: Navigation panel links not clickable.
Mozilla/Firebird: Content panel not defining properly, resulting in the navigation panel overlapping the content panel.

I tried using the tantek box model hack but it didnt seem to work for me :\
The CSS file is http://www.arach.net.au/~thefish/master.css

Any suggestions will be greatly appreciated and you will get kudos on the site Smiling

disaster-master's picture

She has: 2,154 posts

Joined: May 2001

Hmmmm....I'd say it sure is acting up on you. I have never seen links that couldn't be clicked before.
When I took the page title div out of the HTML they worked. Maybe????that layer is overlapping the nav somehow.

Remove :: NEWS :: and see what happens for you.

Move the pagetitle div above the navigation div in your html code.

I don't have to time or knowledge to decipher all of your layout and css but I think you have some errors. To temporarily fix what you have until you can validate your code and css look in the css file. In the .content, you have two width:800px. Remove one of them. Also, change the width of the .content and and #main to something less than 800px. Hope that helps for the time being at least. Smiling

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

I had the same problem once, try using the z-index attribute, give it something like 500.

They have: 4 posts

Joined: Nov 2003

You guys good at reading Engrish? You'll need some Engrish skills to read below.

Ok, I've figured it out, I cant start a div higher than another div and then try and get the higher div lower than the other div using css.

http://www.arach.net.au/~thefish/
How will I get it inline or about 1/2 way down the visible page (what you see without scrolling) now?

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

Its to do with the float:left; you have floated it left and there for it "doesn't exist" to other DIVs, I floated it right and none (thanks to Mozilla Firebirds EditCSS extension) The links became visible and clickable too. Adjust the margin-top:; to a value that will line up with the first DIV, I got a value of 3% Smiling

Good luck Laughing out loud

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.