css
Adding a scroll to a block
- Read more about Adding a scroll to a block
- Drupalguy's Blog
- Log in to post comments
<div style=" width:100%; height:299px; overflow: auto; overflow-y: scroll; max-width:100%; max-height:300px;" >
<div style="width:100%;height:300px;line-height:3em;overflow:auto;padding:5px;">
a tag hover styles
- Read more about a tag hover styles
- Drupalguy's Blog
- Log in to post comments
<style type="text/css">/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: yellow;
}</style>
The sky has fallen, the sky has fallen
Well, my attempts at learning Omega 4 was a total disaster. It turns out the Omega 4uses Sass and in order to use Sass one must install all kinds of other program/tools. The procedure for windows was tedious and ended up not working very well so I figured I would install
Back on track?
- Read more about Back on track?
- Drupalguy's Blog
- Log in to post comments
The last couple of days I seem to be doing better at refocusing on the task-at-hand. Last night I finally completed the tutorial I started on "Photoshop CS5 for Web" on Lynda.com (http://www.lynda.com/).
Solved: The Case of the To Wide Toolbar
Yesterday I wrote about my efforts to install a text editor for blogging and comments. I originally tried to use the combination of WYSIWYG & CKEditor (and later Tiny_MCE) but could not get comments to work (but was able to do blog posts). It turned out to be caused by a few different issues: