User Profile

Collapse

Profile Sidebar

Collapse
poojak
poojak
Last Activity: May 28 '07, 04:10 AM
Joined: Feb 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • poojak
    started a topic Css support problem with opera browser only.

    Css support problem with opera browser only.

    Hello,

    my application is appearing fine in IE and mozila but in opera it has some issues.
    1. in some pages background color for body is not coming. I am using css for this

    body{
    background-color:#466392;
    }
    while in some bgcolor is coming.

    2. In check boxex I am using a css like:
    #profile .checkbox {
    border: 1px solid #EFEFEF;
    padding: 0px;
    }...
    See more | Go to post

  • background color is coming when I use <h3> tag in opera

    Hello Everyone,

    In my css I have defined h3 tag as
    h3 {
    font-size:23px;
    }

    This works fine in IE and Mozila but in Opera whereevr I used <h3> a gray background color is coming and text is also appearing samll relatively.

    Can anyone help???

    Regards
    Pooja
    See more | Go to post

  • <body>
    <div id="mainbody">
    <table border="0" cellspacing="0" cellpadding="0" align="center" id="content">
    <tr>
    <td class="row1"><t able width="100%" cellspacing="0" id="profile">
    <tr>
    <td colspan="3">
    <form name="form1"...
    See more | Go to post

    Leave a comment:


  • I am sending you the code in 2 parts.
    Part 1:
    [CODE]<html>
    <head>
    <script language="javas cript">
    function addtable(){
    document.getEle mentById('hidet his').style.dis play = 'none';
    var ni = document.getEle mentById('myDiv ');
    var numi = document.getEle mentById('theVa lue');
    var num = (document.getEl ementById("theV alue").value -1)+ 2;
    numi.value =...
    See more | Go to post

    Leave a comment:


  • Javascript function is not working in innerhtml.

    I have write two different js function in a external file. one function write a table (I used innerHTML for this.) and another function is for showing/ hideing some rows depending on radio button selection. Both of these function works properly when used in HTML file, but when I use same showhide function in a table which is created by Javascript that function doesn't work at all. I am copying both JS functions here also, If someone can solve this...
    See more | Go to post
    Last edited by acoder; Mar 14 '07, 08:32 AM. Reason: Code in tags

  • Please help
    See more | Go to post

    Leave a comment:


  • How to display Multiple tables on click of a hyperlike.

    Hi Everybody,
    I need some help. I want that when user click on a hyperlink (say Add Aditional Info) it display a table with 11 row and 2 cols just above the link and link moves down. and at this stage user can again click on the link and it will display another tabel with same detail. In short as many times user clicks on the link it dispaly the same number of tables. I have to use java script for this.
    if anyone can help me in this...
    See more | Go to post
No activity results to display
Show More
Working...