10,539 Topics

Member Avatar for
Member Avatar for chikki
Member Avatar for Joe34

HTML... [CODE]<div class="title"> <h2>Texytyuyft</h2> </div>[/CODE] CSS... [CODE].title { position: absolute; height: 14%; width: 65%; left: 5%; top: 5%; background-color: #E8E8E8; z-index: 119; border-top-left-radius: 10px; border-top-right-radius: 10px; } .title h2 { position: absolute; color: #000000; z-index: 1200; }[/CODE] For some reason the text keeps going under the background. How can I …

Member Avatar for Joe34
0
148
Member Avatar for anandhikrishnan

Hi All, I have used <b> tag in my code. It is like [CODE]<div> <table> <tr> <td> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; HEIGHT: 1px; MARGIN-LEFT: 5px; OVERFLOW: hidden; MARGIN-RIGHT: 5px; ></B> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; HEIGHT: 1px; MARGIN-LEFT: 3px; OVERFLOW: hidden; MARGIN-RIGHT: 3px; ></B> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; …

Member Avatar for hericles
0
82
Member Avatar for katties

I wonder which one is better: adding header image with img src in html, or as a background in CSS. Also, in source code I can specify alt (for accessibility). I know IE6 has issues with transparent png. What is your practice?

Member Avatar for twiss
0
119
Member Avatar for GordonUK

Hi everyone, I just wanted to know if there was a way to obtain a preview thumbnail of videos uploaded to a website like on Youtube.com? I have been told that the hosting package you have has to have ffmpeg encoder installed which allows this preview thumbnail to appear on …

Member Avatar for diafol
0
200
Member Avatar for BlackJavaBean

Let me start off with this disclaimer: [B]This scenario is completely contrived.[/B] The scenario proposed is analogous to an actual problem that I am trying to solve. Problem: I'm going to cheat on a test that uses Scan-tron style cards. I've stolen the test before it was handed out and …

Member Avatar for Adak
0
140
Member Avatar for iau

I have create a textbox: [CODE] <script> function isNumber(field) { var re = /^[0-9]*$/; if (!re.test(field.value)) { field.value = field.value.replace(/\D/g,""); } } </script> <input type="text" id="1st" onkeyup="isNumber(this)"/ [/CODE] the script coding work fine but the problem exist while the user right click the field and paste the words.

Member Avatar for floatingDivs
0
157
Member Avatar for yedidel

Hello, This website - [url]http://www.romical.com[/url] - looks ok in all browser expect IE7. for some reason the flash header is not centered and the menu gets distorted so the most left menu entry is not seen.. I have tried tweaking with margins/padding but could not help it... would be very …

Member Avatar for Dannis86
0
131
Member Avatar for veledrom

Hi, I have a video in youtube and I am directing users from my website to youtube to watch the video. Some people don't direct users to youtube and let users to watch the video while in their sites. Does this put extra work weight on my site, hosting, bandwidth …

Member Avatar for iamthwee
0
100
Member Avatar for capiuy

I'm having troubles designing the following ERD, I find it extremely hard, so I would appreciate any suggestions on how to resolve it. I need to store sentences in PHP and another ones in JAVA, always mapping them between languages and map their equivalent position between them too, so every …

Member Avatar for smantscheff
0
274
Member Avatar for pxndx

Hello daniweb users, i would like a brief walk through on AJAX if you'll can, i already looked through the post and didn't find what i was looking for, i would like to know how to refresh evertying on a web page but the header, which contains the navigation bar …

Member Avatar for pxndx
0
154
Member Avatar for Taimoor Rana

Hey! I'm having trouble positioning my buttons and banner. It has been 2 days that i'm trying to fix this but no luck. I'm hoping someone can help my find my mistakeS (as i'm new to html/css). I'm using dreamweaver as my editor. When select the design or live view …

Member Avatar for ko ko
0
138
Member Avatar for Gearspro

I did see a similar post on here about this, but it with mixed with javascript also and I found it confusing. So if someone could help it would be much appreciated. I wish to align my icons on my contact page like this: [url]http://samayr.es/contacts.png[/url] (it's easier to just show …

Member Avatar for drjohn
0
91
Member Avatar for stilts

Ok I am just about to go crazy with this issue I am having with pretty much every website I make. And when it comes down to the end of making the website I always just write it off as no big deal. But it really annoys the heck out …

Member Avatar for stilts
0
1K
Member Avatar for saucy6969

Hey there, I have done multiple browser checks on the new website I am doing and all looks good except for Firefox moving the footer on the gallery page. I am guessing it doesn't like the flash. Can't figure out how to keep it stationary. Any comments from the gallery? …

Member Avatar for matricol
0
169
Member Avatar for katieJane

Hi all The problem I am having is a little difficult to explain, but basically I am creating an asp web page in visual studio and am finding controlling the layout quite difficult. When I run the website from visual studio on my local machine, it displays as it should …

Member Avatar for katieJane
0
155
Member Avatar for dominic23jones

Just a quick question, I already have a basic understanding of Web Programming but I am yet to get to grips with Web Design. I am planning on doing some tutorials on either GIMP which is free image editing software or Photoshop which will cost me, is it worth paying …

Member Avatar for IkramMirza
0
324
Member Avatar for nizuya

I'd like to create an html form using custom images for text inputs, text areas, and submit inputs. The text inputs and areas will just be static images but for the submit button I'd like to use a sprite that matches the rest of my website. I'd like to be …

Member Avatar for gujinni
0
109
Member Avatar for silvercats

<table border="1"> <th>Title</th> <th>price</th> <tr> <td>book</td> <td>$20</td> </tr > <tr> <td>book2</td> <td>$19</td> </tr> </table>

Member Avatar for silvercats
0
118
Member Avatar for Alfred Corbin

I'm barely conversant in this subject, so please bear with mee... A couple of years ago, I opened a simple website thru Yahoo. I believe I paid about $35 up front and as far as I know, there have been no continuing costs. Last year I needed to do some …

Member Avatar for rocco88
0
88
Member Avatar for whitshade

Is it professionally ethical to advertise the name of the web developer/web development company on a client's web site when the developer has designed the site? I ask because I built a web site for a local non-profit and shared it with a friend. My friend said that my name …

Member Avatar for matricol
0
583
Member Avatar for stupendousomega

How would I add a quick reply box to the bottom of a forum-style website? I know I'm going to need some sort of JavaScript or PHP script or something... I really don't know where to start.

Member Avatar for matricol
0
102
Member Avatar for jackfusion

the problem I am having is getting the centre image to display. when I change the code to [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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <link href="button.css" rel="stylesheet" type="text/css" /> <style type="text/css"> #programl { background: url(../img/programs_hover_l.jpg) no-repeat left; …

Member Avatar for diafol
0
102
Member Avatar for seblake

Hello, again! In order to display my banner the way I wanted it, the solution I was provided (here on DaniWeb) was to set height and width to 100%. It works great!! Check it out: seblake.com. (And I appropriately closed the topic.) However, I recently discovered that when it is …

Member Avatar for almostbob
0
105
Member Avatar for suavedesign

The url to my site is [url]www.trecall.com[/url]. I am having trouble with the layout. I would like it to look the same on all screens, regardless of the screen size. Right now, I made the layout look good for a smaller size screen. However, I see that if I minimize …

Member Avatar for matricol
0
173
Member Avatar for jrotunda85

I am having a problem with the Google Maps API because of conflicting names in my site's CSS. From what I've been able to find, Google Maps uses the name "container" in their code as does my site, so when the map loads it has this nasty white shadow behind …

Member Avatar for jrotunda85
0
210
Member Avatar for scrivomcdivo

Hey folks. Just a quick message to see if fellow coders have any recommendations for software you may use when planning programs / projects? I currently use MS OneNote but I'm just wondering what others use? Thanks

Member Avatar for CsharpChico
0
113
Member Avatar for Dannis86

Hello there, I'm watching a video from designcourse.com and just trying out with my own website. I got this far with html: [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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="css/main.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="container"> <p …

Member Avatar for matricol
0
186
Member Avatar for Q8iEnG

Dear all, I'm looking for solutions. I'm using Dreamweaver, I made a website HTML + CSS. As an Example if I want to put Yahoo: [URL=http://img684.imageshack.us/i/onejf.jpg/][IMG]http://img684.imageshack.us/img684/4954/onejf.jpg[/IMG][/URL] Inside this Area the Black box: [URL=http://img805.imageshack.us/i/twow.jpg/][IMG]http://img805.imageshack.us/img805/8284/twow.jpg[/IMG][/URL] Without using iFrames. What do you recommend? Thanks.

Member Avatar for Q8iEnG
0
110
Member Avatar for AmieFeetandToes

So I made a website for a client (auto body shop), and I have a slideshow on the website that rotates OEM car photos. It also has a "band" of auto manufacturer logos at the bottom of the page. Recently a few of the manufacturers sent letters to the body …

Member Avatar for matricol
0
122

The End.