User Profile

Collapse

Profile Sidebar

Collapse
caesarkim
caesarkim
Last Activity: Sep 27 '08, 04:00 AM
Joined: Sep 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • caesarkim
    started a topic placing text on top of an image with CSS

    placing text on top of an image with CSS

    I have code like this. I want "Hello World" to be placed on top of 'big_icon.gif' image which is width: 179 height: 35px. The following code doesn't work with firefox and IE. The image appears, but the image is located below the text.

    Does anybody know what is wrong with this code?
    Code:
    <style>
    .header1 {
      background-image:url("images/big_icon.gif");
      background-attachment:
    ...
    See more | Go to post
    Last edited by eWish; Sep 20 '08, 02:55 AM. Reason: Please use code tags

  • caesarkim
    started a topic Property for setting codepage or codeset in JDBC
    in DB2

    Property for setting codepage or codeset in JDBC

    I need to connect to the db (created with "IBM-943" codeset) on DB2 AIX . I am having a problem retrieving data with japanese character in 'where' clause something like this.

    SELECT * FROM \"TEST\".\"TABL E1\" WHERE COL2 like '%㈱%'

    It returns nothing. So I want to try to set the codepage(the same code page that db uses) in JDBC level to see if it retrieves something.

    ...
    See more | Go to post
No activity results to display
Show More
Working...