10,650 Topics

Member Avatar for
Member Avatar for pjh1985

Hi, I am developing a website that has on online menu for a restaurant. The data is pulled from a database and displayed using several divs and a wrapper, this is then repeated to create a 2 column list (using block to display left to right). The problem I am …

Member Avatar for MidiMagic
0
105
Member Avatar for BelgianQueen

[CODE][COLOR="Green"]I have the following rule for a static BG image and other attributes for the entire site: #header{ width: 1014px; margin: 0 auto; height: 274px; background: url(images/imagename.JPG) no-repeat top; } However, this no longer works for me. What I need to do is to include a different background image for …

Member Avatar for MidiMagic
0
146
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] it seems like the gray background object is larger than the screen - i.e. scroll bars appear even though the content is not long enough to warrant them. I have the following properties: [code] body { height: 100%; } html { height: 100%; } [/code] Shouldn't …

Member Avatar for Arkinder
0
112
Member Avatar for edoscope

Hi guys, I am having a problem getting my footer div tag to fill the remaining 100% of the page height. I have content above this div that will be an unknown height. i would like the footer to aso be a minimum height of 20px (if the content causes …

Member Avatar for MidiMagic
0
151
Member Avatar for zlloyd1

I need to create an invisible button for a web page to cover the majority of the page and in order to complete the task I need to include actions to the button. I have gotten the button to be where it is needed and it hold throughout the timeline. …

Member Avatar for JasonHippy
0
129
Member Avatar for danny5514

im havin trouble gettin my login.php file to work. what happens is i register and all the information goes into the database then once registered its supposed to say thanks for registering but doesnt, so i thought never mind il just login, i go to the login page enter my …

Member Avatar for Arkinder
0
126
Member Avatar for worldoflefty

Can you add and alignment feature to a <UL> tag so it appears at a top of a page? [CODE]<ul class=mainForm id="mainForm_2">[/CODE]

Member Avatar for Arkinder
0
98
Member Avatar for MackeyJenkins

I have two divs that when I stack the windows to the left (make resolution to small) one of the divs (right one) goes underneath the one on the left. Not fully under just a little instead I want to make them stay the same just scroll across instead, if …

Member Avatar for Arkinder
0
50
Member Avatar for worldoflefty

I’ve created this multi page form. I am having a problem with it starting the next page in the middle or bottom of the next page. I am afraid people won’t realize there are questions above and will fail to fill out the form completely. Is there a way to …

Member Avatar for Arkinder
0
512
Member Avatar for Hawkeye Python

Hi! I'm starting HTML/CSS and I'm having this problem with positioning of elements... I've used this to position a text: HTML [CODE]<center> (...) <p id="txt_principal">lorem ipsum (...)</p> (...) </center>[/CODE] CSS [CODE]#txt_principal{ font: italic normal 14px Verdana, sans-serif; color: #DDD; text-align:justify; position:absolute; margin-top: 25px; margin-left: 205px; margin-right: 400px; }[/CODE] But whenever …

Member Avatar for Arkinder
0
204
Member Avatar for bwallace

How do you make a div expand or collapse to fit the amount of content in it? For example, we have this page which has too much space at the bottom when you first enter, then when you click an option it has too little. [URL="http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html"]http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html[/URL] (Please excuse any oddities …

Member Avatar for bwallace
0
116
Member Avatar for andrewliu

Hello, I have a problem with my css styling with div tags. Right now I have 3 div tables and they're aligned next to each other when I do [CODE]float:left;position:relative; [/CODE] but when I drag my browser smaller, the div tags that are in the middle and on the right …

Member Avatar for andrewliu
0
367
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have two elements, "bluegradient" and "whitebox". The bluegradient height is 80% (of the page, right?). The whitebox height is 80% (I think this "80% of the height of the bluegradient" since it is nested, right?). The whitebox has top and bottom margins of 10% (this …

Member Avatar for daviddoria
0
847
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have the title image and title text: [code] <center> <a href="index.php"><img style="vertical-align:middle;" src="/r1/schenectady/images/IEEE.gif"></a> <span id="lightblue" style="vertical-align:middle; font-size: 40pt;" >Schenectady Section</span> </center> [/code] then a paragraph break: [code] <p/> [/code] then a row of drop down lists, then another [icode]<p/>[/icode] then some text. The problem is …

Member Avatar for daviddoria
0
7K
Member Avatar for Blaise.M

Hi, I have a simple table where I want all text to be aligned in the center of their respective cells. The code below works very well on Firefox, IE8, Chrome, BUT NOT on IE6 [CODE] <table border="1" width="420"> <tr> <td align="center" width="140" height="10px" colspan="4"></td> <td align="center" width="140" height="10px" colspan="4"></td> …

Member Avatar for shaya4207
0
97
Member Avatar for Draucia

I'm new to html and css, and I'm trying to code a website (layout images already made in photoshop). Here's my html: [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Title (removed)</title> </head> <body> <div id="wrapper"> <div id="header">&nbsp;</div> <div id="underheader">&nbsp;</div> …

Member Avatar for shaya4207
0
141
Member Avatar for bwallace

This may be in the wrong forum. We have a site that's set up basically like this: Home - Blog subdomain, account required to manage subscription - Forum subdomain, account required to post - Store subdomain, account required to buy - Auto listings subdomain, account required to list for sale …

Member Avatar for bwallace
0
141
Member Avatar for McLaren

Hello, There is such code in css file [CODE]a:hover { background: #F1F9DA; color: #895F30; border-bottom: 1px dotted #895F30; }[/CODE] so on mouse over it changes the backgroutd of links and adds border. But I have images wiht links [CODE]<img class="reklama" src="http://localhost/darzelis/uploads/reklama/ad_-_Copy.jpg" alt="#" border="0">[/CODE] and I don't want a backgroud and …

Member Avatar for McLaren
0
209
Member Avatar for Techwriter10

A few weeks ago I received a Google Wave invitation from my friend [URL="http://www.knopf.com/"]David Knopf[/URL] (after publicly begging for one in my post [URL="http://www.daniweb.com/news/story227584.html"]Hoping to Surf the Google Wave[/URL]). Since then, I've had a chance to use it and I've seen the good, the bad and the ever-present potential of …

Member Avatar for flashfango
3
1K
Member Avatar for daviddoria

This is my page with only the header row of the table: [url]http://ewh.ieee.org/r1/schenectady/New/test2.html[/url] When I start adding rows, everything looks good, until I add row 13. Here is an example: [url]http://ewh.ieee.org/r1/schenectady/New/test.html[/url] You can see the header (the grey box) "wiggles" just a little bit. I thought there may have been …

Member Avatar for daviddoria
0
82
Member Avatar for docdoc

The below code is used to access a webpage I called myPage.html by entering a password of 1234. Once the password is entered the User either clicks the Login Button or presses the "Enter" key. Clicking the login button works OK. My problem is that I have to press the …

Member Avatar for drjohn
0
75
Member Avatar for cmills83

Here is what I have...everything works except the entire top border does not. I have tried it this way and also border-top-image:...Does anyone have any ideas!? thanks! <style> .about { font-family:"BankGothic Md BT"; font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid #FB9709 url('tab.gif'); text-align:left; word-wrap …

Member Avatar for feoperro
0
344
Member Avatar for mushget

I use wordpress 3.0 yesterday , I can login in and post articles,I didnt change anyting. Today, I input the username and password, When click submit, There is only a black page appears. I am sure theusername and password are all right, I have reinstall the blog, But now the …

Member Avatar for flashfango
0
106
Member Avatar for scarcella

I want to know how to update a href link with javascript using an image. I have a image which has to update a href which displays a lightbox. Could someone please tell me know to do this.

Member Avatar for scarcella
0
107
Member Avatar for BleepyE

I have a website where I sell software and application etc. I was wondering how I could show the download link without the end user ebing able to share this link to other people, enabling them to download the file for free. Thanks

Member Avatar for drjohn
0
84
Member Avatar for mudage10

hello, i am in last year, computer science(Rwanda) does any one help me to find the subject proposal in computer science? i would like to develop an internet system by using languages like html, php,mysql,.. . thanks.

Member Avatar for danny5514
0
120
Member Avatar for salimmohammad

How to set Mouse position to click. I want to set mouse position at webpage then when click that position open pop up .

Member Avatar for shaya4207
0
149
Member Avatar for minimogul

found this code on this website cant find the url but if I find it i will post it The code is basically the same as the following.I want to be able to place links inside the tool tip I was wondering if there was a way i could do …

Member Avatar for Arkinder
0
189
Member Avatar for sanjeevkr
Member Avatar for rwsseo
0
178
Member Avatar for Jen S

I too am new to web development and have just read the recent post regarding this problem which is exactly the same as I am experiencing. I have added the following to my style sheet but obviously doing something wrong as hasn't fixed it. Any pointers would be very greatly …

Member Avatar for teedoff
0
81

The End.