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;
}...
User Profile
Collapse
-
Css support problem with opera browser only.
-
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 -
<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"... -
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 =...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... -
-
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...
No activity results to display
Show More
Leave a comment: