10,650 Topics

Member Avatar for
Member Avatar for MooGeek

Hi guys... just wondering if you know some Console like CMD in windows div box or something like this? [url]http://demo.web-console.org/[/url] thank you :D

0
50
Member Avatar for daviddoria

I want to have files like this: File1.xml [code] <titletag> Title1 goes here </titletag> <contenttag> Content1 goes here </contenttag> [/code] and then use this data with something like: [code] <html> <body> ... Place <contents of titletag from File1.xml> here </html> [/code] Is this a reasonable request? How would I do …

Member Avatar for Kraai
0
119
Member Avatar for hsmukunda

Hi li is not rendering properly in div using css, getting truncated. [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="style2.css" type="text/css" media="screen"> <title>Services </title> </head> <body class=""> <div id="container"> <div id="masthead"> </div> <div id="right-upper-navigation"> <ul class="nav"> <li><a href="" title="Premium Services">Premium Services</a></li> <li><a href="" …

Member Avatar for drjohn
0
162
Member Avatar for nickywilliam
Member Avatar for bikeit

I have a piece of HTML/CSS code that works fine in IE8 but in Chrome some of the <A HREF> and <SPAN TITLE> tags inside a <div id> section are ignored. Can anyone advise if there is a workaround for this behaviour or if my coding is incorrect. Here is …

Member Avatar for bikeit
0
1K
Member Avatar for reagansmall

Hello - I'm creating a website using Dreamweaver CS3 and I've run into a problem that I'm having trouble even explaining! Basically, I created a template that has the top, left side, and bottom navigation info and the center is left blank. I made the center an "editable region", and …

Member Avatar for chrisbrandon
0
91
Member Avatar for behzad.gh

I'm trying to add faceboock "like button" and twitter "tweet button" on a list, my list structure is: [code] <list> <listItem> <iframeContainer> <iframe/> </iframeContainer> </listitem> </list> [/code] css is: [code]listItem iframeContainer {display:none;} listItem:hover iframeContainer {display:block;}[/code] the problem is when mouse moves over the <iframe> the <listItem> loses its focus. I …

Member Avatar for Dani
0
179
Member Avatar for devilish demon

i have a css coding working in chrome and opera but not in internet explorer or firefox.. so please have a lok at dis coding and what changes should be done so internet explorer could have a same display as in chrome actually i have just background pictures problem as …

Member Avatar for teedoff
0
122
Member Avatar for red_ruewei

Hi, Sorry if i create thread on wrong topic. I don't know where to put this question. Anyway here is my problem. I had accidently hit button on keyboard while doing development(but I forgot which button) and later on my Find and Replace function on Macromedia Dreamweaver 8 not working. …

Member Avatar for red_ruewei
0
140
Member Avatar for tcollins412

I am writing aa table with two td's and i need help. here is the html: [CODE]<table> <td style='width: 100px; height: 100px; background-color: green;'></td><td style='width: 100px; height: 100px; background-color: green;'></td>[/CODE] and i want to be able to make the first td's left corners rounded and the second td's right corners …

Member Avatar for shaya4207
1
175
Member Avatar for Griffin54

Seasons Greetings! On one of my web site pages I have links to .pdf files. When I click on the buttons to open these .pdf's I get the following message: "A drawing error has occured." Can anyone explain why this is happening? I never used to get this message until …

Member Avatar for Kraai
0
61
Member Avatar for coykiesaol

Hello guys i'm interested in learning web design so i can offer freelances services.Is the best way to learn by yourself or attend a school for web design and are there any websites that teach you web design free ?

Member Avatar for johnmack
0
390
Member Avatar for spudly1987

yes i am trying to create a drop down list menu for example test 1 when click on this link it will drop down under test 2 that type i dont mind if it is in css or html style i have checked everything im dont know css very well …

Member Avatar for shaya4207
0
165
Member Avatar for Resentful

I've looked at several solutions from various search engines, but I haven't found one that has worked just yet. I have a textarea that is displaying a php variable in it. Instead of linebreaks, it simple shows <br />'s, everywhere. I tried replacing them with /n's and various other things, …

Member Avatar for shaya4207
0
72
Member Avatar for chaitanya91845

I have an account in Blogger.com and maintain a blog there. I need to display flash on the blog(They are not videos, but small applications like photo gallery etc.) Such applications depend on data from various folders to run properly such as images, thumbnails, javascript files etc. Hence, I primarily …

Member Avatar for chaitanya91845
0
254
Member Avatar for T4gal

Lately I've been seeing a lot of people saying you should never use table for a site layout, only DIVs. So I began to look into this to see why, and after a lot of reading I'm thoroughly confused. Currently I make all of my websites using tables and CSS …

Member Avatar for localinternet
0
229
Member Avatar for Nicole Maxx

Hi. I am new to flash and have checked out a lot of tutorials. I thought I had the right code, but it will not work correctly and after trying many different things I cannot get my button to work correctly. I have created a movie in flash and added …

Member Avatar for JasonHippy
0
107
Member Avatar for rizvihaider72

Hello! I have made a flash xml / feeds reader which reads feeds from my blog. When i checked it in Flash Environment it worked correctly but as soon as I uploaded it to the server it doesnot load anything. I cannot get what the problem actually is. Thanks in …

Member Avatar for JasonHippy
0
82
Member Avatar for newb_webdevelop

I am trying to build a faculty page for a project and I want to add a float box on my site. My idea behind this is when the user hovers over a faculty member's hyperlinked name, a floatbox appears on the right showing their picture and brief information. The …

Member Avatar for jameskodo85
0
152
Member Avatar for rajeshbv

My question is: ** (De Morgans law) , De Morgans law can sometimes make it more convinient for us to express a logical ex-pression. These laws state that the ex-pression ! (condition 1 && condition 2) is logically equivalent to the ex-pression (!condition 1 || ! condition 2). Also the …

Member Avatar for nHXenos
-1
160
Member Avatar for art_wired

Hello, I'm hoping someone can assist me with a layout problem I'm having in IE8. The HTML for this is: [CODE] <!--[if IE]> <link rel="stylesheet" type="text/css" href="slider.css" /> <![endif]--> <link rel="stylesheet" href="home/home.css" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="contact/js/validation/validation.js"></script> </head> <body id="contact"> <?php require_once('header_graphics.php'); ?> <div id="container"> <?php require_once('logo_link.php'); …

0
132
Member Avatar for whitshade

Does anyone out there know whether an organization must be registered as 501 (c)(3) in order to have a .org extension in its domain name? Are there any other requirements for having a .org domain name or can you just use .org like you would .com, .net , etc.? Thanks.

Member Avatar for whitshade
0
132
Member Avatar for samaniac

Hey guys, I'm creating a website, and when I copy and paste the copyright sign to add it to the footer, i get a weird  character before the copyright sign when I test the website. Could you please help? Thanks

Member Avatar for Kraai
0
113
Member Avatar for shafeequeom

when we are loging out we will get a php page.when i save that page i am not getting that box.i need source code of that page to get that box.Or please say me how to make that box Iam attaching the image of the logout page

Member Avatar for Kraai
0
164
Member Avatar for rajesanthu

[B]HERE'S THE TIP FOR MAKING AND VIEWING YOUR FLASH OBJECT AS TRANSPARENT IN HTML SO THAT THE FLASH OBJECT GET SUITS YOUR PAGE BACKGROUND.......[/B] ITS JUST ADD [B][COLOR="Red"]<param name="wmode" value="transparent">[/COLOR][/B] INTO YOUR CODE FOR INSERTING FLASH IN HTML...BETTER DO IT WITH DREAMWEAVER [B]STEP1:IN YOUR HTML PAGE, INORDER TO ADD A …

Member Avatar for rajarajan2017
0
111
Member Avatar for jfarny

Hello. The problem I'm having is that when I publish a swf movie or export a quicktime movie from flash I get lag in the playback. There is no audio associated with my project, the stage dimensions are 1920 X 1080, and the frame rate is 29.97. I've tried changing …

Member Avatar for rajarajan2017
0
115
Member Avatar for anithajerome
Member Avatar for ITchimes
0
98
Member Avatar for upstream

Hey everyone, im currently designing a database. i usually design my tables with "LastUpdate" field with a smalldatetime data type for tracking purpose. which is whenever user insert or update a row. there's a trigger that updates that specific field. now, i was thinking to split the information of "created …

Member Avatar for buddylee17
0
205
Member Avatar for Guerino1

Hello All, After a few months of release, our site is currently up to approximately 11,000 web pages and continues to grow rapidly. One disadvantage is that we don't have dynamic string-based search implemented, yet, so finding content can only be achieved through highly structured web directory-like cataloging on the …

Member Avatar for agrable
0
335
Member Avatar for lapunluyang

There was a time when 800x600 resolution was used for websites because 14" monitors was IN but now they are used very less. Now 17" monitors have taken their place. So the usage of monitors will decide what website resolution to be used? or you will see the content of …

Member Avatar for agrable
0
129

The End.