Jump to content

ne011

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by ne011

  1. ne011

    JS-help

    Well the iframe source url will be from different location .....
  2. ne011

    JS-help

    I was actually thinking if there exists anything to get the cookies from either frame or iframe ,so i google around before ,but could not find. Anyways thanks for the reply ..
  3. ne011

    JS-help

    Hi and Greetz to you all . i was thinking , to get the cookie from inside an <iframe src="URL"></iframe>,by writing a script. Can someone help me on this ?
  4. ne011

    IE problem !!

    Anyhow i was wondering ,why the problem exists ,but i have tested it and it seems to work !! Wooo ,it was like you have ,made my day , thank you very much , With regards
  5. ne011

    IE problem !!

    No i am sorry ,it doesnt seems to work
  6. ne011

    IE problem !!

    now the border doesnt seems to appear in any of the browsers, nor the hover works , any other solution ?
  7. ne011

    IE problem !!

    ooh well i m pasting my sample html and css code again .. HTML follows here : <html> <link href="css/style.css" rel="stylesheet" type="text/css" /> <body bgcolor="#000000"> <table align="center" width="55%" height="99" cellpadding="10px" cellspacing="0px" style="font-family:Verdana, Geneva, sans-serif; font-size:12px;"> <tr class="first"> <td width="17%" height="38">SAMPLE-1</td> <td width="16%" height="38">SAMPLE-2</td> <td width="16%" height="38">SAMPLE-3</td> <td width="16%" height="38">SAMPLE-4</td> <td width="18%" height="38">SAMPLE-5</td> <td width="17%" height="38">SAMPLE-6</td></tr> <tr class ="first"> <td width="17%" height="35">Data1</td> <td width="16%">Data2</td> <td width="16%">Data3</td> <td width="16%">Data4</td> <td width="18%">Data5</td> <td width="17%">Data6</td> </tr> <tr class ="test2"> <td width="17%" height="38"> Data7</td> <td width="16%" height="38">Data8</td> <td width="16%" height="38">Data9</td> <td width="16%" height="38">Data10</td> <td width="18%" height="38">Data11</td> <td width="17%" height="38">Data12</td></tr> <tr class ="test2"> <td width="17%" height="38"> Data13</td> <td width="16%" height="38">Data14</td> <td width="16%" height="38">Data15</td> <td width="16%" height="38">Data16</td> <td width="18%" height="38">Data17</td> <td width="17%" height="38">Data18</td></tr> </table> </body> </html> Css follows : table{padding:0;margin: 8em;border-collapse:collapse;margin-left:200px;} tr{ background-color:#FFEBCF;} tr.test2{background-color:#FCC;color:#000;} tr.first{border-bottom:1px solid #C33;} tr.first:hover{background-color:#f9deb9;color:#000;} - - - - - - - - - - - - - - - - - - - - - - - - -
  8. ne011

    IE problem !!

    Well i say Hi again to all the members . i was trying to set up a table with some datas and i was writing a css for a particular <tr> with class first. table { margin: 1em; border-collapse: collapse; } tr.first { border-bottom:1px solid #000; } when i checked ,the border was displaying fine for all the browsers ,except Internet explorer 6, 7 ,8. I really tried to manage ,but could not solve the problem . if anyone can show me the correct way ,would be much help for me.. Thanks in advance .
  9. Well thank you again very much to you all ,i will look for the other payment gateways and the comparison ,and will let you know ,if there is any problem.
  10. Well first of all i say Hi to all the members here . Usually i have finished making a shopping cart and want to integrate a payment gateway(paypal) ,but i am not sure ,which one will be good to use from the following : 1.Website payment standard 2.Website payment pro 3.Express checkout i am also looking for any other similar payment gateways ,where i can get to download the api ,for the shopping cart, and it will be much help for me ,if someone can refer. Thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.