If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports
web standards, although its content is accessible to any browser or Internet device.
Posted: 9/9/04 12:14 pm Re: HELP ME !! losing my hair...(switching style)
So where is this switching feature from? I'm trying to see the components, but it would be easier seeing how whoever created it intended it to be used.
Posted: 9/9/04 12:58 pm Re: HELP ME !! losing my hair...(switching style)
Quote:So where is this switching feature from?
what switching feature? I don't understand what you mean? you mean the program which allows to switch? but it should not be included in the .css files , no?
Quote:I'm trying to see the components, but it would be easier seeing how whoever created it intended it to be used.
has been edited to the actual address of where you uploaded that file to, and that you have placed that section of code after the links, perhaps in your Custom footer, to be safe.
Personally, I think it would also be best if you'd slow down to spend some time tinkering with CSS, and installing a few scripts; I get the impression that you're trying to do way too much in a single step!
Posted: 9/9/04 2:47 pm Re: HELP ME !! losing my hair...(switching style)
The blue section should have been 'edited' so that the URL points to your hosted .js file.
Posted: 9/9/04 2:51 pm Re: HELP ME !! losing my hair...(switching style)
He means to replace the URL with your copy of the script is hosted into where he put the bule text
Posted: 9/9/04 2:52 pm Re: HELP ME !! losing my hair...(switching style)
No, you do not edit the .js file, just make sure the script code has the correct url to your .js file as I mention above.
Posted: 9/9/04 2:58 pm Re: HELP ME !! losing my hair...(switching style)
well i re-uploaded it to be sure, and it is not working.
That is why I don't understand ...
it's weird.
Especially if the css files look good.
I don't understand...
please help me... i really want to have tha switching device working!!!!!!!!!
so excited and so frustrated at the same time
the link tags , i put them at the very beginning of the box 1
the .js file at the very end of the box 1
in between I have the style tags with everything of the defaut css in between, I mean, you know, the generic .css you posted (nutrocker), i still have it in between style tags
do you think that is the reason??? maybe I should take it off?
Posted: 9/9/04 3:01 pm Re: HELP ME !! losing my hair...(switching style)
i just tried to take what was in between the style tags to see if something changes and no it's not working , it's even worse.
which I don't think there are actually files there... You either need to move the files or change the link to point to where the files actually are... make sure that you are linking to the actual files... report back please Edited by: Gaucho Don at: 9/9/04 3:25 pm
Posted: 9/9/04 3:26 pm Re: HELP ME !! losing my hair...(switching style)
1. You don't need any CSS in the 1st text box within your custom html because it is now supposed to be in the default.css (I think!)
2. You should have in the custom html, 1st text box
3 link tags pointing to the css files
1 link tag pointing to the switcher.js file (straight after the css link tags!)
3.
Quote:And lastly, place some code to allow your user to make their choice - you can put this on a single page if you'd prefer it to not be repeated on every page.
Posted: 9/9/04 3:35 pm Re: HELP ME !! losing my hair...(switching style)
I tested a local copy with the address change (lose the /css from the middle of the url) and it worked (at least the background changed). So, hopefully it works when you make the same change on your board
Posted: 9/9/04 3:44 pm Re: HELP ME !! losing my hair...(switching style)To NUTROCKER
Quote:1. You don't need any CSS in the 1st text box within your custom html because it is now supposed to be in the default.css
Well, I've tried to take it off and if I take it off, my forum looks like nothing meaning, there is no border, no colour, and no images anymore. ???????
2. You should have in the custom html, 1st text box
Quote:3 link tags pointing to the css files
1 link tag pointing to the switcher.js file (straight after the css link tags!)
I have :
- 3 link tags pointing to the css files
- a script in java for the "who's online box"
- a script (or CSS??) for the drop down menus
- the CSS file in between style tags
- 1 link tag pointing to the .js file (straight after the link tags)
Quote:And lastly, place some code to allow your user to make their choice - you can put this on a single page if you'd prefer it to not be repeated on every page.
yes it's posted too, they are the button A, B and C on my right side bar!!!!
I think something's wrong with my css.
to GAUCHON DON and NUTROCKER
I'm making some progress.
Yes Gauchau Don, u were right, I made a mistake in the link putting a /css/ in surplus.
I took it off and now IT IS WORKING but NOT EVRYTHING!!
If you click on the button A, B or C, what changes is only the background but the side bar (colors, pictures + font face + font size etc...) do not change
Posted: 9/9/04 3:58 pm Re: HELP ME !! losing my hair...(switching style)
the background of the sidebars (titles and headers parts) will have different design ,
the font which should be "comic sans ms" and "georgia" instead of "verdana"
the colours of the scrolling sections at the righside bar
Posted: 9/9/04 4:14 pm Re: HELP ME !! losing my hair...(switching style)
I can get this to work only if I remove the CSS that is used for the sidebar in the custom html area, 1st text box.
Once I add that code again, the switcher fails to switch design fully.
I think the code in the custom html area is over riding the switcher code some how, I think this may be because the .css files and script are first, and then the seperate css code appears afterwards in the source code.
Try moving these lines of code, right at the end of the 1st text box within the custom html area.
Posted: 9/9/04 4:17 pm Re: HELP ME !! losing my hair...(switching style)
The above worked for me with a local copy of the source code.
It does load the third css file/code as the initial design, but that is because it is the last css file to load.