10,643 Topics

Member Avatar for
Member Avatar for evank

I have a script that opens up a blank popup window, then writes some content to it, like so: [code]var popup = window.open('', 'window_id'); popup.document.open("text/html","replace"); popup.document.writeln("some content"); popup.document.title = 'page title'; popup.document.close();[/code] Now, in this newly opened popup window, I want to duplicate any stylesheets from the parent window. I …

Member Avatar for MattEvans
0
1K
Member Avatar for Arch_Bytes

hey guys.. im kinda new to Web App development especially CSS.. so I was woundering what would be the best way to create rounded tabs without using the AJAX thingy or JavaScript.. thanks in advance..^_^ -ArchAngel

Member Avatar for connor4312
0
149
Member Avatar for jumpink

This is my first attempt at going tableless. Here is a link to my site [URL]http://www.precisemessenger.com/private/help1.html[/URL] 1. The left menu disappears when the browser is resized smaller in ff. 2. The title and subtitle text scrunches up when the browser is resized smaller in ff. 3. Everything becomes blue when …

Member Avatar for katarey
0
120
Member Avatar for NotAWebmaster!

I'm not a webmaster...hence the user name! I just maintain the website for my non-profit club because no one knew what to do or wanted to do it. [URL="http://www.medinacountyohc.com"]www.medinacountyohc.com[/URL] I just reworked the entire site (still working on few pages) and wanted to put a scrolling marquee on it but …

Member Avatar for MidiMagic
0
128
Member Avatar for HLA91

Hi I am looking for a code for a form so when the person has filled in the fields and they hit submit it saves the informaion to a text file on the server. I saw it once before but I can't seem to find it again can anyone help? …

Member Avatar for jbennet
0
63
Member Avatar for mdbzeb

Hi, I found [url]http://www.the100lists.com/Computers-Internet/directory/7[/url] and coz of its Premium listing feature layout ( having screenshot of website ), appreciate it. Can anyone let me know where to get like this directory script? Thanks

Member Avatar for didier-fr
0
53
Member Avatar for webhawk

How do I edit an email form reply from a customer back to the website owner so that it does NOT show empty text field areas that were left blank by the user? I know this is not possible with just regular HTML froms but I heard that maybe there …

Member Avatar for webhawk
0
174
Member Avatar for edouard89

Hi every one I am need of help. I currently have a checkbox as part of my page that is used to pass information. I want to change it into a button or when the button is clicked the check box is selected and grayed out and cant be deselected. …

Member Avatar for edouard89
0
251
Member Avatar for 00gtp

Hello all, I want to create a review web site where I compare several products, but can't seem to find out how this is done. There are lots of professional sites out there that must use some kind of software. Any help would be greatly appreciated. Thanks Troy

Member Avatar for webdesign buddy
0
94
Member Avatar for jumpink

I am looking to have nine images in three symmetrical rows. Right now I can format two rows with this coding. .splitright { background-color: #FFFFFF; width: 49%; float: right; overflow: hidden; } .splitleft { background-color: #ffffff; width: 49%; float: left; overflow: hidden; } How can I get a middle row …

Member Avatar for MidiMagic
0
80
Member Avatar for kcgagne

I've created a css-only dropdown menu and have [I]finally[/I] gotten it working on Netscape 7.2, Firefox 1.5 and IE 7.0. Is anyone here willing to test this for me on other browsers? [URL]http://makeadiapercake.com/index2.html[/URL] (the button menu on the left) (P.S. I just want to mention that the rest of the …

Member Avatar for MidiMagic
0
74
Member Avatar for nathanpacker

I have a script sending out an email to some users, and I was going to try to use CSS to format it, until I found out it's nearly impossible. So I have 2 questions. 1. Is it possible to use CSS in email, and ensure everyone can read it? …

Member Avatar for pty
0
176
Member Avatar for RDRCarlos

I put together a fairly complex website and it doesn't function on some computers, especially macs. I used the Microsoft script editor to write the pages and used vbscript as the scripting language. I originally thought it might of been because I didnt have the <!DOCTYPE> tag as the first …

Member Avatar for MattEvans
0
153
Member Avatar for marjan_m

How to fill color in an object in corel Draw that is made frm free hand tool.I want to draw an object n then to fill it wid any color bt its not happening whn i used free hand tool to make that object. Kindly guide me soon.

Member Avatar for MidiMagic
0
78
Member Avatar for egboy

Is this possible to make the site images being loaded and then appear suddenly? cause the style have many photos so while it being loaded it appear photo after photo and this is to silly.

Member Avatar for MidiMagic
0
144
Member Avatar for mosarie79

I have 3 ecommerce websites I want to try to translate into other languages, such as spanish, french, german...etc when the user is non-english speaking. I did find a product that I could SUBSCRIBE to, but I really dont want to pay 8k per site per year. Does anyone know …

Member Avatar for MidiMagic
0
44
Member Avatar for shivamsoftware
Member Avatar for Racoon200

Is there a way to make than when i mouseover an image, a premade sprite will detect its position and get over it? for example var icon = GetElementById('icon') onmouseover.getPos('icon') move (sprite) to 'icon' I know, i dont know a shit about js sorry for that :S

0
54
Member Avatar for spidey

Hi! I want to know how to make a preloader to a movie. i searched for flash preloader tutorials in several sites but they are all examples of preloading images. Just images, no movie. :?: Especially a whole page made of Flash that takes time to load. It surely needs …

Member Avatar for Fungus1487
0
87
Member Avatar for vexhawk

I was just wondering if anyone knew how to fix the UL and LI hierarchy problem in css with tabmenus. I wanted the border under my featured tab to disappear but it doesnt work well in IE. Please have a look; if you look at this code in Firefox it …

Member Avatar for vexhawk
0
100
Member Avatar for mohaydee

Hi, I've just set up a website but when I type its name on IE7 it doesn't load, no words are seen at the botton of the page like "waiting for http// .... ." Only the word "done" turns up and and the screen remains blank. I contacted the server …

Member Avatar for lahure_dai
0
92
Member Avatar for inovice

Hi I am badly stuck at my layout due to Adsense... I Have prepared the following website using html and its all well till I dont insert Google ads. Can anyone tell me where I need to make changes? Will be really grateful...!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Member Avatar for lahure_dai
0
93
Member Avatar for princekool

Hey; Want to import video files in adobe premier 2.0 but i dont knw whic video format to use. I tried avi, n mpeg they all didnt work to my expectation. Mpeg files was gettin an answer "unsupported file format" and Divx.avi could import but i cant see the video …

0
66
Member Avatar for TapouT
Member Avatar for connor4312

HI! im having trouble with a rainbow mouseover, it only works on the first like it goes over. The code is here: <script src="rainbow.js"></script> with the js being; [code] //////////////////////////////////////////////////////////////////// // Setting var rate = 20; //////////////////////////////////////////////////////////////////// // Main routine if (document.getElementById) window.onerror=new Function("return true") var objActive; // The object …

Member Avatar for connor4312
0
119
Member Avatar for Brent.tc

How can I open a link without opening it in a frame. I have my main frame being Frame1 My menu Frame is Frame2 <a href="mysite.com" target=???????> I want it to open it in the same window, but destroy all frames because it is the link to home so it …

Member Avatar for MattEvans
0
153
Member Avatar for skiopp

For starters, I'm a novice, so please forgive me for not being fully versed in all pertinent terminology. For some of the pages on my website I'm having a compatibility issue w/ Mozilla Browsers run on PCs. For example with my page [URL="http://www.skiopp.com/videos_9.htm"]http://www.skiopp.com/videos_9.htm[/URL] I have seperated the left content box …

Member Avatar for skiopp
0
70
Member Avatar for anthmaina

I am having a problem with drop down menu hiding behind flash in most of the sites I have developed especially using Mozilla.Any ideas,hacks?

Member Avatar for anthmaina
0
103
Member Avatar for Koichi Kuroiwa

We look for patners that can make PSD file coding to XHTML+CSS web standard pages.

Member Avatar for vikramrsingh
0
38
Member Avatar for bobvaz

I have searched many sites looking for this solution and have been unsuccessful. In dynamic drive, there is a new collapsible content box (Switch Content Script II) that almost does what I need. To wit: Switch Content Script II adds contact/expand functionality to any content using icons such as an …

Member Avatar for MidiMagic
0
81

The End.