10,643 Topics

Member Avatar for
Member Avatar for glindhot

I am rather fond of frames – a static navigation bar suits me fine. I wanted to put a frame on my homepage but not if it meant problems for browsers, etc. My solution was a combination – a standard frameless page but with an optional link to a frame. …

Member Avatar for scrappedcola
0
64
Member Avatar for AycheKay

My images contained inside a tags have blue borders around them. How do I get rid of these borders? Here's what I've been trying and it doesn't work: [CODE]#gallery .a .img { border-style: none; }[/CODE]

Member Avatar for AycheKay
0
95
Member Avatar for suavedesign

If there's anyone that can help, I'd appreciate any suggestions with this issue: I created my site with an elastic layout, using all measurements in ems. However, the layout gets distorted when a user zooms in or out. The nav bar gets completely messed up, and on firefox when the …

Member Avatar for cfajohnson
0
682
Member Avatar for Hawkeye Python

Hi! I've just started with HTML and I'm creating my first page. Really simple. How can I print a tag? I mean, I'm trying to do this: [CODE]<p id="test">This is a test using the <p> tag</p>[/CODE] But it doesn't print the "<p>" in "using the <p> tag"...

Member Avatar for jalarie
0
86
Member Avatar for minimogul

I am trying to style two different forms on one page. I want to do so with out using frames I am not fond of them. Most of the pages I have done only require form per page. Please help I thank you in advance and hope you guys can …

Member Avatar for floatingDivs
1
83
Member Avatar for Reliable

Happy New Year Everyone! By the time you read this perhaps you have enjoyed a safe fun and fun New years celebration. I have been making the graphics for my deisgn in Photoshop and putting them together in Dreamweaver. While I will still use Dreamweaver I recently fired up Fireworks …

0
119
Member Avatar for aamir2100

Hi ! i m a beginner , i made a website on dream weaver first time . Its nice but wen i see on browser it goes left . i want put it to center. one more thing . when i see on desktop browser it comes in center but …

Member Avatar for shaya4207
0
82
Member Avatar for oO_flynn_oO

Hey, this is my first post. i hope someone can help. [B]Backstory[/B]: i am putting up this web site, using a flash template: [url]http://jealousproductions.net/[/url] the publish settings are set to have 100% width & 100% height for the html file. Under the main title bar, there are 4 pages. The …

0
130
Member Avatar for Reliable

Hello, Yes, I've googled it, but want to check for confirmation (mire if a trust issue). If I make colored tabs for my navigation elements that are at least as large as the largest element if not larger and set them as background images for a:hover will the image put …

Member Avatar for Reliable
0
99
Member Avatar for xxmp
Member Avatar for powersstuff

[url]http://www.creativedesignresolutions.com/projects/highway/bridges/i-35-corridor-widening-construction-project-1,-us77/39.html?headerbar=0[/url] Please see my issue on above page that I need to fix. I've got a Vimeo video and a wmv video on this page with two buttons: one for flash, one for wmv player. The issue is that when the wmv button is clicked the video tries to load …

Member Avatar for powersstuff
0
209
Member Avatar for kRaeTwin

Basically, I'm making my first website (I'm a programmer not a web developer) and I've ran into some trouble. Take a look at the picture and you'll see what I mean: [URL="http://img214.imageshack.us/img214/1994/helpk.jpg"]Here[/URL] Basically, I want to do it so that if the text extends far down the page, it will …

Member Avatar for Tsakaki
0
136
Member Avatar for Crocodile3

Hi all I am conducting a usability research for my MSc dissertation. If you could spare a few minutes and fill in my anonymous survey I would really appreciate it! If not , then thanks for taking time reading this, and I really hope this thread wasn't too much of …

0
36
Member Avatar for expertsudhir

I am developing an intranet website using flash. I have downloaded a free template which I modified; It is running correctly but there is one problem; when i run the swf file directly it displays all the images; but when i run it from webserver it does not display 3 …

Member Avatar for rajarajan2017
0
88
Member Avatar for cdes1145

Hi, I've just made a login script for my first website (I'm impressed with me). But it appears at the top left rather than centrally which to me looks unsightly. Is there a way to align this to centre both horizontally and vertically? I've listed my code below. Any help …

Member Avatar for jlego
0
148
Member Avatar for ivanichi

I want to make layout like this...(in attachment) please some one help me, the problem in [b]z-index[/B]...i can't edit [b]input text[/b]. thanks all.

Member Avatar for ivanichi
0
322
Member Avatar for shannie2010

I have used Core FTP for years and have never come upon this problem hope someone can help. I am trying to override index.html on my website but keep getting the message "550 index.html: Operation not permitted" and cannot even delete the index.html. I can upload any other file or …

Member Avatar for shannie2010
0
142
Member Avatar for BelgianQueen

I do not want to use a static image as a background. Instead I want to be able to use different images through out the website. How do I accomplish that in CSS?

Member Avatar for Arkinder
0
110
Member Avatar for xuexue

hi guys, i am generating a certain element using javascript inside a table.. now, my problem is that, inside a cell, i will input a text and a textbox.. if the sequence is like this, text textbox both displays in the screen, if it's like this, textbox text only the …

Member Avatar for xuexue
0
103
Member Avatar for Resentful

I am finishing up the design of my website and I have one little issue. I am trying to put an image as a slide, however the image isn't appearing the correct place. You may view the image at [url]http://www.survator.com[/url]. It is the first slide. The code is: [CODE=html] <span …

Member Avatar for Resentful
0
45
Member Avatar for dougancil

I have a web page that I converted from a psd file to html with Photoshop and imported into Dreamweaver. The problem I'm having is that some viewers comment on the fact that the page is left justified. I inserted a div tag into the html with a wrap around …

Member Avatar for Armadillo
0
241
Member Avatar for javanew

i want to make a FAQ page ,, but i am facing a problem How to make an HTML flag so that when u click on the question the browser takes you down to the question, so that the user doesnt have to search for his question down.. PLAEse help …

Member Avatar for RykeTech
0
55
Member Avatar for Violet_82

Hi guys, I am having some problems with the navigation of this website I am involved with. The issue I have is on the left hand side navigation. I can't get the buttons to sit neatly on the top of each other, it looks like there is some space between …

Member Avatar for Violet_82
0
98
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
90
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

The End.