Quote:
Originally Posted by Wilfred1
This is great however the only issue I have found is the height of the navbar isn't consistent.
Here is what I mean:
Attachment 113573
The other thing is the above code seems very inefficient to me - I will probably have another few more tabs as well so it would need to be stepping through a lot just to create the tabs and sub menus or in the scheme of things going through this code each time a page is displayed is not worth worring about - any thoughts?
|
You will have to look at your code using something like firebug to see why it is doing what it is doing. I can't tell from the image.
As for it being inefficient, I wrote this just to add a single tab. I suppose it could be modified slightly to make it more efficient when you add several tabs, but I really don't know that it would make a huge impact.