A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
How to specify an absolute reference in a CSS [closed]
I have a HTML page containing some radiobuttons and some related div
s, each one with its own id. I want to hide/view the div
depending on a specific radiobutton.
Here is the running Fiddle
Now, what I want to achieve, is to relocate the divs outside from the global div, as a child of the root.
But I wasn't able to do this.
Any idea is appreciated.