6,565 Topics

Member Avatar for
Member Avatar for antr25

Hi - I have a css drop down menu that hides behind a javascript photo gallery (in the main area of the page) in IE7. Not quite sure what to make of it. Any and all help is appreciated!! thanks

Member Avatar for laura_ci
0
194
Member Avatar for nish1234

Friends, I need help with a vertical CSS menu. I am interested in a menu that can be found at [URL="http://www.cooper.com"]http://www.cooper.com[/URL]. It's a vertical menu with sub/sub elements. For example, click on 'Training' and see... Is that a pure CSS menu? Or any JS involved? Is it a dropdown menu …

Member Avatar for laura_ci
0
216
Member Avatar for ov3rcl0ck

I'm trying to strip HTML tags and replace certain tags with newlines and tabs. I just can't figure out a function to do this, any ideas? I'd prefer to use regex instead of a library.

Member Avatar for jlm699
0
109
Member Avatar for meena

The home page is a flash movie for a site i created,when i use the w3c validation tool, it gives errors saying "invalid attribute "embed" ", "invalid attribute "scr" "; if i take of "embed" it does not work in Netscape. And also when validating shows error for the movie …

Member Avatar for josevelasquez
0
292
Member Avatar for dmmajorstudent

I'm trying to use javascript with NO Innerhtml. i am very new to javascript and i need a little help completing this form. the code i have so far to create a form page is just below this message. How do i create a code when focused the text fields …

Member Avatar for Airshow
0
148
Member Avatar for scriptkiddy

Hi. I want to include an email function in my program. So that if anybody needs to ask me a question, they can use my program to send me an email. I want to do this this way: I want my program to connect to my website, and post data …

Member Avatar for Ancient Dragon
0
184
Member Avatar for roraa

[CODE]itemlist[loc] = new product(codes,size,descrip,color,olditem + 1,url)} else // new item {olditem = itemlist[item_num].quan itemlist[item_num] = new product(codes,size,descrip,color,olditem + 1,url); items_ordered = item_num item_num = item_num + 1 }[/CODE] The above code is in javascript. the value of 'itemlist' is set whenever i click on additem in different html pages. I …

Member Avatar for mikiurban
0
298
Member Avatar for Magic8Computing

when i view an internal web page i have created in IE it doesnt do the same as it does in FireFox. I have an iFrame that loads a page by default that page has the two div listed below called to centre the text both vertically and horizontially and …

Member Avatar for zortec
0
96
Member Avatar for bill786

I have a Toshiba Laptop with Windows XP SP2, and I am experiencing some problems with basically every browser I have. By the way, the browsers I have are IE, Firefox, Opera, and Netscape. Problem: The backround music doesn't play on websites for some reason.....I go to it...it shows on …

Member Avatar for reganstar
0
407
Member Avatar for Venom Rush

Is this possible? I'd really like to have a dropdown menu that doesn't rely on Javascript. Any help would be most appreciated ;)

Member Avatar for Venom Rush
0
99
Member Avatar for ggeoff

Hi I am using Expression Web 2 and need to alter an existing website so as to display nicely on what I regard as a standard display size of 1024 x 768. It would have been better to start from scratch but it's a bit late for that now. I …

Member Avatar for almostbob
0
507
Member Avatar for Romil797

I am making a web site and I was wondering how I would redirect the user to a different website if Javascript is not enabled. I can't use <noscript> because It needs to redirect. Could I put a meta tag inside a noscript tag? Thx.

Member Avatar for Kelicula
0
90
Member Avatar for 3.14

hi friends, i try to make some selector of items placed in <div>, and click on some of items should delete one by changing innerHTML of <div>. delete works, but after delete html page reloads. i suppose its because element, originator, calling delete function exist at time of calling, but …

Member Avatar for 3.14
0
132
Member Avatar for througheye

Hello guys, I have a image on my static site. I want to load that html page along with that image but when a user click in that image area it tries to play a youtube video within that image area through flash. How can i accomplish that? Can anyone …

Member Avatar for donaldw
0
100
Member Avatar for prachipote

how to give link to html page in flash. i want to give html link to animated image how it gives

0
43
Member Avatar for skrithikaa

Hi, How do you create HTML files using RUBY. I have a requirement where I need to set color and font of the text, and also provide formatting options for tables having different colors for rows and border(on/off). Can anybody tell how to do this Thanks, K

Member Avatar for skrithikaa
0
3K
Member Avatar for PDB1982

I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made. The font items are located in the same folder as the html document. Here is the code I am using: [code] @font-face { font-family: MyCustomFont; src: url("steve.eot"); src: local("steve.ttf") …

Member Avatar for SKANK!!!!!
0
372
Member Avatar for levsha

I tripped on this one. I have an HTML form that has all kinds of input elements - text, textarea, radio buttons and checkboxes. I have no problem inserting or updating data in MySQL DB from the HTML form. But when I want to display what is already in the …

Member Avatar for venkat0904
0
181
Member Avatar for KirkPatrick

I haven't ever messed with any webpages through java and I'm kind of curious as to how it would work. I have a specific question that perhaps someone will be able to answer. How would one go about pulling certain information from a forum? To better understand what I am …

Member Avatar for KirkPatrick
0
428
Member Avatar for SKANK!!!!!

does anyone know of any tutorials? i don want to use jquery. just javascript. i googled and found nothing but i know its possible. does anyone know? just a simple one. for like divs

Member Avatar for SKANK!!!!!
-1
128
Member Avatar for rikb53

i have looked and looked for this and so far all the code i've downloaded simply doesnt work. this code (below) works fine - however it opens up the "save file Dialog" and requires that the user select the path to save the .html file. how can i by-pass that …

Member Avatar for chandru7
0
527
Member Avatar for maxicube

ehh, this is a wierd one... only a small fraction of my css is working when i put it in a external sheet. works perfectly in internal/embedded css. here's my css code: [CODE]body,td,th { background-image: url(images/bg.png); background-color: #828281; font-family: Arial, Helvetica, sans-serif; } #top { width:851px; height:201px; } #middle { …

Member Avatar for pritaeas
0
183
Member Avatar for alexv55

I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated that using .htc file from peter ned and conditional comment for IE in style sheet should …

0
208
Member Avatar for jsmunroe

Is there a way to parse HTML within an XML element in an XSLT stylesheet? I am using XSLT to create a template but I want the XML instance to contain HTML markup. I find that the value-of element ignores the HTML markup altogether. There just has to be a …

Member Avatar for jsmunroe
0
65
Member Avatar for irdeveloper

Hi I want stylize web form (form, gridview, button, menu) like windows classic form. Please help me.

0
83
Member Avatar for nateuni

Guys, Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I submitted. Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I …

Member Avatar for ko ko
0
114
Member Avatar for MDanz

i have this text area.. [CODE]textarea name="reply" id="reply" cols="105" rows="2"></textarea>[/CODE] in firefox the textarea is larger and in IE the text area is shorter. How do i have the same size text area in both browsers? Can i have an example?

Member Avatar for ko ko
0
69
Member Avatar for web3

I am making a forum and i was wondering how trough PHP make a HTML page off that topic when the user creates it.

Member Avatar for diafol
0
89
Member Avatar for rudz

[code=css]margin-left:auto; margin-right:auto;[/code] is working in firefox but not working in ie can someone help plz i want to center the page .

Member Avatar for Labhrainn Aemi
0
149
Member Avatar for fumnimda
Member Avatar for fumnimda
0
71

The End.