10,643 Topics

Member Avatar for
Member Avatar for aizel

[CODE] <div id="navmenu"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Services</a></li> </ul> </div>[/CODE] output that i want: i want it to start at the right so here is the sample output: <----HOME ABOUT US SERVICES so if i add contact from the list it should be: <----HOME ABOUT US SERVICES …

Member Avatar for Kraai
0
71
Member Avatar for Cats777

I've been messing around in Photoshop to create a 1x1 semi-transparent image to use as a background on parts of my website. It has been successful to a degree. The transparency works in Firefox and Chrome, but fails miserably in IE, where the background is completely opaque. I think there's …

Member Avatar for Cats777
0
84
Member Avatar for daviddoria

I have recently taken over as a volunteer webmaster for this website: [url]http://www.ewh.ieee.org/r1/schenectady/newsletter.html[/url] Under the "Schenectady Section News" heading, you can see that there are a bunch of simple pages that all look the same. The current process to add a new one is to copy and paste an old …

Member Avatar for daviddoria
0
118
Member Avatar for daviddoria

I put a simple script: [code] <? php print "Hello world"; ?> [/code] here: [url]http://ewh.ieee.org/r1/schenectady/HelloWorld.php[/url] When I go to the page, I don't see "Hello world" displayed. Does that mean PHP is not enabled on the server? Thanks, David

Member Avatar for daviddoria
0
266
Member Avatar for selasedaniweb

I have performed heuristic evaluation on the following web site "http://www.ghanaairports.com.gh/" and identified a couple of problems. Am supposed to submit this as part of my assignment and want to validate my findings and improve my findings should there be a criteria am missing. Id be very grateful if respondents …

Member Avatar for Ezzaral
0
110
Member Avatar for cashblogs

Hi again, I am having issues with Dreamweaver 8 not saving my user name and password for sites that are connected through ftp. Anyone have this issue? Is there a way to correct this through settings? Please advise thanks for the support

Member Avatar for Brian Stephens
0
252
Member Avatar for rajeesh_rsn

Friends I had 2 dynamic pages in my web sites which are' [ICODE]1. [url]www.mysite.com/viewItem.php?Id=fghasd[/url] 2. [url]www.mysite.com/viewVideo.php?video=fsdfsdf[/url][/ICODE] I want to rewrite these URL in this way [ICODE]1. [url]www.mysite.com/video/adsadasdasd[/url] 2. [url]www.mysite.com/item/asdasdasdsa[/url][/ICODE] I m a fresher in .htaccess Please help me

Member Avatar for Kraai
0
79
Member Avatar for Snowbell

Hi, I was toying with some photoshop brushes and came up with a background where the brushes are filled with gradient. Now, I want to use it for a web site background. Is there any way I can repeat the image in css in a nice way without ruining the …

Member Avatar for logoonlinepros
0
125
Member Avatar for coud_ren_26

I have this code for my menu bar home.html file ----------------------------------- [CODE=html]<html> <body background="background_aboutus1.jpg"> <link rel="stylesheet" type="text/css" href="menuBar/pro_dropdown_2.css" /> <script src="menuBar/stuHover.js" type="text/javascript"></script> <ul id="nav"> <li class="top"><a href="home.html" class="top_link"><span>Home</span></a></li> <li class="top"><a href="pulmonary_pulmoxcel.html" id="products" class="top_link"> <span class="down">Products</span></a> <ul class="sub"> <li><a href="pulmonary_pulmoxcel.html" class="fly">Pulmonary</a> <ul> <li><a href="pulmonary_pulmoxcel.html">Pulmoxcel</a></li> <li><a href="pulmonary_ventar.html">Ventar</a></li> <li><a href="pulmonary_ventar_exp.html">Ventar Exp</a></li> <li><a href="productPage/pulmonary_qualisone.html">Qualisone</a></li> …

Member Avatar for Roymj
0
144
Member Avatar for Griffin54

Hello! I have a question regarding positioning. On my web page I have a set of buttons in a horizontal row that I want to appear on a certain spot - lining up evenly with the left side of my image box. I can accomplish this on my screen using …

Member Avatar for Borzoi
0
115
Member Avatar for Motorider

I have been playing around with liquid websites and Ive pretty much got it down except for the text. When designing for a smaller screen size the text becomes too small when viewed in a larger screen. And visa versa when designed for a larger screen size the text becomes …

Member Avatar for Kraai
0
38
Member Avatar for JayGeePee

I'm having a little trouble finding any kind of info on how to do what im going to ask. I have a list menu... How would I, or can I with an onclick event display more boxes. Heres what i mean. When someone clicks on cancel account for instance, when …

Member Avatar for Kraai
0
553
Member Avatar for trpsjt2008

My Problem is Text is not wrapping when it at the end of the line it break through the border of the div [B]My CSS:[/B] [CODE] html,body { margin:0; padding:0; height:100%; background:gray; font-family:arial,sans-serif; font-size:small; color:#666; } h1 { font:1.5em georgia,serif; margin:0.5em 0; } h2 { font:1.25em georgia,serif; margin:0 0 0.5em; …

Member Avatar for Kraai
0
135
Member Avatar for dwlamb_001

Hello all, I'm having a CSS issue. Here is a sample of the site [URL="http://challenged.dwlamb.com/"]http://challenged.dwlamb.com/[/URL]. If viewed in IE, there's no problem. In FF, Chrome and Safari, the background image stops when it hits the content div. These are the divs [CODE="css"] #wrapper{ background: #ffffff url('../images/axis-y_bkgrd.jpg') repeat-y fixed center top; …

Member Avatar for dwlamb_001
0
77
Member Avatar for TLCJohn

Hi all, I wonder if somebody could answer a very simple question, we have a client who has a copy of Dreamweaver 8, she would like us to design some website templates for her to use on her travel website, but we are designing in Dreamweaver CS4. Question: if I …

Member Avatar for drjohn
0
55
Member Avatar for dennishall

Hi: Can anyone point me to a flash "local site" search field capable of searching one MySQL DB table using PHP? I've been searching for a week and found Flash SEO search, Flash textfile search, etc. but nothing meeting my requirements. Thanks in advance, dennishall

0
62
Member Avatar for fuston05

I am self taught in PHP, css, html, and currently learning javaScript. I am unable to go to school due to financial reasons. I am in the US. I was wondering if anyone knows if its possible to find an opportunity to get into the field professionally with no schooling, …

Member Avatar for fuston05
0
177
Member Avatar for RahsAlGhul

[CODE]Having troubles trying to get image repeat-y to go 100% of browser window height. This is the page background and I am trying to do it in the wrapper div. The image is 1000px wide by 5px high. I have tried a few different techniques with no success. When I …

Member Avatar for scrappedcola
0
234
Member Avatar for mushget

Does anybody know how to extract a colour scheme from one image and apply it to another image in Photoshop? Thanks

0
63
Member Avatar for coud_ren_26

I have this code for my menu bar home.html file ----------------------------------- [CODE] <html> <body background="background_aboutus1.jpg"> <link rel="stylesheet" type="text/css" href="menuBar/pro_dropdown_2.css" /> <script src="menuBar/stuHover.js" type="text/javascript"></script> <ul id="nav"> <li class="top"><a href="home.html" class="top_link"><span>Home</span></a></li> <li class="top"><a href="pulmonary_pulmoxcel.html" id="products" class="top_link"> <span class="down">Products</span></a> <ul class="sub"> <li><a href="pulmonary_pulmoxcel.html" class="fly">Pulmonary</a> <ul> <li><a href="pulmonary_pulmoxcel.html">Pulmoxcel</a></li> <li><a href="pulmonary_ventar.html">Ventar</a></li> <li><a href="pulmonary_ventar_exp.html">Ventar Exp</a></li> <li><a …

Member Avatar for MJ Pieterse
0
162
Member Avatar for Borzoi

Hello all, How would I go about getting my site to redirect any visitor to [url]http://site.com[/url] rather than [url]http://www.site.com?[/url] I have searched the forums here and have tried various coding people have provided but none of it seems to work. Could someone maybe post a step by step guide on …

Member Avatar for Kraai
0
134
Member Avatar for fantasma

Greetings once again I have this form created in my page, and I pretend it to be fully tableless however, margins in IE7 aren't equal to the ones in other browsers. Also, adding another problem to the party, Firefox 3.5 (the only one different from 3.6, which renders correctly, that …

Member Avatar for fantasma
0
117
Member Avatar for joao_pimentel

Hi I work for a company where we all share a file system with a lot of documents, mainly Word doc, Excel and many others. Anyone can access, change, read or write all documents. No security problems involved! I want to create a html web page, to work with any …

Member Avatar for joao_pimentel
0
101
Member Avatar for mprez

I am developing a website which requires some overlapping of divs to achieve the effect of the company mascot hanging off the side of some content. The effect works perfectly in safari and firefox, however IE doesn't show the div's... It won't even put a border around the text it …

Member Avatar for mprez
0
93
Member Avatar for pencils44

Ok... I'm totally new to website creating. I started re-creating a site and was almost finished and I posted it and realized that in Firefox, the text shows, but nothing else does. There are boxes with little annoying "x"s in the corner. I am using publisher, saving them as web …

Member Avatar for MJ Pieterse
0
94
Member Avatar for chris_j_haines

Hi, I was hoping if anyone could give me any guidance. I have always been interested in website design, mainly the coding using HTML and CSS (I also have experience with PHP and MySQL as I used this for my final year project at university) Basically what I am looking …

Member Avatar for janetzensis
0
118
Member Avatar for Reliable

Hello All, I'm torn between methods for using an image as my website header while still maintaining accessibility and making the site SEO friendly. I initially just used the image as a background image. I also saw how another site used the image as the background image with an actual …

Member Avatar for Kraai
0
99
Member Avatar for drooblez23

Hello, I'm a new user, but a long time reader (sounds like I'm on a radio show lol) and I just have a question regarding the "page shift problem". For those of you who are not familiar with what the page shift is, it's basically only happens with "centered" templates. …

Member Avatar for ko ko
0
115
Member Avatar for apollokid

Hi All I can't figure out the selector name for the li item freshperspective. See I am trying to roll over the list item fresh perspective and have the list show underneath it. I can get it with the following css styling but It is visible when you roll over …

Member Avatar for ko ko
0
99
Member Avatar for someone5

I've been trying to make a registration page and a login page but it's not working. :'( Please help.

Member Avatar for ko ko
0
92

The End.