473,544 Members | 1,812 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.
4
18,506
thread by: Johnny Paredes | last post Jul 20 '05 by: Davmagic .Com
hello. i'm new to html so please forgive my silly question. i'm just having a little trouble understanding the map and area tags. i'm going to use this basic example to explain my question - <MAP name="htmlref"> <AREA shape="rect" coords="1,1,10,20" href="index.html"> <AREA shape="circle" coords="50,50,10" href="toc.html">...
2
18,487
thread by: elkeseltza | last post Jul 30 '06 by: elkeseltza
Hi I am supernew at all this webstuff and am learning as I go. One of the major problems I have already encountered on numerous occasions is that IE and FF don't display the same way! Latest problem is the outside table border. Did not use Css as I have not worked my way up to those yet :-( Used the following in the ouside table tag (not...
3
18,458
thread by: Mike | last post Jul 20 '05 by: Eric Bohlman
I have a row I'm trying to fill with color and set to 3pix. This is not working. The CSS: ..unnamed6 { background-color: 676767; height: 3px; } The Code:
2
18,456
thread by: Kiyorin | last post Aug 2 '11 by: malav123
I'm changing the layout of my Tumblr-page, and inserted a picture in the corner with this code: <img src="image url here" style="position:absolute; top:520px; right:0px;" width="547" height="146" alt="" /> But when I save the page and scrolls down, the image isn't locked in the background. I once saw a person who had done this(with a different...
4
18,424
thread by: Rick | last post Aug 19 '06 by: Stephen Poley
I'm trying to make an input tag visible or hidden based on the value of another input tag, so that when the 1st input tag is changed in anyway, the 2nd input tag will become visible. Thanks in advance, Rick
3
18,421
thread by: laredotornado | last post Jul 23 '05 by: Jukka K. Korpela
Hello, is there any cross-browser html code to generate a little "Have a nice day" happy face, or any happy face? Have a nice day, - Dave
117
18,415
thread by: phil-news-nospam | last post May 11 '06 by: Johannes Koch
Is there really any advantage to using DIV elements with float style properies, vs. the old method of TABLE and TR and TD? I'm finding that by using DIV, it still involves the same number of elements in the HTML to get everything just right. When you consider the class attribute on the DIV elements, there's not much size savings anymore...
23
18,404
thread by: MattB | last post Jul 20 '05 by: Alan J. Flavell
Hello please help, I have a table cell with a div in it. The div has a width of 300px. but when it is rendered it puts extra space into the table cell. Here's the style <style> #treecontainer {
1
18,401
thread by: PFMarconi | last post Oct 9 '10 by: drhowarddrfine
Obviously a question from a novice, but I'm pretty stuck. I'm unable to do the following:- 1. Link the "SUBMIT" button to my email address. 2. Allow the user to remove incorrect information by "refreshing / F5 " the page, instead of using the mouse for each box. I'd be very grateful for any answers - and so would my wife...
5
18,400
thread by: MoshiachNow | last post Dec 12 '06 by: Dan
HI, How do I force a browser to open a certain file with notepad ? <LI><A HREF="D:/Program Files/yohoLogFile.txt.4" ><p style="font-family:font-size: 7pt;"yohoLogFile.txt.4 </A></LI>'; Thanks
12
18,341
thread by: David | last post Jul 24 '05 by: Alan J. Flavell
I am having some issues with Firefox not rendering an element with the correct font. I am using the font-family style within a stylesheet class definition. I then set the element I am creating to use that class and the font is not showing correctly. If I set the font-family to "arial" or "Comic Sans MS" the font shows correctly, however I...
1
18,335
thread by: Paul Barry | last post Jul 20 '05 by: Paul Barry
Using this code: <html> <body bgcolor="#CCCCCC"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr id="theGreenRow"> <td width="100%" bgcolor="#00FF00" onClick="document.getElementById('theBlueRow').style.display='table-row'"> &nbsp; </td>
3
18,292
thread by: Scott Hatton | last post Jul 20 '05 by: Scott Hatton
I have a table like this
3
18,258
thread by: Christian Knoflach | last post Jul 20 '05 by: Barry Pearson
Hi everyone, well i know the CSS-Entity "border-style:dotted", but it doesn't work for me - i need 1 Pixel dotted borders, but "border-style:dotted" creates (on my IE 6, at least) dashed borders (2 Pixels wide). Is there anything to take care of too or is it simply not possible to do this with CSS/HTML? Thanks for your tips,
6
18,224
thread by: bugbear | last post Jul 21 '05 by: bugbear
I've spent the last 2 days reading in waaay too much detail the specs for CSS and HTML. I am attempting something very simple. I wish to wrap an image and caption in a span, so that the text can be centred w.r.t the image, and a border (margin etc) be placed around them both. This rapidly degenerated into an attempt to simple get a span...
2
18,199
thread by: 23s | last post Jul 23 '05 by: 23s
Given the following table structure, <table width=100%> <tr> <td>static</td> <td>static</td> <td>variable</td> <td>static</td> </tr> </table>
4
18,169
thread by: Amrit Pathak | last post Apr 16 '12 by: Bharat383
I have some text fields which are non editable .I want to make them editable at a button(Edit) click.Below is the code .How to do that?? <FORM action="notworking.jsp" name="abc"> <label>First Name: </label> <positiontextbox> <input type="text" name="fname"...
2
18,137
thread by: crmpicco | last post Apr 8 '06 by: dwight.stegall
<style type="text/css"> ..iframe { position: absolute; top: 110px; left: 712px; z-index:2; filter:"progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0)"; } </style>
300
18,074
thread by: Ståle Sæbøe | last post Jul 21 '05 by: Felix Miata
I am a bit curious about this. The graphic design people I work with say it is their preferred font for web pages. The reason being that it is "kinder" to the eye both in terms of shape and size. The HTML "hardcore elititst" profess that it is a useless font because it is too big compared to other fonts. Personally I do not care one...
2
18,037
thread by: botenremko | last post Oct 9 '06 by: Brendan Gillatt
Hi! Why should or shouldn't we use Webalizer? How different is Webalizer compared to webstats services like onestat.com? Remko
18
18,033
thread by: Erich Meier | last post Dec 14 '06 by: Michael Fesser
Hello there, is there any way to set the size of images or table cells in HTML not by pixels but by inches or in millimetres? The problem behind this is that you never know what kind of output device the consumers of your webcontent may use. For example they may use computer screens, but in different sizes and with different resolutions....
7
17,972
thread by: Chandru Thiyaga | last post Jan 13 '13 by: Basav
I have created data entry tool in excel for our daily shift report details for the whole year. But the excel size seems to be so BIG and it becomes slow in calculations & saving. Is that possible to have HTML as front end data entry page & add the details to back-end Excel database by clicking a button in HTML? Pls advice on this.
11
17,963
Jezternz
thread by: Jezternz | last post Feb 14 '12 by: Chiva
Okay, simple problem, probrabable simple answer. I have <a href="#" onclick="javascript">Click Me</a> So basicly I want an anchor to do some javascript wen its clicked, my problem is, whenever this link is pressed, because of the hash(#) the page is scrolled to the top. How can I make a link do nothing in html (ie leave the page position where...
2
17,958
thread by: troberts | last post May 15 '08 by: nanaveraa
Hi What I'm trying to achieve is a watermark on a search box (text input). I've got it working fine (it displays an image, onfocus it shows no image) but when the user writes something then clicks somewhere else on the page it goes wrong. It displays the text plus the image (when I wrote the code I didn't think of this). I've tried a few other...
2
17,938
thread by: Anna | last post Jul 20 '05 by: Brian
Hi all. I have a text box: <input type="text" size="36"/> and a textarea: <textarea rows="3" cols="26"></texarea> and I use these in several pages. Is there a way to define the sizing of the text box and textarea in css, so that if I will need to change them, I will be able to change it just in the stylesheet, instead of changing every...

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.