I've looked at countless articles regarding fixed/stretching sidebars, but none that answers my question, and I've tried even more ways that I can think of, but none give me exactly what I'm looking...
I have 3 divs, out of which 2 are set with display:none - they're for 'storage' purposes. (Meaning, in my CSS each of the 2 is assigned a different background-image.)
From what he posted I'd rather understand he wants to point to an external site, thus if he couldn't get back to the frames even if he wanted to.
If you just want to open the link in the full page,...
... You mean, make it so you can only pick one radio button in three?
Give them the same name attribute.
<input type="radio" name="NAME" value="1" />
<input type="radio" name="NAME" value="2" />...
Well, yeah, :active basically remembers the last thing clicked.
If I get that right, it means you're using AJAX to deliver your content, right? In that case, a bit of JavaScript would actually be...
As I said above, why do you hassle uselessly with JavaScript when it could all be done, much simpler and cleaner, in CSS?
Normal state would become :link, Hover state would become :hover and clicked...
No, I actually want to remove any text within brackets, I forgot to mention that.
The problem is, if I have more sets of brackets, it removes all the other text in between.
a((b))c((d))e((f))g...
Browser language is rarely significant. Most people have english as default anyway - not to mention that too few websites actually use the built-in language settings, but some server-side settings...
Basically, I have a string (which I read from a <div>, but that's of no importance) that can contain text enclosed in double brackets ((text)).
For an unknown reason however, the most basic thing I...