473,554 Members | 3,089 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.
24
19,913
thread by: Mike Otten | last post Jan 5 '06 by: Stan McCann
Any help greatly appreciated. The validated page is at: http://myweb.stedwards.edu/michaelo/ddtab.htm The trouble is with the radio buttons (2/3-down the left column). The radios are displaying a line above their respective labels. Here are the html and css snippets: <fieldset class="radio"> <legend>Credit card</legend>
2
19,896
thread by: lkrubner | last post Jul 24 '05 by: David Dorward
I'm struggling to redesign this site so that it is "stretchy". Previously everything was fixed-width and absolutely positioned. I was hoping to get the text at top to center inside the top banner. This works in IE on a PC, but not in FireFox. Any tips? http://www.publicdomainsoftware.org/index.php?pageId=29
4
19,887
thread by: bart plessers | last post Jul 20 '05 by: Parker
Hello, I am making a website where the user can choose a 'skin'. This works with asp en stylesheets. In the stylesheet, a number of tags are (re)defined. The main idea is to have a limited number of colors (lets say 4) and use only these colors to color up every tag. However, with a long list of (custom) styles, it is a lot of work to...
15
19,861
thread by: Yogi | last post May 14 '07 by: BobaBird
Hi there, I have a quick question. In my html document, I want to make a new paragraph whenever I have a blank line in the html source. Using <p> and </pevery time is kind of cumbersome (I want to do it the LaTeX way). Is it possible at all? Thanks for your time, Yogi
25
19,819
thread by: koray | last post Jul 20 '05 by: Pierre Goiffon
hi everyone, in my form i have to take some date information in dd-mm-yy format. but i don't want user to use tabs while typing. for example s/he should simply type 280104 but 28/01/04 must appear. what can i do for that? should i use three input tags? but then, how can i make the cursor jump to the next field when typing in current...
7
19,784
thread by: nonpareil | last post Jul 20 '05 by: CJM
I'd like to know if an HTML form page can be made to output to a text file on the same computer. The references that I've consulted only discuss the GET and POST actions communicating with the server, but I'd like to write to an existing file on the browser's same machine. TIA, J.
4
19,776
thread by: Philipp Lenssen | last post Jul 20 '05 by: Philipp Lenssen
I have a site that runs in strict mode in IE6, and IE is making <td>s for simple two-digit numbers really wide. So I want to restrict it (and right-align it) by using <td class="number"> and .number { width: 10px; }. In Mozilla this works, but IE ignores this. Next to adding an invisible "0" precding one-digit numbers, what can I do to solve...
12
19,762
thread by: =?ISO-8859-1?Q?Jos=E9_Carlos_Santos?= | last post Dec 24 '06 by: maxonline.sabeen
Hi all, If I open the web page http://abrupto.blogspot.com/2006_12_01_abrupto_archive.html#116654586752664431 with either Firefox or Internet Explorer, I see two pictures near the top left corner. Then, if I press the «Page Down» button, there's a missing picture; all I see is an alternate text (which says " tank driving"). But if I...
3
19,761
thread by: 1266 | last post Jul 18 '12 by: lyodmichael
Image is not placed properly. I have a div with height and width as 302*302 then, I want to place the image,whatever the image size should be(eg:-1024*768,250*250) The image must be viewed as completely in that div. I had tried by giving style="overflow:auto;"but, both horizontal and vertical scrollbars are apperaed for the div.
3
19,754
thread by: Markus Ernst | last post Jul 21 '05 by: Christoph Paeper
Hello Reading the follwing document: http://www.w3.org/TR/WD-positioning-970131#In-flow it seems very clear that position:relative should be relative to the parent element. So in the following test case element1 and element2 should be placed side by side inside a centered white container element: http://www.markusernst.ch/test.htm
2
19,735
thread by: Kalvin | last post Sep 8 '05 by: Gus Richter
I am very new to CSS and am trying to set up 2 divs in the same space on the page. The idea is that div1 will be an informational message only displayed sometimes. When there isn't a message to be put there, then div1 will be hidden and div2 content will be visible. The problem I am having with this is that the content is still lining up...
1
19,657
thread by: swc76801 | last post Aug 14 '07 by: lzellner
I desperately need help. My understanding of CSS is non-existent. I have a store http://astore.amazon.com/texasheat-20 with Amazon.com. According to the information from Amazon.com "Write your own overriding CSS to customize your aStore." Their setup page is divided into two sections. On the right they show the existing CSS. On the left there is a...
4
19,654
thread by: Eric Lindsay | last post Dec 15 '06 by: Eric Lindsay
Although http://www.w3.org/Style/LieBos2e/enter/ say "The title of a document does not show up on the canvas, so it is not affected by CSS styles", there is a note by Seamus P. H. Leahy on styling the title element in CSSPlay http://moronicbajebus.com/wordpress/wp-content/cssplay/title-display/ When I tried this to add a background image, the...
0
19,652
thread by: littleloyal | last post Feb 14 '18 by: littleloyal
I would appreciate suggestions of sites that would help a non-programmer teacher learn how to change from a frame based to frameless interface. WHY: I developed several offline educational "apps" that use html. I have been trying to help kids and adults with an html interface to study with that supports one's own language. They have and will...
1
19,631
thread by: spolsky | last post Aug 17 '06 by: Sven Rudolph
hi, i have the following html. i don't want to set size for div and i want to have it get the size (especially shrink) of its content but it resizes to the width of the page. i tried the span instead of div element but it leaves some horizontal space after it. so i'd like to know what's the best way compatible with common browsers(if possible...
0
19,614
thread by: Ayorinde | last post Feb 12 '18 by: Ayorinde
I just developed a website, all its features are intact as long as its in the folder i downloaded its template with, the moment i try to change the name of this folder or move the index and assets into another folder, some CSS features shut down, same happened when i uploaded it on the server.
6
19,606
thread by: Biguana | last post Jul 24 '05 by: Jim Ley
Hi, Just wondering if anyone can help here. We have a site where most of the site opens in a window with no toolbars or menubar: window.open('mypage.aspx','self','toolbar=0, menubar=0, etc, etc) This is because it's a data driven site where space is at a premium and we'd rather discourage use of back, stop and refresh. The problem...
11
19,579
thread by: Yeah | last post Aug 9 '05 by: Berna Bleeker
I have a multiple choice quiz where I would like to use CSS to change the color of the answers upon clicking them. I would like to present the right and wrong answers up front, rather than direct the user to a separate page with all correct answers. Do the answers have to be "links" for this to work? They have to be inactive links, because...
4
19,568
thread by: mr_burns | last post Jul 20 '05 by: DU
Hi, Is it possible to disble horizontal scrolling using CSS? I want to try and use two backgrounds, one tiling vertically and part of the body background, which will not force scrolling, but one that will be part of a table stretching of to the right, which will force unwanted horizontal scrolling. How is this written in the stylesheet?...
20
19,537
BeemerBiker
thread by: BeemerBiker | last post Mar 25 '09 by: wastedguitarist
http://swri.info/images/sqlfltr4.png Unaccountably, I cannot set the height of the textbox when using pixels. I wanted the height to match the xx-small font, about "14px", but I found that I had to use "40%" for the height. The "14px" actually worked in the design view, but not at runtime. So why was the "px" ignored at runtime, but the %...
2
19,520
hsriat
thread by: hsriat | last post Feb 13 '08 by: hsriat
All the elements which were set as style={display:none} are still being shown in Safari (Apple's Browser)... But when the same style is applied with javascript on an event, it hides the element. Like this... document.getElementById('abc').style.display='none'; This one is also not working:...
3
19,492
thread by: Annette Acquaire | last post Oct 8 '06 by: Jobe
I have and image map with a dozen hotspot links on it that I'm trying to get to open a new image over existing one on mouseover of each COORD. The only thing I was able to do was swap image on mouseover entire image, I want it on each hotspot only, so an image pertaining to each link shows up. I have done it in JavaScript, but the website I'm...
12
19,485
thread by: sneill | last post Jul 21 '05 by: Steve Pugh
Hello, I have the following HTML / CSS that draws 2 rows. Each row has 3 cells. I want the cells within each row to span a single line. Each cell is 100px wide, and the row containing them is 250px wide. Clearly the last cell won't fix, but rather than wrapping to the next 'line' within the row, I'd like the last cell to be clipped and only...
7
19,451
thread by: Fabian Neumann | last post Jul 20 '05 by: Fabian Neumann
Hi! I got a problem with font-family inheritance. Let's say I have CSS definitions like: p { font:normal 10pt Verdana; } strong { font:normal 14pt inherit;
4
19,446
thread by: bne | last post Mar 22 '07 by: bne
Hi, My brain's a bit fried on this one. I'm using the li:hover method to display sub menus at http://dev.hyl.co.uk/guide4life/. All works swimmingly in FF, however IE7 loses the hover (and so the sub menu) when you mouse over items further down the sub menu list. This only seems to happen when the sub menu is over the text of a paragraph...

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.