10,643 Topics

Member Avatar for
Member Avatar for Nattynooster

Hello, I'm making a website for a friend of mine, located at [url]http://www.theconsolelounge.co.uk/catherine[/url] But as you might of noticed, the navigation bar is not doing what it is supposed to be doing, I'm trying to make it fit all onto one line on 800x600, It should do this anyway, but …

Member Avatar for MidiMagic
0
130
Member Avatar for gackerman43

Hi, I'm trying to make the following div element I found using firebug not appear through CSS. What code should I add to my CSS stylesheet? I'm assuming it's display:none but don't know where to add it. <div dojoattachpoint="_embedGroupButton" class="embed_group button">Embed</div> Any help would be appreciated! Thanks

Member Avatar for MidiMagic
0
90
Member Avatar for kako13

Hi, the site navigation bard (on gray) look different from page to page. I want it to keep the same size no matter what page I visit. I attached the CSS and the html pages. * This problem seems to happen in Internet Explorer. [CODE=css]body { font-family: Verdana, Arial, Helvetica, …

Member Avatar for MidiMagic
0
73
Member Avatar for alphabetical

So i have a page which layout "fits" to screen, so that users do not have to scroll to view the content in the middle. It has a header, a container/body area (with its own internal scrollbar) and a footer that supposedly sticks to the bottom. The problem: for IE …

Member Avatar for MidiMagic
0
260
Member Avatar for cali_dotcom

Hi, i have a problem trying to style a dynamically generated lists. the list ia dynamically generated with ajax and could be very long. i set a div container for the list but right now the list overflows way beyond the div container. i would need the list to some …

Member Avatar for MidiMagic
0
144
Member Avatar for Atomika3000

i've made a website with a contact form, but everytime you click the send button it opens the computer default e-mail client. i know there is a way of doing this, but i dont know how. I think it involves php and if it does can somebody show me how …

Member Avatar for MidiMagic
0
164
Member Avatar for ggeoff

Hi I am still a newbie as far as using CSS is concerned. I had a problem, now resolved, where the CSS for part of my website was not working. I just couldn't see what was wrong! Eventually after a sleepless night and a search on the Web I solved …

Member Avatar for MidiMagic
0
180
Member Avatar for ma-chino

Hi All- I have the following iframe on my main web page which calls up another html that has several links that popup images whenever you hover over the link. Thus far, everything is working except that I would like to have the popup images centered on the iframe and …

0
47
Member Avatar for beko

I am trying to centre the whole of my page. I have kind of done it by creating a div called "alignment" containing all my HTML. Then I've done this with the CSS: [code] #alignment {text-align: left; margin: 0px auto; width: 750px; } [/code] It kind of looks centred but …

Member Avatar for Airshow
0
71
Member Avatar for tokyoboi21

i'm new to this webdesin thing. what i need is a way to input information to the site, and have that information sent back to me at a specific time specified to my cell in a text. lets say i want to remember to call someone at 4 pm on …

Member Avatar for bhagu
0
104
Member Avatar for siji44

Hi, I have designed one html page (home) with CSS. I have four more pages in html and want my heading and menus to be repeated. How should i do it? Do i have to write all the heading and menu contents in each of my pages or is there …

Member Avatar for bbqkaren
0
399
Member Avatar for solahere

I am having some image resize problem with IE6 when I use the following code, the image looks blurry and the embedded text in the picture cannot be read properly...(it works great in Firefox) [ICODE]<p align = "center">&nbsp;<img border="0" name = "imgName"; src="updatedFlow.png" width="700" height="740"></p>[/ICODE] However, if I remove the …

Member Avatar for stevenpetersen
0
188
Member Avatar for Aeturnus01

Hi all, I'm totally new at web design and learning fast with tutorials, I have built the website already and now I'm trying to embed a flash movie that I just created in Adobe Flash CS3 successfully, I have also published the flash movie in HTML/.swf so I'm good there, …

Member Avatar for stevenpetersen
0
129
Member Avatar for bethennyengland

How can I keep up with new features of css and html? is there a good site I can go that lists websites with new good design layouts that I can try to emulate for sites?

Member Avatar for TheAlex
0
92
Member Avatar for bhagu

Hi, all!! I have very good base of html. I want to learn more about web design and development. I started to teach myself CSS. Than I will learn Javascript, PHP and MySQL. This is my journey I have decided. But, I am still confuse. Your suggestion would might help …

Member Avatar for moodymoe15
0
213
Member Avatar for lisa wilson

Benefits of a Unique Design When it comes to designing part of a website it is important that its design is unique and represents your brand identity. Therefore, one must discuss your company profile and short and long term goals with the designers of web marketing Company India who is …

Member Avatar for laura_ci
0
135
Member Avatar for php_noob

my BG doesn't load in FIREFOX? [ICODE]<div id="wrapper"> <div id="head"> <img src="images/png/xxxx.png" alt="xxx Logo" /> <div id="info-call"><img src="images/png/xxxx.png" alt="call-center" /></div> </div> <div id="navigator"><img src="images/xxx/left-nav.png" alt="navigation" class="left" /><img src="images/xxx/right-nav.png" class="right" alt="navigation" /></div> </div> [/ICODE] This is the HTML it is on DOCTYPE strict the problem is on NAVIGATOR! [ICODE] .left{ float:left; …

Member Avatar for php_noob
0
88
Member Avatar for djnzak

Hi, i would like to create a flash file which will have thumbnails of various images (about a 100) what i would like to do is make on image at a time (tandom sequence) glow or have an increase in alpha and then come back to normal and then another …

Member Avatar for JasonHippy
0
395
Member Avatar for abrocketman

I have created a swf file in flash cs4 and exported it. I have viewed it locally and it works fine. Once I upload it to the server it just play. I have looked at everything and it just wont play. I am stuck and not sure what else to …

Member Avatar for JasonHippy
0
227
Member Avatar for solahere

I wanted to do some popon windows when someone hovers over something on my page... new_window = open("page.html", "displayWindow", "toolbar=no,width=600,height=300,directories=no,status=no,scrollbars=no,resize=no,menubar=no"); I can do that by opening a popup using the abovecode but it opens in a separate page... I want it to hover on top of the same page some …

Member Avatar for solahere
0
119
Member Avatar for kaylar

I have a web site that I built using HTML and CSS. I uploaded the site to the server and it works great except for the add to cart button. I took the site down and put the old one back up because the shopping cart is not working. The …

Member Avatar for kaylar
0
413
Member Avatar for Eman84

Hi, I need my website to be described in two languages; Arabic - which is rtl, and, English - which is ltr. I need the keywords in both languages, too Is it right to duplicate the meta description and the meta keywords tag???? like this: [CODE] <meta name="keywords" content="Eng Keyword1" …

Member Avatar for Eman84
0
70
Member Avatar for GianFire

Hi, I apologized if I am not asking the right question here or I am posting in the wrong question. But, I hope I can get some direction on where to go to accomplish this. I trying to create a secured site. Users will be log in with their own …

Member Avatar for peter_budo
0
175
Member Avatar for fisher318

Hello, ok, for the web site groundwire.net, the live chat button on the far right displays fine in firefox and safari, but is slightly offline in IE7 and EXTREMELY messed up in IE6. Anyone able to point me in the right direction of how to get this code to work …

Member Avatar for fisher318
0
79
Member Avatar for christnelson

I'm new to Dreamweaver and working with Spry Menus. I started with the adobe tutorials this weekend and am working my way through things now. I'm currently 'stuck' on two steps. I've put a mock of the header here for illustration: [url]http://tamos.net/~cnelson/Dreamweaver/[/url] VERTICAL BORDERS FOR THE BUTTONS: The first has …

0
53
Member Avatar for chorcho

I made a wonderfull photo gallery and I had some trouble. The pics enlarge on mouse over, but, the problem is that in resolutions like 800X600 or 1024X768 the enlarged images "hide" behind the flash menu... for better understanding, have a quick look please. [URL="http://www.christianvidal.com.ar/galecvq.htm"]http://www.christianvidal.com.ar/galecvq.htm[/URL] I also attached a screenshot …

Member Avatar for Airshow
0
295
Member Avatar for jimmy2b

i am trying to create a multiple choice question(mcq) on the web i wrote the code for the question page...but i dont know how to store the result that the user gives so that there can be an analysis of his/her mcq test...and according to which their result will be …

0
35
Member Avatar for tillotama

hi please check the code which works fine in IE but not in Firefox... urgent help required... HTML [code=html]<!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"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Untitled Document</title> <link rel="stylesheet" href="style.css" type="text/css" /> <!-- …

Member Avatar for essential
0
217
Member Avatar for ayesha789

Hi, I want to know about cricinfo.com like menu. How I can develop a menu using Fireworks, Dreamweaver. please guide me. or any easy way .please share.

Member Avatar for kako13
0
71
Member Avatar for BamaStangGuy

I need some software that will be able to convert any video type to flash and then watermark the video as well. Right now I am using the free Riva FLV Encoder which does a great job encoding the file but I can't watermark using it. What does everyone else …

Member Avatar for peter_budo
0
310

The End.