473,808 Members | 2,873 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,654
thread by: Developer111 | last post Aug 27 '10 by: JKing
I have a problem that IE6 is not loading the whole page i.e. in accordance with my own generated HTML Source Code, but the same is working fine/well in case of IE8 and Mozilla FireFox.
3
1,274
johny10151981
thread by: johny10151981 | last post Aug 27 '10 by: johny10151981
Can anyone tell me what is wrong with this code? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Why Still need to remind stupid IE to encode the page with utf-8. Why it still sometime choose SHIFT-JIS?
1
1,394
Leen
thread by: Leen | last post Aug 27 '10 by: Jamison Bryant
I write a form in html. but I want the user to insert multiple file at the same time, for example: <td><input type=file name="dip1"></td> <td><input type=file name="dip2"></td> <td><input type=file name="dip3"></td> that is to say it the user can insert multiple "dip" in the same input how?
2
2,667
thread by: tess1243 | last post Aug 27 '10 by: Jamison Bryant
How to remove the White Space under the image in IE? It works good in Mozilla. Problem occurs only when the page is opened through IE. The images are given in two separate div tags, with different class names. I want to place both the images one under the other without any space between them.
2
11,790
thread by: yogarajan | last post Aug 25 '10 by: Ali Gangji
hi i have create one html file. That file contains background image . but print preview time not display . i am go to tools -> internet options-> advanced options -> printing -> print background colors and images - checkbox enabled that time only appear background image my client donot that step i want default background image with...
2
1,774
Jezternz
thread by: Jezternz | last post Aug 25 '10 by: JKing
Okay so I want to place a relative division inside an absolutely positioned division. <div style="position:absolute;left:50px;right:50px;top:50px;bottom:50px"> <div style="position:relative;margin:0 auto;height:100%;width:500px;">testing123</div> </div> This isn't the code from my website but is good enough for demonstration. So I...
1
3,281
Claus Mygind
thread by: Claus Mygind | last post Aug 23 '10 by: Claus Mygind
When I design my pages, I am putting the content into <div> tags. For example I may have two <div> tags side by side content on left and on the right. My problem is this, if I want to select print from the browser menu only the content visible on the screen prints. Any content which you would have to to scroll down to see is cut off. I have...
2
2,616
KeredDrahcir
thread by: KeredDrahcir | last post Aug 23 '10 by: KeredDrahcir
I have a problem using Safari. I'm getting a white bar about ten pixel hight displaying across the top of my browser window where the page should start. It works fine in IE and Firefox but Safari, Opera and Google Chrome I get this bar. Before I post any code I wanted to ask if this is a known issue that there is a quick fix to?
1
3,738
thread by: Chinsu | last post Aug 22 '10 by: Aimee Bailey
<html> <head> <style> #ex { width: 700px; background: red; float: left; } a, span { display: block;
3
1,472
thread by: Chinthaka Shan | last post Aug 21 '10 by: Chinthaka Shan
http://www.eclecticenglish.com/grammar/PresentSimpleToBe1A.html
10
2,592
Teresa N Blaurock
thread by: Teresa N Blaurock | last post Aug 20 '10 by: Dormilich
I have been calling < and > carets. Is that correct? Sorry to be so basic, but a switch to Mozilla Firefox messed up my bookmarked favorites and a folder I'd kept of computer websites.
1
1,500
thread by: jevic | last post Aug 20 '10 by: TheServant
I am having a bit of trouble with the navigation menu on the sample website I am currently creating. The menu fits perfectly when firefox is fully sized but when I resize the browser the menu always moves. For example the last li always moves down. This is the css: ul#navigation { padding: 0; margin: 0; background-color: black; ...
9
2,107
thread by: Natalia Usselman | last post Aug 19 '10 by: JKing
I have this layout that is coming together, except for one absolutely positioned div (id="dancers")which is inside a relatively positioned "container" div. http://www.tangobarok.com/new/ link to css - http://www.tangobarok.com/new/main.css whenever I try to position it more to the right and lower with {top: 40px;}the contents of div...
4
17,753
Thew
thread by: Thew | last post Aug 18 '10 by: Thew
How can i get an button not clickable? like it is gray, and already pressed?
2
1,395
thread by: Sean Cutting | last post Aug 18 '10 by: Sean Cutting
Hi, Please can you help? I would like to build a website where the colour of the site will change to one of the 4 brand colours everytime the site is refreshed. Can this be done? Regards, Sean.
2
1,407
thread by: CherylGrant | last post Aug 17 '10 by: CherylGrant
I have just redone my whole site and it is working great in IE and in Firefox. The only thing that is visible in Safari is the table and background colours. No text, images, links or anything else is showing up. Help please. I'm not a website designer and have self taught all that I know. I'm really stuck. I've been told that it has...
7
8,229
thread by: flica33 | last post Aug 17 '10 by: CherylGrant
This site is working perfectly in IE and Firefox, but seems to lose most formatting when viewed in Safari. Font styles are appearing, but the layout is pretty much non-existent. There are a few other pages on the site that use both the original css file (layout.css) along with a second one (photodept.css). The part of the page which uses the...
1
1,310
tharini
thread by: tharini | last post Aug 17 '10 by: JKing
Am using a date picker control to select dates in my PHP page... whenever i run the page in firefox the position of the picker control remains same near the textbox but when i run the same page in internet explorer the position of the picker control is getting changed... picker control gets moved to the top of the textbox. Could u please give me a...
2
1,253
thread by: madhavaraobk | last post Aug 17 '10 by: madhavaraobk
We do load files in a frame by setting location.href=<file_path> it works fine for all the file extensions but fails for .pl file extension. any thoughts how to make frame to load contents of the file rather treating it as ajax call ? thanks, Madhava
6
2,149
auntypizza
thread by: auntypizza | last post Aug 15 '10 by: TheServant
Hi, I have 3 divs - middle div suddenly has a big gap at the top. How to remove all the space? http://www.astrosense.net/craft/ All the space above the heading "Craft Hatch Photos" Thanks, in advance
8
2,817
thread by: Joćo Pimentel | last post Aug 13 '10 by: Joćo Pimentel
Hi I work for a public company with a lot of workers. We all share a file system with no security constraints. All may access, read or modify any documents, mainly Word and Excel files. I want to create a html web page for browsers where links wound open the file directly on its original location, so anyone can modify it; instead of...
1
6,035
thread by: tess1243 | last post Aug 13 '10 by: drhowarddrfine
How to display two div element in one line and align the whole in center? I know that we can display two div elements in one line by giving float:left;. But For Example: <div class="MainDiv" id="div1"> <div class="InnerDiv1" id="div2"> <span>Hello,</span> </div>
3
15,302
thread by: tess1243 | last post Aug 13 '10 by: drhowarddrfine
How to give a line break using CSS? Is this possible?
1
6,479
thread by: bushnellweb | last post Aug 12 '10 by: JKing
Is it just a simple css or is it more complicated with javascript, etc. I want to limit a description input to 500 characters. <input type="text"> makes it easy with maxlength="500" but the text doesn't wrap. I'd rather write a function for limiting a textarea to 500 chars than a function for adding line breaks in a text box. SO, is there an EASY...
7
8,109
HaLo2FrEeEk
thread by: HaLo2FrEeEk | last post Aug 12 '10 by: johny10151981
I'm having an issue with a table. I know I'm supposed to use divs, but there is no easy way to do the layout that I needed to achieve with divs. Basically I've got a table that has 5 rows displaying a description, address, phone, and fax, then one that acts as a spacer. Next to that, using a colspan, is a cell that contains an image. Now...

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.