10,643 Topics

Member Avatar for
Member Avatar for jackbauer24

HTML:- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html lang="en"> <head> <title>hey</title> <link rel="stylesheet" type="text/css" href="style.css"/> <script src="functions.js"></script> </head> <body> <img src="website_main-logo(main).png" class="mainLogo" height = "120" width="336"/> <img src="authoropedia_logo.png" class="authorLogo" height="112" width="249"/> <hr class="hrStyle"/> <ul class="navigBarLinks"> <li> <a class="navigLinkDecorForHome" id="youarehereForHome" href="#"></a></li> <li> <a class="navigLinkDecorForAuthors" href="#"></a></li> </ul> </body> </html> CSS:- …

Member Avatar for JorgeM
0
2K
Member Avatar for LogicWeb

Trying to set 2 columns using css/div. I want the mp3 player on left column at 375px and chat room on right column at 100% width (fluid), both at 600px height. I'm using this code: <style> #containerchat { width: 100%; margin-left: auto ; margin-right: auto ; height: 600px; } #contentchat …

Member Avatar for JorgeM
0
114
Member Avatar for queendaedra

Hello Everyone, I need help with the CSS of a theme I have for Wordpress. All I want to do is move the nav bar over to the left to line up with my logo on my site, bu I dont want to ruin the mobile version of the layout. …

Member Avatar for queendaedra
0
309
Member Avatar for Acidburn

Hello, I've been playing around with some CSS in an attempt to grow my knowledge. Now, I've drafted up a design on paper and the idea was to have a login box on the right hand side. A sub menu in the middle and a fairly large title banner. So …

Member Avatar for JorgeM
0
110
Member Avatar for gcs584

Hi All, I've developed a site for a small to medium sized company. The current website is only 3 months old. After attaining much success, the company has plans to expand its site. This is great for the business, but is a bit of a pain for the web developer …

Member Avatar for venkat1026
0
119
Member Avatar for veledrom

Hi, Is there any specific URL that I can attach latitude and longitude to it and open Google Map in another page to see the location? Thanks

Member Avatar for veledrom
0
66
Member Avatar for LogicWeb

I'm looking to set a 128px x 128px image as background with default opacity to.30 and hover to .70 I cannot get this working right. Current code is: /********** POPUP RADIO ***********/ div#Navigation{ height:96px; width:96px; } div#Navigation ul{ list-style:none; padding:0; } div#Navigation ul li{ display:block; text-align: right height:96px; width:96px; background:url(images/radio.png) …

Member Avatar for ashishkumar_bhi
0
82
Member Avatar for RedexProGamma

Hey all. I'm doing a new project in AS3 to try and learn more (I've only every used AS2), and I'm having some problems... Whenever I run the program as it is, it tells me (Output Window) that my Keyboard events don't do anything? I have almost 101 lines of …

Member Avatar for RedexProGamma
0
157
Member Avatar for KIP15

Hello everyone. I have been designing several professional websites with <!DOCTYPE HTML> and old Doctypes. The problem I am encountering over and over is that the margins with Opera latest (versions), Chrome and IE seem fine. However with Firefox, all the margins in my footer appear totally distorted. Cant anyone …

Member Avatar for KIP15
0
138
Member Avatar for bkjfdghiuds

im using a wordpress plugin called [photospace](http://thriveweb.com.au/the-lab/wordpress-gallery-plugin-photospace-2/#6). it works great except images always seem to stack up on top of each other. [[image here]](http://i.imgur.com/77vPl.jpg) i edited the css file thinking it was a padding issue but it didnt work. i looked though the javascript file too but i dont see …

Member Avatar for jackbauer24
0
213
Member Avatar for kmpoaquests

I need help creating a form for a project. I'm open to HTML5 , Jquery , Javascript but I will need this to be compatible with Iphone/Ipad/Android. I need to create a form with a text field. Only 7 digit model numbers will be typed into the field. Based on …

Member Avatar for hericles
0
243
Member Avatar for jackbauer24

HTML <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html lang="en"> <head> <title>hey</title> <link rel="stylesheet" type="text/css" href="style.css"/> <script src="functions.js"></script> </head> <body> <img src="website_main-logo(main).png" class="mainLogo" height = "120" width="336"/> <img src="authoropedia_logo.png" class="authorLogo" height="112" width="249"/> </p> <hr/> <div class="linksPositionDiv"> <a class="homeLink" href="authoropedia.html"></a> <a class="aboutAlert" href="javascript:about();"></a> </div> </body> </html> CSS:- .mainLogo { position: …

Member Avatar for jackbauer24
0
116
Member Avatar for jackbauer24

Hey guys, thepythonguy here. Here is my problem:- My son has made a CSS webpage. It is in the rar file I gave you. It contains a few images on the left(Home, Home, Home, Home). They lead to non-existent files(just for learning purpoe). He has repeated the images there because …

Member Avatar for |-|x
0
116
Member Avatar for cmaheshwari16

Hi all, I am giving the href to give a link to a file. The problem is that in IE it opens the text files in the same browser, but in mozilla it works fine(gives prompt of save as option). I want the same functionality for IE also, searching Google …

Member Avatar for almostbob
0
730
Member Avatar for sentongogray
Member Avatar for suavedesign

I coded an html email, and just tested in Gmail. Everything shows up fine besides for a background image. I put the background image on my wrapper table, like this: [CODE]<table cellpadding="0" cellspacing="0" border="4px solid grey" align="left" background="http://www.totalrecallsolutions.com/corporate/email templates/images/appt_reminder_one_bg.jpg">[/CODE] And still, there is no image showing up in Gmail. I …

Member Avatar for jackbauer24
0
133
Member Avatar for scottholmes

I'm in need of some htaccess syntax. I recently migrated a drupal 6 site to a drupal 7 site. The original site was located in a subdirectory, foo.foobar.com I now have several hundred links in such places as Facebook etc linking to this domain. I have an htaccess file in …

Member Avatar for JorgeM
0
157
Member Avatar for vindom

Hi! I have a form (which is in html(the rest of my coding done in PHP)) that prompts user to choose image, type in title and choose status and after pressing confirm button script uploads image and its details to MySQL database. I'm trying to fade whole screen or disable …

Member Avatar for vindom
0
307
Member Avatar for bestgraphicsbd

I've tried inserting an Excel spreadsheet to be read on the web, only read not written to. I've saved the Excel Spreadhseet as a web page and used the following in my code: <a href="spreadhseetname.html">Click here for Excel Spreadsheet</a> I can open in with Internet Explorer but when I upload …

Member Avatar for Usman-Zulifiqar
0
210
Member Avatar for simirnov

I have made a dropdown menu wich is working fine in firefox and chrome, but in IE6, it is not working! i am typing the css code below, please any css guru, remove the bug from the given code if possible! [code=css]#nav, #nav ul { padding: 0; margin: 0; list-style: …

Member Avatar for mrinaldey
0
168
Member Avatar for ben.matthews18

Hi, I'm just playing around with basic mobile site design, here's what i'm trying to do: I have a button called categories, when it's pressed i want to display all the categories i have below the categories button. bit like how the 'a:hover' works. as you can't really use the …

Member Avatar for moyk
0
60
Member Avatar for Ari5555

I host a website on an intranet. The website is hosted on a Windows 7 Ultimate 64bit via IIS. The HTML5/CSS3 became corrupted in IE. On the computer itself the website does not display correctly in development or when I browse to its hosted version, but the other computers that …

Member Avatar for pixelsoul
0
152
Member Avatar for Sarama2030

which is the best web design kit for starting out in professional web design- the kind that incorporates client side and server side scripting together or the best of one?

Member Avatar for Ausopenxcell
0
383
Member Avatar for ndeniche

which web developing software is better? or do you prefer writing your html code by yourself?

Member Avatar for Ausopenxcell
0
503
Member Avatar for dado

Greetings, While digging around for tutorials, I found this site: [url]http://www.help3d.com[/url] has a lot of tutorials you should see best wishes

Member Avatar for Ausopenxcell
0
123
Member Avatar for cavpollo

Hey there, I need some help with how to achieve certain design in my web. The problem is that I dont knwo exactly the name of what I need nor the code. But I know how to explain it. Imagine this, u got 4 different pages and u place a …

Member Avatar for Ausopenxcell
0
321
Member Avatar for BenzZz

Hi, I've just begun learning PHP and have purchased books etc and researched on websites different areas of the language however I've noticed that there is not much information available relating to the actual appearances of websites through PHP. I know the standard way is using HTML and CSS but …

Member Avatar for Ausopenxcell
0
152
Member Avatar for ALLin65432

I am a beginner at web design I am programming a Recipe Website that has 1000's of recipes. On the search page, the customer can assign a choice on any or all of the 5 drop menus (1. Culture 2. Course 3. Protein 4. Ingredient 5. 2nd Ingredient) If no …

Member Avatar for JorgeM
0
107
Member Avatar for newbie1234

I am writing html and css to design in php. But when i am opening in ie, chrome and firefox. every where its showing different. Means all dimension going to change. I am using % for body wrapper and em for fonts but its not working. Is here any help?? …

Member Avatar for vjcagay
0
116
Member Avatar for aldm

Hi, I know HTML and CSS good, but I need tutorials which explain web design in terms of shapes, colors etc. Not just web, but also graphic design. I want to learn which colors are good combination, which fonts to use in some situations, when is it best to use …

Member Avatar for Ausopenxcell
0
526

The End.