10,655 Topics

Member Avatar for
Member Avatar for jonow

Hi I am having trouble with the width of a table in firefox 2. When i try to set the width of the whole table or just a column it does not work. It even overflows over the div it is in. The problem is that it is not wrapping …

Member Avatar for jonow
0
133
Member Avatar for mailtogsuresh

Hi..Im Beginner.... I want change the opacity of background DIV in full screen(when i scrolled the background also increased).But now Visible screen size only opacity changed.I want change the opacity in full screen / scrolled.

Member Avatar for dondondondon
0
333
Member Avatar for pasamike

I was kinda "given" the task of taking over a website which is something i have not done in a while. I have never gotten into CSS beyond styles for text before so i am doing this by trial and error. Anyways, I have a site designed and online. However …

Member Avatar for 1337cookie
0
120
Member Avatar for Barefootsanders

Hi. I'm just being curious here and wondering if anyone would know what type of technology could re-create the web based audio editor used on myxer.com i.e. [url]http://support.myxer.com/2007/06/01/create-ringtones-and-wallpapers-with-our-online-tools/[/url] I'd be interested in attempting to re-create these tools just for kicks and to see how it works. Thanks.

0
84
Member Avatar for Philippe_1

Hey, I have a website with 5 items in the head menu. I have an index with 4 frames. head.html, left.html, main.html and right.html. When I open the website the submenu of the first item will appear in the left frame. When I click on another item in the head …

Member Avatar for DanMcLinden
0
84
Member Avatar for Looka

Hi! Here is a situation. I would like to align <li> inside <div> for my simple menu. The thing is that I'm doing a css based menu instead of gifs on an older website (table design). I've managed to write a css (menu.css) that works perfectly in firefox but not …

Member Avatar for Looka
0
85
Member Avatar for niche1

I need to know if it's possible to send the contents of a window to a printer without prompting the user for how many copies they want to print (copies = 1 without prompting). Is that possible? I could use tips for getting started on a solution for this specific …

Member Avatar for almostbob
0
51
Member Avatar for marjan_m

Hi, I am trying to create tabs using two images, the main background image and then the mouse over image, code i hv written after reading guidelines from a book so thats why cant completly understand where is the problem: css code: [CODE=css] body { font: 62.5%/1.5 Verdana, Arial, Helvetica, …

Member Avatar for sreein1986
0
119
Member Avatar for ChinthakaH

Hey everybody! I'm new to this forum & I'd like to get some help with a 'flash xml menu with sub menus' that I already have. The problem is that main menu labels are short: HOME PORTFOLIO CONTACT US ABOUT US but the sub menus are longer: Transcend Music Publishing …

0
59
Member Avatar for Daria Shmaria

I'm making a "Chicken and Eggs"-style game where the score and level should be constantly shown. While I can display the background of the MovieClips ("score_txt" and "level_txt") that hold them, I can't get it to output the text. I'm not sure if this is because of an error in …

Member Avatar for Daria Shmaria
0
72
Member Avatar for Daria Shmaria

I'm writing a "Chicken and Eggs"-style game. I get an error in Main.as, line 160, that says "1119: Access of possibly undefined property ENTER_FRAME through a reference with static type Class." Line 160 is: [code] basket_mc.removeEventListener(KeyboardEvent.ENTER_FRAME,moveBasket); [/code] basket_mc is a MovieClip of the basket used to collect falling eggs. moveBasket …

Member Avatar for Daria Shmaria
0
103
Member Avatar for NeoKyrgyz

Hi, guy I've created an animation (swf file) using AS3 and FlashDevelop. I'm able to compile and play it in FlashDevelop but when I open it in any browser (IE, Firefox, Chrome) I just see the background color and that's it. (I've flash player plugin installed on browsers). What my …

Member Avatar for NeoKyrgyz
0
274
Member Avatar for BigFormat

It's not a lot more than curiosity, which is the difference between <br> and <br /> ? I see both of them widely used and abused, are they completely interchangeable ?

Member Avatar for BigFormat
0
93
Member Avatar for drumichael87

Okay, here goes. I am using this template. [URL="http://collectibleshakers.com"]Site is Here[/URL]. Seems straight forward enough. Well, when I try to put my Twitter widget in the black bar, the navigation disappears. The twitter widget uses a UL, as does the navigation at the top of the page. There is evidently …

Member Avatar for dipak_passion
0
133
Member Avatar for richk171

Hi This is my 1st attempt at a website, which I'm writing for someone as a surprise. I am using microsoft office live as the platform for my website. what I've attempted is find a picture layout I liked from another website and copied the relevant code, replacing thier website/pic …

Member Avatar for MidiMagic
0
162
Member Avatar for desmati

Insert div into paragraph How can I develop something like the attached image (attachment 1)? [ATTACH]10423[/ATTACH] I’m using asp.net(c#), JavaScript (jQuery). And here is the story: When user is reading an article, I want to insert top rated articles into the article content as an offer for reader. I tried …

Member Avatar for MidiMagic
0
26
Member Avatar for toadzky

I have an ebook in HTML that is about 10000 lines long. I am looking to find and fix the misspelled words, words that don't have spaces etc. Is there anything out there that can take an input file and a dictionary file and find all the unrecognized words?

Member Avatar for MidiMagic
0
113
Member Avatar for Buckeye0108

Hey all! Im trying to start an online business and I was curious to know if Google Ads are a good form of advertisement? Also is Google a safe SEO tool?

Member Avatar for thefandango
0
37
Member Avatar for cobberas

Hi all I'm getting different image resizing by different browsers when I resize the browser window: with Mozilla the images (photos) resize with the window size and all is good; with IE7 the images remain the same size regardless of window size, so they end up way too big in …

Member Avatar for MidiMagic
0
134
Member Avatar for buck51

Does anybody know of software that will convert Excel spreadsheets to HTML for Macs? I've seen a few converting programs but none so far that are Mac-friendly.

Member Avatar for flavabrwn
0
372
Member Avatar for MJ Pieterse

i'm not sure if this is the right place to post this, but i'm having an issue with a title on a mapped area on an image. i'm using the boxover from Swazz [url]http://boxover.swazz.org/[/url] It works all well, but in IE and Opera, the first time i hover over the …

0
74
Member Avatar for nzcreativeweb

I am wondering is it possible to invent your own HTML codes? For example there are basic tags like <html>, <a href="yoursite.com">, <meta tag="keywords" content="your words"> etc etc etc. I'd imagine one would need some sort of programming skills to do this, but would like to know some thoughts on …

Member Avatar for Airshow
0
99
Member Avatar for spiriad

Hello, I would like to know how can I load a page in a iframe but with some added things to it (like scripts, header, etc). Suppose I have this example : Code: [CODE] <html> <head> <script type="text/javascript"> function rightButton(event){ if (event.button==2) alert("You clicked the right mouse button!") } </script> …

Member Avatar for spiriad
0
63
Member Avatar for ludacruzz

I am trying to design a website but I get stucked by the css. I have a problem with my divs, maybe I've made a mistake somewhere but my div for footer is not visible in IE7, and when I try to do other nested divs, it gives me a …

Member Avatar for ludacruzz
0
117
Member Avatar for rrfk

Hi, My name is Christoph. I live on the west coast. I am as mentioned in this thread's subject as well as many other things including a singer/songwriter. I'll be happy to contribute what I can to these forums which serve as a brilliant lamp post to those lost in …

Member Avatar for debasisdas
0
8
Member Avatar for Just69

Hey, Please help. I have designed my site using Corel Draw X3 then published to html. I then imported the files to Dreamweaver with no problem. Site is working great except that i need the page to automatically adjust to whatever res the user is on to fit the page …

Member Avatar for snuffmigruff
0
115
Member Avatar for sussy123

i have tried everything a newbie could possibly try. i battled through my first websites and managed to overcome and learn much. Now ironically that i tried a template, i am having more problems. I was about to work on other pages of this site, cause everything looked perfect in …

Member Avatar for MJ Pieterse
0
78
Member Avatar for gagan22

hi all, I have done one work in using multiple select box in which i am fetching value of select boxes from database. This all work i have done using ajax. Like when we select country form first select box then it will show state comes under country. But now …

Member Avatar for almostbob
0
99
Member Avatar for cguan_77

hi, does anyone knows a workaround on this: I have this code, but the syntax is deprecated already. what i want is to display the whole length of the table.. but if i keep adding contents to the table i need to increase the height value.. i'm doing the wrong …

Member Avatar for essential
0
154
Member Avatar for stockton

I have a web page at [url]http://www.stockton.co.za/prince.shtml[/url] which I am unhappy with and would like to alter. I don't like it for the following reasons:- 1) All images are loaded at inception making it quite slow. 2) It is definitely not user friendly. What I thought of doing was to …

Member Avatar for MidiMagic
0
190

The End.