Hello I need to align the two links as here in uploaded image link1. It tried everything from making two classes inside one div tag, using every padding and margin values but it just seems not to...
It uses a lot of jquery, Infact I have added some special fonts(cuffon et-al) to it. I don't know what this effect is exactly called, but I can roughly point you to Microsoft...
Thanks a ton, Mr. Baggins. I am sure I needed something like this, but I am still not sure if my icons would remain fxed coz they lie inside the div that you have kept fixed, as I am still out of...
Thanks for your effort, I was again unable to upload html file, but I have attached 2 notepad fiels, html and css separately. I hope you can infer them. If you paste them in your editor(notepad++ in...
Hello My Webpage has three main components(rather divs)
1: top div that has some icon images(inside topmenu div)
2: left div containing navigation links is scrollable
3: right or main content...
Can you show us the HTML that you have written for the video. Set the attribute not to play the wmv file once loaded. It will be downloaded automatically, depending upon the browser and cache size.
Thanks Dude, I finally got over it. Also can I have a div fixed, i-e it should not scroll with the page. Actually My icons are in top level div, These icons will print the contents of the page that...
Offcourse the icons are in the images folder, I have tried putting them in a parent directory(where my page exists) and changed the relative path. still it doesn't work.
...
Thanks for the so explanation. I have done that stuff, now I was actually playing with gradients as a background image(e-g msn.com or cricinfo.com). I got one image and I am tryng to...
I tried it in all the 3 major browsers, In my first pc It worked well in IE, firefox and Chrome, the pc on whicj I wrote the code, Now when I migrated the same code to pc 2, it didn't work in any of...
Well I managed to change the dimensions of the image, using simple width and height attributes inside html. but when I transfer the code to another pc, it didn't work for me. So I was wondering how...
I need to stretch my banner Image at the top of the page to the whole of the page. The development computer on which I was working for this site displayed it correctly.
Hello, I have a text area, I want that user's should not be able to enter a charaters in it. I want them to enter only numbers.
I have written the code below to do this but it is not working as I...
hey!! In the container tag, I had put height as 1000px, but in that case the background image duplicates(I mean second images develops due to scrolling) how do I make sure that the image does not...
Thanks a ton for this explanation. I know it is easy to get around with finding a max of two even by using a simple script like
alert(Math.max(22, Math.max(34,3))).