I have a headache!
blog » I have a headache!
To day i have discovered/rediscovered that:-
- You dont seem to be able to hide the footer using #footer {display:none;}. I am pretty sure that i have been able to do it before. Buggered if i know why. (4 hrs}
- that iframe in the side bar, and clicking on link within that iframe opens the page in that i frame. Bugger! (1/2 hour)
- That tabs don't work in the side bar. (10 mins)
Well thats nearly the day wasted then :-)
page_revision: 1, last_edited: 1235144840|%e %b %Y, %H:%M %Z (%O ago)

I discovered this the other day too. And I also couldn't figure out why. Perhaps there's some sneaky javascript in the static Wikidot pages preventing CSS to control the #footer. Nasty buggers! This was not helpful with my Polls @ Wikidot, which used a special CSS theme to hide everything except the page content.
λ James Kanjo | blog | photos | contact
Problem:
In the source code of a Wikidot page: <div id="footer" style="display: block;">
Anything manually specified in the style attribute of a HTML element, always overrides CSS.
UNLESS!!! You use the CSS overide !important :
That will make the bugger disappear once and for all !
λ James Kanjo | blog | photos | contact