Is there a way to...

Yes i have knowledge, just that tutorial is not for wordpress.

I am not too sure how i could get it to work on Wordpress


edit: Didn't read it correctly, just downloaded the JS!, will have a play and report back
 
Nope, i am stuck :P

I have tried this as the HTML code;

Code:
<script type="text/javascript" src="js/side-bar.js">
<div id="sideBar">
    <a href="#" id="sideBarTab">
        <img src="images/slide-button.gif" alt="sideBar" title="sideBar" />
    </a>
    
    <div id="sideBarContents" style="width:0px;">
        <div id="sideBarContentsInner">
            <h2>side<span>bar</span></h2>
            
            <ul>
                <li><a href="#">Link One</a></li>
                <li><a href="#">Link Two</a></li>
                <li><a href="#">Link Three</a></li>
                <li><a href="#">Link Four</a></li>
                <li><a href="#">Link Five</a></li>
            </ul>
            
        </div>
    </div>
    
</div>
</script>

Without any luck, nothing appears. I add it in the <head>
 
Last edited:
Some Wordpress Help

Hey

Tried tonnes couldn't do it, so i found something better looking and more suiting too, problem is, strangely!...it only shows correctly in IE.


Anyway in IE look at the body background; www.chrisr.co.uk now look at it in Chrome or FF, it doesn't show.

The line that causes the problem is;

<?php if(function_exists(updateHeader)) updateHeader(); ?>

How could i get the other browsers to show the site like IE does? (cannot believe IE shows it correctly :P)


thanks thanks thanks :)
 
you're right, it's now alrite in FF, hmm, so just Chrome......spose' i could cope. I think only 15% use Chrome?
 
Back
Top Bottom