10,655 Topics

Member Avatar for
Member Avatar for niche1

I need to get my pages to automatically adjust when I adjust the size of the window in my browser. Please direct me to some tutorials that can help me or give me some hints for my how to effectively search this issue. Thanks.

Member Avatar for CommDave
0
81
Member Avatar for trandrewo

I am working on fairly standard layout where the "page" is centered in the window using a wrapper of 960px width (using margin:0 auto to center the wrapper). In that wrapper, I have nested header, content, and footer divs that are set to a width of 100% (of the wrapper). …

Member Avatar for trandrewo
0
87
Member Avatar for chuffman

Hello guys/girls, I am trying to make this flash game and I am running into a part that I have been stumped on and searching for the solution for the last hour. Basically its a "drag and drop" kind of game and when the user goes to click on an …

Member Avatar for JasonHippy
0
112
Member Avatar for hno

HI I have a probleme with the background image of the table . you know ,when we using the img tag for showing an image ,it is possible to determine the width of it but how can do it for a table ? I want to wide the background image …

Member Avatar for leahmarie
0
87
Member Avatar for PDB1982

I'm am trying to make sure that my webpage comes across conrrectly now that everything is stored on our schools servers, and everything checked out fine yesterday when I was using IE8. Now that I'm here, using IE7, the font face won't come across. These are stored in the server …

Member Avatar for PDB1982
0
106
Member Avatar for checker

Hi. Since my layout does not fit 1024 x 768 (it was designed for 1284), I created another css that would fit 1024 resolution. However, I need to replace images with smaller size. It was only index, a few images. I cannot reduce the image size with css because it …

Member Avatar for MidiMagic
0
125
Member Avatar for checker

[CODE]<div id="background"> <img src="images/bg.jpg" class="stretch" alt="" /> </div> #background { width: 100%; height: 100%; position: absolute; overflow: hidden; left: 0px; top: 0px; z-index: 0; } .stretch { width:100%; height:100%; }[/CODE] I put this background the very first div container. It totally covered up my other pictures. I want to force …

Member Avatar for MidiMagic
0
126
Member Avatar for Usdi

I have "copied" the html for a logon screen webpage. It works great and can access the database with the usernames and passwords. However, when entering data for the login, one cannot backspace, if you make an error you must highlight and retype. I believe the code is this <input …

Member Avatar for MidiMagic
0
134
Member Avatar for samarudge

Hi, So I have the following code [code] m = Microphone.get(); o = attachAudio(m); m.setUseEchoSuppression(true); onEnterFrame = function () { vol._xscale = m.activityLevel*100; soundvol = m.activityLevel; inputname = m.name; micgain = m.gain+"%"; outputvolume = m.; freqvolume = \\something }; [/code] As you can see, that code starts taking the input …

Member Avatar for JasonHippy
0
85
Member Avatar for jiaenter
Member Avatar for laura_ci
0
81
Member Avatar for Mapper99

I have a simple web page. Looks great in Firefox and Chrome. I can't figure out what is happening when viewing this page in IE! Anyone have this problem? Here is the page for review: [url]http://www.laudontech.com/office-floor-plans/[/url] Thanks in advance, M

Member Avatar for laura_ci
0
118
Member Avatar for noisydog

Sorry this is a really basic question using DW CS4 and spry menus, my menu has 4 options and each option has a submenu. Click on the option(using ie 8 to test before uploading to server) displays sub menu click on this and it goes to the relevant page OK, …

0
37
Member Avatar for vinithktp

Hi All, i am designing a multilingual website (English / Kannada). I can display Kannada font in IE by using Microsoft WEFT. But it is not displaying properly in Firefox and other browsers. How can i solve this problem. Please help me. Thanking you, Vinith

Member Avatar for vinithktp
0
219
Member Avatar for Lolalola

Hi, how to make that div "left and "rigth" would have 50% empty window. And div "center" always be the center. Now div make one after another [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" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> div.body{ margin:0; …

Member Avatar for ko ko
0
75
Member Avatar for php_noob

Can I make Flash Intros in After Effects? Like this one -> [URL="http://www.templatemonster.com/flash-intro/22713.html"]INTRO[/URL] or they were made from FLASH and AFTER EFFECTS combined?

Member Avatar for php_noob
0
121
Member Avatar for Alexancho

The task is to create links: [URL=http://www.radikal.ru][IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG][/URL] It can be done using HTML only. Something like this: [CODE]<a href="#"><img border="0" src="images/img10.gif" width="9" height="11" alt="" /></a>&nbsp;&nbsp;<a href="#">Read More</a>bsp;&nbsp;&nbsp;&nbsp; <a href="#"><img border="0" src="images/img11.gif" width="13" height="12" alt="" /></a>&nbsp;&nbsp;<a href="#">Comments (33)</a>[/CODE] But it also can be done using CSS. For that you have to …

Member Avatar for wmsigler
0
72
Member Avatar for orko

Hi All, I am trying to design a website, through which i can feed a live streaming (real player/ w. media player)..... but i don't have any idea how to do it.... can any one help me out where to start..... . do i need any software for broadcasting using …

Member Avatar for almostbob
0
168
Member Avatar for n0m4d

How is it possible to have one DIV under another DIV, and then one DIV on the right of those two DIVs? A bit like this: [url]http://i48.tinypic.com/2laaqlh.jpg[/url]

Member Avatar for ko ko
0
99
Member Avatar for PSDtoHTML

Design ideas don't have to be hard to find. For you out there that have specific ideas which are ready to be implemented, you just need someone with the technical know-how to turn them into web reality. Get ideas about the latest web design trends and communications concepts by looking …

-3
55
Member Avatar for K?!

Hi all I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) [CODE] body { margin: 0; padding: 0; border: …

Member Avatar for xigmapro
0
98
Member Avatar for irafaS

Hi, I have a homepage with some links to other homepages, and I want to display the favicon to each page. Is there some way to get it? Thanks!

Member Avatar for irafaS
0
46
Member Avatar for charles07

Hi friends I have a problem. I have a website based on html and css only. It looks fine in my system in all reolutions and all browsers. But when i view it on my friends computer, the div tags are found to be misplaced. Why does it happen? can …

Member Avatar for ko ko
0
60
Member Avatar for landroverthing

Hi Everyone, I have a very simple site layout that I am trying to merge into a shopping cart application. I have created the layout in Dreamweaver and it looks fine there, but when I preview it in the browser, I get gaps between the 'campaign' banner, the 'body' and …

Member Avatar for charles07
0
107
Member Avatar for cathimac

I am not that experienced in all of this, but learning.... I have done a CSS menu, and it appears to be working fine in all browsers except IE8 (I think) I have added the meta tag... [icode]<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />[/icode] but still doesn't work. Can someone please help me!! …

Member Avatar for ko ko
0
144
Member Avatar for saurabhjj

hi guys, I am new to fatwire content server, I need to get all the data in a xml file, before displaying it on the jsp. does any one have any sample or clue for the same. I would be greatly obliged if I get one, thanks, saurabh

0
41
Member Avatar for veledrom

Hi, Which one is loaded faster? Shall I store an image in my hosting an display it or outsource it from different website and display it in my website? <img src="in my image folder/image.jpg" /> OR <img src="http://www.otherwebside/image.jpg" /> Thanks

Member Avatar for almostbob
0
95
Member Avatar for shakunni

We've made a form and when the user fills out the form and clicks "send" we want to do the following: 1) Get the data 2) Run a python script which displays the factorial of 10 [code] <!test get form> <html> <head> <center> TEST </center> </head> <body> <form name="input" action="./fact.py" …

Member Avatar for webmaven
0
71
Member Avatar for ablitz

Hi guys, I've gone through many websites trying to find a solution. Since I'm not that good with css (just started learning) i've failed to get it to work. I have a simple css menu that i've been trying to center for hours now:( could somebody help me out and …

Member Avatar for ablitz
0
142
Member Avatar for sandra21

i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'about.swf' file which i decompiled using …

Member Avatar for rajarajan2017
0
122
Member Avatar for grace.t

Hi Guys, Do you know any [B]FREE[/B] Drupal Plug-in which can post Video and Audio comment in the blogs? Thanks :)

0
50

The End.