I would like to add an active state to the tabs of each box. Select Communicate from the top navigation and you will see a codaslider with tabs used to navigate this section. These tabs have a rollover effect and it is this that I would like to stay on when the tab is selected.
I am assuming the slides need to be given id tags to allow for this to work, but what ever I try seems to fail....
The old way to isolate the embedded javascript code inside HTML comments <!-- --> is deprecated and, under XHTML Doctype it is even harmful. Remove them.
You will want to set that as a class instead of an id, so first set up a class with the styling you want. There is a script controlling the behavior of the tab - when you click the tab it loads other content. Have that script remove the active class from all tabs then add it back to the tab that was clicked.
You will want to set that as a class instead of an id, so first set up a class with the styling you want. There is a script controlling the behavior of the tab - when you click the tab it loads other content. Have that script remove the active class from all tabs then add it back to the tab that was clicked.
kansel: the code actually works under FF 3.6 (it looks like FF is more permissive). The problem is within IE. And the problem is related strictly with what I have stated: the HTML comments inside CDATA. It is a well known mistake new coders make.
Could be other errors, but first the OP should solve that one.
kansel: the code actually works under FF 3.6 (it looks like FF is more permissive). The problem is within IE. And the problem is related strictly with what I have stated: the HTML comments inside CDATA. It is a well known mistake new coders make.
Could be other errors, but first the OP should solve that one.
Yep you definitely tell I'm a newbie to all of this. I'm a designer but some how got handed this job!
I think I have fixed the errors you were referring too?! The site works fine once it is fully loaded but all sorts of weird things happen before... I have no idea what to do about this.... I guess because it is one big page using lots of javascript this is the problem =S
You have now a JavaScript error (you miss a parenthesis within a function, one of those silly MM functions generated by the Dreamweaver - by the way: you should not use them)
Look: if you don't know HTML, CSS, JavaScript, don't take this kind of jobs.
If I enter my dentist and find that he misses and his deputy is nothing more than a veterinary doctor, I get out the very next nanosecond.
I work for an agency and this is the first job they gave me, I thought it was getting handed to a developer when I was designing the site, this was the plan until the company realised the cost of a developer. As a result I'm left trying to work through this thing with limited knowledge. I think my css and html knowledge is adequate for this but it's the javascript that is causing me the grief... but I appreciate any help and feedback. I think it may get to the stage where I say I can't do any more but for now I'm going to try my best! I'm certainly learning a lot!
I really appreciate your help! Thank you! I have fixed those 2 things (or so I think) I know it is still riddled with problems. I am using this site... http://validator.w3.org to try to sort them out. Hope that is the right thing. There are almost 500 errors coming up!
I know this should be left to those who have years and years experience behind them, I never once imagined taking on sure an advanced project! Will be relieved and very proud once this is all done.
Is the site looking any better to you? I am now going through it with firebug
Your website does not scroll down and I cannot see the whole page. You should remove overflow hidden to resolve this, how many more people will have the new type screens of widescreen and not be able to view the site.
Thanks quartzy. I intended to remove the vertical scroll bar as it can mess up the look of it when scrolling down. The navigation and logo moves with the page and therefore gets in the way of the content. Probably not the best way to fix this so any better ideas would be appreciated. I have already spent time resizing the site to fit 1024 x 768 and when at this size all that is missing is the footer. I don't see this as a big problem as I the footer only has contact info which is also accessible from the 'communication' box.
The problem with a site like this is that it is so different. Finding an awful lot of issues =S