Forum: HTML and CSS Oct 11th, 2008 |
| Replies: 3 Views: 1,023 The image that you want to show is called favicon.ico, you can create it using windows icon editor or there are many other icon editors also available online.
You can also make it by favicon.ico... |
Forum: HTML and CSS Aug 20th, 2008 |
| Replies: 1 Views: 725 You are using the same <div> for the images on the left and the content on the rest of the right portion of the page and this is wrong according to me.
Just use two different divs and let the left... |
Forum: HTML and CSS Jun 17th, 2008 |
| Replies: 9 Views: 2,109 I don't think that this is the problem because it is working very well in IE but its not working in mozilla |
Forum: HTML and CSS Jun 10th, 2008 |
| Replies: 9 Views: 2,109 can you pls. tell me where is the error why the zindex + javascript not working in mozilla |
Forum: HTML and CSS Jun 9th, 2008 |
| Replies: 9 Views: 2,109 Click on the link problem in the thread with blue color
Go into source code there you will be able to see the javascript i used. Secondly here is the css i used in header.htm which is included in... |
Forum: HTML and CSS Jun 9th, 2008 |
| Replies: 9 Views: 2,109 Hi All,
I'm trying to make a drop down menu by using visibility of div. Using javascript also.
Pls. have a look at this page problem (http://www.vitj.ac.in/index_copy(2).htm)
When we... |
Forum: HTML and CSS Dec 7th, 2007 |
| Replies: 2 Views: 1,037 Here is the javascript which will swap the image so check out and try it. It will surely help you
<HTML>
<HEAD>
<SCRIPT LANGUAGE=JavaScript>
intImage = 2;
function swapImage() {
switch... |
Forum: HTML and CSS Dec 5th, 2007 |
| Replies: 4 Views: 1,341 Just go to the css file of this and make width of main wrapper and the table width set to 100% rather than specifying the size.
And if you want want professional service just mail me. |
Forum: HTML and CSS Dec 4th, 2007 |
| Replies: 4 Views: 1,276 Can any one suggest some trick and tutorials to make table less layout compatible with all browsers. Say if we are making a 3 column layout how we can set the compatibility in IE AND Firefox |
Forum: HTML and CSS Dec 1st, 2007 |
| Replies: 3 Views: 869 you have to use a unique id for each tag, this is very important point while writing style sheet. |
Forum: HTML and CSS Dec 1st, 2007 |
| Replies: 8 Views: 1,388 I agree with midimagic that the proper way is to use a external css file and then import the css. In this way if you change single external css file than the whole look of the site gets changed. |