August 23, 2006

[drupal] Problem in ie6 selecting text

Filed under: Uncategorized — HanaDaddy @ 10:30 pm

I wanted to use drupal theme friendselectric, and I really wanted visitors to copy texts from my site if necessary.

During the initial web search I found that by inserting XML tag in the first line of themes/friendselectric/page.tpl.php , selecting text supposed to work.

“; ?>

In the first look, it does appear solving the problem. However other layout design came out incorrectly.

So I spent some more time with the themes/friendselectric/style.css

And Luckily, I think I finally found the solution!!!!

My solution is commenting below “position:relative” line.
Do not use above XML tag, but instead open themes/friendselectric/style.css
and edit content-wrap entry commeting “position: relative;”


#content-wrap {
float: left;
/* position: relative; */
}

It does look OK & I am able to select the body text! (At least content body)

August 22, 2006

[CSS] Practical CSS Layout Tips, Tricks, & Techniques

Filed under: Links to note — HanaDaddy @ 10:35 pm

There are various CSS techniques to help you create nice look to your page.

Practical CSS Layout Tips, Tricks, & Techniques

CSS Design: Taming Lists

Sliding Doors of CSS

Sliding Doors of CSS, Part II

[CSS] css ZenGarden: The Beauty in CSS Design

Filed under: Links to note — HanaDaddy @ 10:31 pm

http://csszengarden.com/

Protected: [credit card]- Authorize Capture AVS CVS

Filed under: Uncategorized — HanaDaddy @ 10:30 pm

This post is password protected. To view it please enter your password below:


[C] Separate Large Mailbox(IMAP format) into two files based on date

Filed under: Programming — HanaDaddy @ 10:26 pm

You can generate a copy of your IMAP mailbox based on particular date and hour.

Actually this code generate a copy of IMAP mailbox based on the date & optionally hour argument.

Arguments: mailbox_filename date(mm/dd/yyyy) [hour]
hour is optional arg.

For example, if your inbox size is larger than 50 Meg and you are having hard time to read the box with your shell mail client.

Let’s say you want to save mails from ‘usermail’ file upto 09/01/2005.

You should run ( let’s say the compiled program’s name is divide)

$> divide usermail 09/01/2005

Then all mails received after 09/01/2005 will be saved to ‘usermail.bak2′.
You can backup the original mail file and rename the ‘usermail.bak2′ to ‘usermail’.

Here is the actual code.
(more…)

Page 6 of 8« First...«45678»
 

42 queries. 0.394 seconds. Powered by WordPress