10,643 Topics
| |
I am using css dropdown menu for the first time.. however the dropdowns simply dont seem to work.. please help.. heres the code: .bg {background: url(images/button4.gif);} .menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; } .menu li.top {display:block; float:left; position:relative;} .menu li a.top_link … | |
[B]hello evryone, i need acode that returning my the selected text in iframe (by giving the ID of him) i need that this code will work for FF, IE , SAFARI, GC and the active browsers, thanks allot ! haim .[/B] | |
Hi, I need to make my textarea html compatible... just like a visual editor, where i can embed html tags like <img>, <a href>.... is there any way to do this with html coding ??? | |
Hi, im using dreamweaver and i have a table in which i have an image. When i add another table under the table existing it comes right at the bottom. What should i do to that table so i can move it and place it anywhere around the page. Is … | |
[I]Please I am sorry that I have to ask again this one below, 1st, thought I would like to contribute in solving some problems for people like me too but I haven`t found a thread that I have the knowledge to treat but promise to contribute when found one. [/I] … | |
I did a website for my local humane society ten years ago. It worked, they liked it, and so I haven't changed the design over the years. Now, I've updated my IE from 8 to 9, and the site doesn't work. I've tried removing various components (some old style sheet … | |
Does anyone know how to get rid of gap (seems to be 1px) between a the border of a table cell and the border of a div? I just want the border of the table to collapse into the border of the div. is border-collapse: collapse; the solution? | |
Greetings! I have to change my footer. Let's say I have 10 pages. That means open, cut-n-paste, and close 10 times. Is this how everyone does it? Can I not create something in CSS and only just "call" it from the HTML? Thanks, in advance! < Steve > | |
Dear All, I have page like this using a third party tab. The problem I have emailed them so many time but no reply. Here a sample link [url]http://183.78.169.54/v3/addTab.php[/url]. I would like to create my own any idea how to do it. | |
I am trying to create a footer and facing a problem while doing so... This is my html code: [CODE]<div id="container"> <div id="main"> <div id="terms"> // content </div> // closing terms </div> // closing main <div id="footer"> // content </div> </div> // closing container [/CODE] And css code is [CODE]html, … | |
Right. Im styling my html forms and I have the effects on them exactly like I want. My main problem is that I dont want these effects to take effect on all forms. I have hover over effect on the text input fields. The thing is I have some forms … | |
Hi all - currently whenever I check how pages will look for users of different browsers, I open pages in Explorer, Chrome and Firefox to check everything looks ok for users of these browsers. But I wonder if this is sufficient and maybe if there are other browsers that I … | |
please i want a help to understand that statement: Access node’s DNS record should have CNAME entries equal to the number of protected websites’ domain names. The entry format should have the access-node ID as a sub-domain for each protected website domain name, i.e., “ANnumber.domainP.com”, this is to guarantee compatibility … | |
Hi everyone with this forum family,. Please can anyone help me out, I hqve problem creating my web site, what (tag) code can I use to eliminate deferences between [B]f[/B]irefox and [B]i[/B]nternet explorer, I am bulding a website with (Note pad) and view it with fire for and internet explorer … | |
Hi encountering rendering problems for IE for rounded corners. Rounded corners are rendered through an image. Images attached. We can clearly see in IE the part of below rounded corner appears next to Search caption in image. But in Firefox it renders properly. quick-search.gif is used for getting rounded corners. … | |
Hello world, 1. I am building a website to list universities worldwide by majors and countries. To do that I have a page containing name of countries - say 50 countries. 2. Let's say, from the list you clicked, Australia, it will then take you to a page containing list … | |
I have this idea of a page i want to create but i really don't know how i would implement it . I want to create a page with some pictures and below each picture there would be a check box , i want people to be able to select … | |
Hi, I'm having trouble with this layout (attached image). I need to have images as borders, but I don't want to use multiple backgrounds in CSS3 (small browser support). I tried to make two floating divs, but then I deleted it because I can't set width: 100% - my main … | |
Me...again. I appreciate the help I keep getting. Hopefully, I can reciprocate one day! As you can ascertain from the jpg, I have two (I think) alignment problems. (I thought tables would be the better way to go...) (1) I thought it would be better to have the boxes on … | |
Hi there, i need to move "follow us on:" div tag at the same level like "useful information". and remove the color border around img. any hint??? [url]http://www.bbk.ac.uk/~pjancz01/tma/aboutus.html[/url] thanks. | |
Hi there I created liquid layout website.In Firefox there is no scroll down bar. U can see just part od website. Any idea why? In IE is good. | |
HI .... i want to print the text vertically from bottom to top and left to right and am using the style property is writing-mode:tb-rl fliterv filterh . It shows correct format in IE6 browser but when i see print preview it looks like mirror image like top-bottom and right … | |
I want an div inside div. The code of html is [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <link rel="stylesheet" href="style.css" type="text/css" media="screen"> <title> </title> </head> <body class="body"> <div id="container"> <div id="masthead"> </div> <div id="right-upper-navigation"> </div> <div id="right-navigation"> </div> </div> <div id="footer"> </div> </body> </html> … | |
I am trying to get the internal table to scroll without having it extend beyond it's initial size. For some reason the div gets the scrollbar instead of the table. I've been working on this all night and I just can't get it to work. Any help would be appreciated. … | |
hey do we bring blink text in html pages that works in google chrome, and IE ........even though we all know that <blink> </blink> won't work in Google Chrome & Internet Explorer...........is there any other method by which we can bring blinking text......... | |
Hey folks, Trying to set up the show/hide on my basic website for a university submission but looking for some help! The show/hide div works but ruins the entire layout of the site. This image will explain better hopefully!! [IMG]http://i809.photobucket.com/albums/zz11/bigval3/screen-capture-6.png[/IMG] The layout should look like this and obviously the main … | |
We are trying to update an ASP.NET 2.0 application so that it no longer requires IE to be in Compatibility mode. We'd also like it to be browser independent. There is debate in our office as to the pros and cons of changing from our insanely complex nested table approach … | |
Hello i have a index file but i want to change the main so it looks like on the picture description, hope you understand my bad english.. i think this is easy to fix but I cant do it :sad: See the picture below [CODE]/*///////////////////////////////////////* An exclusive script by Jigowatt … | |
Hi all, I'm using Dreamweaver 8 and I am very proud of myself that I managed to work out how to create a Navigation Bar with a Drop Down using the Show Pop Up window feature. However, that only gives me one level of drop down and I was wanting … | |
Is it possible to enter java script in HTML coding? Please tell me about this. |
The End.