13,937 Topics

Member Avatar for
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
98
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
145
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
142
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
83
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
76
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
345
Member Avatar for mikeandike22

SO I am trying to setup a RewriteRule on my server for caching static objects. the files are in this naming scheme /docroot/css/stylesheet.min.css and I have them printed in the code like /docroot/css/stylesheet.min.123438348.css (the number is example it comes from a get modified function). Note docroot is an example directory …

Member Avatar for mikeandike22
0
201
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
107
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
108
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
85
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
122
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
150
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
190
Member Avatar for sanjeevkr
Member Avatar for rwsseo
0
179
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
Member Avatar for jtnevers

Hey, Pretty new to Dreamweaver, but have been developing sites for a few years. Been having problems laying out these AP divs (previously called layers). How do I keep my text from being misaligned when the browser window changes sizes? (view attached screenshot to see what I'm talking about) [url]http://img.photobucket.com/albums/v358/dreamerjordyn/Screenshot2011-01-04at32900PM.png[/url]

Member Avatar for drjohn
0
152
Member Avatar for Sailor_Jerry

What's the proper format? Also does anyone know where i can find a good CSS online reference besides W3Schools? Current Code. [code] .className td {border: 1px solid #CCC;} .className th {border: 1px solid #CCC;} [/code] i want to save some characters... would this be valid? [code] .className td th {border: …

Member Avatar for Arkinder
0
236
Member Avatar for rajesanthu

I Like the way Rockstar games corporation has made their site. and I would like to know how can I fix a semitransparent slide which is scrollable over a background which is fixed(not scrollable) and wanna change the background weekly once. Can anybody help with code???????

Member Avatar for teedoff
0
75
Member Avatar for vishalkhialani

Hi, I am looking to make a div tags background invisible. I don't want the text to be invisible. If I use css opacity to get it done then the whole div tag disappears. I only want the background to go. I searched the net but there aren't any easy …

Member Avatar for Arkinder
0
125
Member Avatar for Shankye

how do i make the textbox automatically scroll down all the way to the bottom? thanx in advance

Member Avatar for Arkinder
-1
67
Member Avatar for dougancil

I have a web page that I'm trying to place 3 div tags in and to make them center correctly. The page is a auto generated html from a psd file created with Photoshop. The html for the page is one table. I have the following code for my div …

Member Avatar for dougancil
0
128
Member Avatar for bwallace

I know other people have this problem, but the search results I see mention flash and Internet Explorer, neither of which I'm using right now. Why do the submenus appear behind the main page content as they do here [URL="http://www.ealantamagazine.com/"]http://www.ealantamagazine.com/[/URL] and here [URL="http://money.ealantamagazine.com/jobs/"]http://money.ealantamagazine.com/jobs/[/URL]? Here's the CSS for those two divs: …

Member Avatar for shaya4207
0
87
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
65
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
96
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
690
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
87
Member Avatar for moonknight33

Hey, please help me, this html file run normally in other browser but Firefox. [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Hello everyone... </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- Redirect webpage <meta http-equiv="refresh" content="2; url=/web/forum/vanilla" /> --> </head> <body> <script language="javascript" type="text/javascript"> function …

Member Avatar for hielo
0
193

The End.