473,799 Members | 3,178 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,464
thread by: alexdarlington | last post Jun 15 '10 by: drhowarddrfine
Hi, I am a bit confused about the height behaviour of DIV elements. In particular, if I give a div a border it will include the padding of anything inside it when deciding the height. If I use no border the padding is not included in the height. This is very obvious if you color the background of the div. Is this the correct behaviour? Can...
0
1,019
thread by: mmvazir | last post Jun 15 '10 by: mmvazir
I have a video file in mpeg format. I have uploaded the same and have created a link in HTML page. Problem is that when i click the link Window Media Player opens but the file plays for a few second only. But when offline the file plays full. Can any body help me out with this problem. Appreciate the sincere efforts. Regards. Munir
5
2,056
thread by: noobhtml | last post Jun 14 '10 by: drhowarddrfine
Hello all, I downloaded a template from a free website which offers css templates and along with that downloaded pagebreeze to edit the template. After editing the template, it works fine locally but when i upload it to the server it doesn't seem to be working. Please help me out, thanks = )
2
2,249
thread by: Podzol | last post Jun 14 '10 by: Podzol
Good people. I'm afraid that I have reached the edge of my understanding. My table works in Safari (Max) Firefox (Mac and PC) but not in IE8 (PC). the page is: http://www.portraitbust.com/Gallery.html Here is the code for the table. and the pertinent css Can anyone help? Thanks <table class="gallery" align="center" width="650"...
5
2,280
thread by: lcurlr | last post Jun 13 '10 by: Dormilich
I have been trying to get my HTML pages all up to a common standard and I am now at a point where the only parsing errors are in Amaya. Amaya rejects the Common Tag attributes in span elements that are RDFa, i.e., use the attributes of typeof="ctag:Tag" and the essential attribute resource= What version of DOCTYPE for HTML will...
1
2,143
Coldfire
thread by: Coldfire | last post Jun 11 '10 by: Coldfire
Hi, The strange problem i am having is, the input element of type='file' not reading file names after 20 file elements. It simple returns null on reading the 'name' of file. The code is simple and has no error as I am testing it standalone
9
2,304
thread by: svendok | last post Jun 10 '10 by: svendok
Hi, I'm trying to set up a table-less layout using CSS. I have a simple two-column layout that works great in IE, but has a bug in FF. In the code below, when the contents of the content_area DIV are a few words, the two columns are fine in both IE and FF. However, if the 2nd column contains enough text to run onto the next line, then the...
1
5,993
thread by: mcelrob5 | last post Jun 10 '10 by: YarrOfDoom
I have an application that opens new windows and right now the windows re-size and have scroll bars to see all of the text. I was wondering if there is a way to make the text wrap or auto-format itself so that it doesn't require a horizontal scroll bar or need to re-size the window. Like how a Wikipedia page will reformat when you re-size the...
1
3,832
HaLo2FrEeEk
thread by: HaLo2FrEeEk | last post Jun 9 '10 by: HaLo2FrEeEk
I need to know how / if it's possible to apply a background color to a ordered list item's numbers, and not the content itself. I've tried: ol { background-color: #FFFF00; } But that does the opposite, applies the background color to the list's contents, but not the numbers. I'm making a syntax highlighting script that shows line...
2
1,659
mariko
thread by: mariko | last post Jun 8 '10 by: zxyzxy12321
I use HTML and external style sheets. A client of mine loves a website I've designed for them, but was wondering if I could put in drop down buttons on a menu bar. My client specifically said that they don't want any java script. Is there anything I can do using just HTML and CSS to "make buttons fun"?
2
3,814
thread by: lcurlr | last post Jun 7 '10 by: lcurlr
Over at developers.curl.com I have a blog post on an IE8 quirk which I hit while standardizing the html at my aule-browser.com website. When I moved the height and width parameters from the object tag and into a CSS style for objects, the size of my embedded applet immediately collapsed to the upper-left corner in IE8. It took some effort to...
3
1,535
thread by: Noorain | last post Jun 7 '10 by: drhowarddrfine
hi i want to use ALBERTA font in my website. locally its ok. but when hosting my website this font doesn't show. please help me how to do this. Thanks
4
6,558
thread by: neogazz | last post Jun 3 '10 by: neogazz
Is there any way of creating spaces between words or objects (i.e. input fields or buttons) other than using the &nbsp; command in HTML? It would be great if you could specify the spacing between text/objects using a value? For example see below: <html> <body> Please enter your name:&bsp&bsp&bsp <input type="text" id="bname" name="bname"...
2
4,534
thread by: luftikus143 | last post Jun 3 '10 by: luftikus143
Hi there, I am building a small WebApp, and using a list to display country values for a specific variable. It should be like Country A 10 Country B 4 Country C 125 So, what I have in CSS is this:
4
3,068
thread by: rresidori | last post Jun 2 '10 by: rresidori
Hi all - I've managed to get 3 out of 4 of my rollover buttons to work in Firefox but my 4th one (Forms) doesn't want to cooperate. Can anyone help? It seems to work fine in other browsers...strange. Here is the link - keep in mind this is a work in progress ;) http://chicagostrivingreaders.org/rresidori/public_html/rresidori/
0
1,206
thread by: xtiansimon | last post Jun 1 '10 by: xtiansimon
I've been testing Cufon type replacement and noticed for the first time that Mozilla/Linux is resizing my page ever so slightly (I guess to fit elements to the window since Firefox/Linux is running on a machine with a squarer aspect ratio than my Mac screen). I dont have the same trouble with Safari/OSX or IE/WIN. I am continuing to test. I...
3
1,743
mariko
thread by: mariko | last post May 30 '10 by: UpsideDownTire
If you notice on this website there is the green symbol/logo next to the title of this webpage. It is on a tab if you are using Mozilla Firefox or Google Chrome. It is also next to where you type in the website. How do I put up a symbol using HTML?
0
975
mariko
thread by: mariko | last post May 29 '10 by: mariko
I use HTML and CSS stylesheets. How do I set up a grid like the one used at http://www.allpro-re.com/searchresults.cfm?searchType=office (and click on a house)? Everything is put into a table but I don't understand the CSS part of it and I don't want the CSS set up like that. I like external CSS.
1
2,184
thread by: PGPG | last post May 29 '10 by: Dormilich
Hi all. Here's my problem: I want that when someone opens a rapidshare link that it directly goes to the "Free-User" section. But it always goes to the screen where you still have to choose between Free-User or Premium. So I looked in the Source Code and found this: <form id="ff"...
2
2,410
jamwil
thread by: jamwil | last post May 28 '10 by: jamwil
Hey guys, not sure if this is possible with css, but I have a photographic background for a website, and would like to create text that is completely transparent so that the background shows through each letter. The letters will be contained within a white box. I don't think this is possible (I've tried a couple different ways I can think of)...
7
20,769
thread by: malineau | last post May 28 '10 by: drhowarddrfine
I would like to be able to open a link utilising a variable as the destination. Something like <a href=variablename><\a> where variablename specifies a page address within the website. But I can't work out how to parse the variable into the href statement. Basically I'm trying to produce a sort of breadcrumb trail, such that at the top of each...
3
2,711
thread by: visweswaran2830 | last post May 27 '10 by: Banfa
I have html table.I am creating table rows & cells at run time using aspx.vb. Now I want to set word wrap in html table cell. How do I set this?
3
1,951
thread by: Rocky38 | last post May 26 '10 by: Niheel
I need a web page to be made with a horizontal image and a vertical image running at the top and left side of the page respectively.. I have used body { background-image: url(../images/header.gif) , url(../images/menu.gif); background-repeat: repeat-x, repeat-y; font-family: Verdana, san-serif; margin: 0px;
3
3,061
HaLo2FrEeEk
thread by: HaLo2FrEeEk | last post May 26 '10 by: drhowarddrfine
I'm trying to make a div position itself at the bottom of the window, fixed location so that regardless of my scroll position it always stays at the bottom, and inside it has layered children divs. Basically I've got a wrapper div, and inside I've got 2 child divs. One of the child divs displays completion percentage text, the other a progress...
8
2,240
thread by: puT3 | last post May 25 '10 by: puT3
I have a form where user will insert any suggestion that they may have. I want to know how to make each suggestion appear according to the newest to oldest where the newest is on top and oldest below on the same page. As user click submit button it will appear on the page. It is the same way this site operate when there user post question and...

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.