473,543 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML / CSS Forum

HTML and CSS (Cascading Style Sheets) web markup languages - Ask questions about html and css development, validation, errors, divs, blocks, tables, design, accessibility, w3c, firefox, ie, safari, tags, attributes, layouts, forms, buttons and more.
3
1,349
thread by: Charon | last post Jul 20 '05 by: Stan Brown
Your method worked great for me, im also going to follow up on the javascript version David left and compare. Thanks guys.
0
986
thread by: Boris Ammerlaan | last post Jul 20 '05 by: Boris Ammerlaan
This notice is posted about every week. I'll endeavor to use the same subject line so that those of you who have seen it can kill-file the subject; additionally, Supersedes: headers are used to ensure that only one copy resides on a given news server. This notice was last updated on September 7th, 2000, and is available (with a complete...
1
11,818
thread by: Vitabiz Productions Ltd | last post Jul 20 '05 by: Mr. B.
Hello, I'm currently experiencing some problems with the following code: <TABLE border=1 cellpadding=0 cellspacing=0> <TR> <TD BACKGROUND="images/menu.gif" WIDTH="170px" HEIGHT="372px" VALIGN=TOP>&nbsp;</TD> <TD BACKGROUND="images/content.gif" WIDTH="630px" VALIGN=TOP rowspan="2"> Some text lines<br>Some text lines<br>Some text lines<br>
2
1,728
thread by: Christian Reuter | last post Jul 20 '05 by: Jukka K. Korpela
Hallo, ich have a big problem. I have a Text which contains some characters like  But my Browser doesnt display it. Does anyone know the reason and how i can fix it? Thanks Jan
7
5,638
thread by: Simon Hobbs | last post Jul 20 '05 by: Simon Hobbs
Hi there I have an input box in a form (very simplified example below so we're all on the same page). <form method='post' action='http://www.theaddress.com/target.tcl'> <input type='text' name='tb1' value=''>Search text <input type='submit' name='action' value='Generate'> </form>
1
5,434
thread by: Arthur Pratz | last post Jul 20 '05 by: David Dorward
Hi all, I have a two page web site and im trying to set it up so that when you click a link on my link bar, it will take you to my products page. However, depending on what link you click on the link bar, I want it to take you to the specific location on the products page. I know the the html anchor attribute will do it, But I find it a...
4
8,031
thread by: trusst_3 | last post Jul 20 '05 by: Jukka K. Korpela
Hi, Does anyone know how to display this entity in HTML.  but i need it to be filled with black and not empty. Basically it is a black square bullet. (I dont know why its not showing up here ... The  is a square bullet which is not filled and i need it to be filled)
4
2,023
thread by: James Salisbury | last post Jul 20 '05 by: Nige
Hi, I was checking my parent's website salisbury.cabrera.net on google by entering villa rent spain cabrera I can see the required site, ranked at 4, but I am concerend by the return at 1 and 5 in the list. Any ideas why somone else may be using the text from my site, and how can I make an abuse report? Thanks
4
1,764
thread by: CJM | last post Jul 20 '05 by: Anne van Kesteren
Are DOCTYPE statements case sensitive? I cant remember where, but I'm sure I read that case *does* matter... eg. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd> ....will work , but...
157
16,253
thread by: Dennis | last post Jul 20 '05 by: Stan Brown
Is there some way --using, say, DOM or javascript-- to detect the current pixel width and/or height of a relatively sized table or of one of its columns or rows. I'm going to be writing javascript to adjust my page to the viewer's browser window dimensions and this would sure be great information to have. Thanks .... Dennis
2
6,659
thread by: Gill Bates | last post Jul 20 '05 by: Gill Bates
z-index on frames doesn't seem to work. But how do i get the behaviour anyway ? I want a menu in a topframe to dropdown over the bottomframe... Anybody? Thanks
3
1,432
thread by: Jane Withnolastname | last post Jul 20 '05 by: Nick Kew
I sent the following message to my ISP, which provides free webspace: I am using server-side includes on my webspace, but your server does not recognize index.shtml as the main page. Since your server is SSI-capable, I assume this is simply an oversight on setup and that it can easily be configured to recognize index.shtml. Please make the...
2
3,667
thread by: Alejandrina | last post Jul 20 '05 by: Nick Kew
Hi all, How can we calculate and send a checksum of a file we are uploading via HTML FORM? I suspect we cannot do it in JavaScript because it does not have access to the file for security reasons. Is there a way to force the browser to do the checksum (CONTENT-MD5 header, perhaps?)? Also, is there ANY inherent guarantee (protocol-level...
0
3,276
thread by: Ethan Trewhitt | last post Jul 20 '05 by: Ethan Trewhitt
www.adobe.com has a set of menus that popdown when there's a mouseover, positioned nicely below the buttons shown. However, they use absolute postitioning ... is there a way to do such positioning on any arbitrary element that might show up anywhere in a page, not knowing the actual pixel location? Pretend I make an element "display: none"...
6
46,658
thread by: Anna | last post Jul 20 '05 by: Safalra
Hi all. I have a div with a scrollbar, which contains an image: <div style=" width:15em; height:10em; overflow:scroll;"> <img src="some.gif"/> </div> The image is rather small, it occupies only a small part of the div. This way the image appears in the top left corner of a div. I want it to appear in the center of the div.
2
629
thread by: AnnMarie | last post Jul 20 '05 by: Philipp Lenssen
What is the best editor to use for html?
8
5,165
thread by: Nige | last post Jul 20 '05 by: John F. Carr
I've got an old web site that comes up before its replacement in Google listings. I've read the document on Google about sending a "301" code from the server: http://www.google.co.uk/webmasters/3.html#A2 Can anyone advise how to format a META Http-Equiv for a "301" code, including how to tell Google the new URL? I can't send it from the...
1
2,455
thread by: Michael Hill | last post Jul 20 '05 by: Alan J. Flavell
This reset type in my input tag really is not resetting the values. <input type="reset" value=" Clear "> Follow me for a minute. I have 2 selects. When I have a select1 that has some kind of input in it and then submit the form I get data based on select1. I then press the "back" button.
2
2,164
thread by: David Pautler | last post Jul 20 '05 by: Alan J. Flavell
I'm creating a web-based authoring tool where one form encompasses several sections for editing. I'd like each section to have its own reset button, so that use of that button affects only that section. I can't find anything in the 4.0 spec about how to do this, and the only mention in this group I found is from 1998 below (CERN blocked my...
0
956
thread by: Boris Ammerlaan | last post Jul 20 '05 by: Boris Ammerlaan
About once a week, I post an FAQ pointer in this newsgroup under the same heading as this post. That pointer has two purposes: 1. To keep regulars from having to post the standard answers to standard questions again and again; if you have a standard question, you might save yourself some time by first reading the available material for this...
4
6,603
thread by: luc wastiaux | last post Jul 20 '05 by: kayodeok
Hello, my boss is looking for a tool that would enable her to draw web interfaces easily, like visio does for other types of diagrams. What she wants this for is , I assume, to give me an exact sketch of what she wants me to develop. thanks for any suggestions. -- luc wastiaux - dustpuppy@airpost.net
64
3,213
thread by: Chris Rodriguez | last post Jul 20 '05 by: Brian
after creating a couple of mediocre sites and talking too much about them, i've been overwhelmed w/ requests for new sites & site make-overs. i have a full-time job and i don't have the time or skills to develop what companies are asking of me. i'd like to capitalize on this by hiring someone to do all the production once i've sold the site....
11
4,466
thread by: Anna | last post Jul 20 '05 by: NOIZe
Hi all. I want to embed the EMBED tag in the object tag. I understood that I need to provide a PARAM tag inside the OBJECT whose value will hold the content of EMBED src attribute, but after that I've got confused. For example, what should be put into classid and codebase attributes of the OBJECT now embedding the EMBED tag?
5
33,640
thread by: Daniel Haude | last post Jul 20 '05 by: Daniel Haude
Hi guys, I'm using a height="100%" attribute in a <table> tag to get the obvious effect (a table which fills the entire available space). html-tidy, however, complains that this is proprietary, i.e. not officially supported (in Opera it looks good though). Is there an accepted way of accomplishing this? Thanks, **Daniel
1
9,512
thread by: Daniel Haude | last post Jul 20 '05 by: Martin Honnen
Me again! This time I'd like to prevent an entire column of a table to have no word-wrapping. So I defined this class in the style sheet: ..nobr { white-space: nowrap; } When I define table cells like this: <td class="nobr"> everything works

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.