473,808 Members | 2,852 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.
1
8,903
Death Slaught
thread by: Death Slaught | last post Nov 13 '09 by: wizardry
I will be showing you how to make a very simple but effective three column layout. First we will begin with the HTML, or structure, of our three column layout. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"...
4
2,909
thread by: romepatel | last post Nov 12 '09 by: Atli
I am using <div class="abc"> and I have abc:hover{ } in my style.css file, The hover effect don't work in IE 6. Though it works fine in IE 7 and firefox.
3
1,614
mikek12004
thread by: mikek12004 | last post Nov 12 '09 by: gits
Is there any way (HTML.Javascript or any other) to add a link a a swf which I have put on mu web page (currently using swfobject to import them)?
3
1,818
thread by: kopuk1234 | last post Nov 12 '09 by: TheServant
Hi, every one, this is the first time I am using this and any other form and I am also new in Web Design Technologies but usualy quite good in Designing a Web Page or Site if I really need to. And I was wondering if any one can help me with any ideas on how to send data "Value in money" from a html web page using a text box and a button and...
1
2,496
thread by: dustylane | last post Nov 11 '09 by: TheServant
I know very little about HTML and CSS but I've been able to decipher most of what I've needed to know based on trial and error. I had a friend coding me a website long ago and he abandoned the project but gave me what he had finished. I modified it to fit my needs, but now I'm at a stop. I have these sliding gallery tabs that I need to be able to...
4
3,498
thread by: manu1001 | last post Nov 11 '09 by: drhowarddrfine
the trouble is the elements are defined in different places in the html file. something like this. <input id="a"...... /> <input id="b"...... /> <input id="c"...... /> <input id="d"...... /> how do i get "a" and "d" to appear on the same line (horizontally aligned) without removing "b" and "c" between them?
8
280,252
thread by: ZakRhino | last post Nov 11 '09 by: appuonline
Is there a way to turn this DHTML code into CSS code? If so what is the correct way it should be put in the code? onmouseover="this.style.backgroundColor='#0061D7';" onmouseout="this.style.backgroundColor='#3D93FF';"
3
1,743
thread by: CdnRebel | last post Nov 10 '09 by: Dormilich
Hi, The website has a WAV file which played on the web before I made changes and it plays on my computer when I click on the index.htm file that I changed. However, when I FTP that index.htm file to update the website; the file no longer plays. It displays as still being in the website folder and I tried copying it from my desktop to the...
1
3,217
thread by: seegoon | last post Nov 10 '09 by: TheServant
I have several images, each with several area maps. I'd like to know if there's a way to have the area map shown as a border when it's hovered over; I know it can be done easily with images but I haven't been able to crack it with area maps. Alternatively, is there a way to create the outline as a .png or a .gif and have it laid over the image?...
11
2,161
thread by: tvnaidu | last post Nov 9 '09 by: Dormilich
Can I get some HTML/CSS code for this attached Image. I need just Two lines, but I should be able to select only one line (if I select Second line, it should throw warning like "select one port and click apply". I need status like PLUG1 O ON O OFF PLUG 1 Status ^00&0001 | ON | OFF |; PLUG2 O ON O OFF PLUG 2 Status ^00&0002 | ON | OFF...
4
1,941
thread by: CdnRebel | last post Nov 9 '09 by: CdnRebel
Hi, I have double checked and triple checked, but I cannot figure out why my second image (the picture in div.top2) is not displaying. The spelling is right. I have attached the files. Also is there a way of aligning all the pictures towards the centre with the wording beneath lined up nicely as well? Thanks for any help, Mary ...
5
1,997
thread by: bogfart | last post Nov 7 '09 by: TheServant
Hi all, In brief, this is what's happening (very annoying): - I made 5 HTML/CSS pages coding them by hand; - First I made one page and I used that page for making other pages, just with small changes in text; - All pages are aligned > center: margin-left:auto; margin-right:auto; position:relative;
10
11,685
thread by: surpavan | last post Nov 6 '09 by: surpavan
Good afternoon i am a newbe.. I have tried to create a small site with the following code: However, the problem that I am facing is because the color white that was given in upper element -div page - is not working properly. the lowers divs are not getting the color white as background, in stead they are getting the defaut body tag...
1
2,793
thread by: quushich | last post Nov 5 '09 by: drhowarddrfine
I want to be able to stop a paragraph mid-sentence and provide a 'more' link that then disappears when clicked and the rest of the paragraph appears in place. Much like many blogs and social sites do. Below is code from just such a site... so what is needed to make it work? <div id="story" class="text_exposed_root">Yay for being around yada...
12
1,944
thread by: chris728 | last post Nov 4 '09 by: Dormilich
Ok first I need to say I know pretty much nothing about programming and the only thing I know about is HTML XHTML and Flash stuff that being said, I have a Microsoft Database setup at my school with all the students names, birthdates, social security numbers plus much much more I have a field for each thing and what im wanting to do is be...
2
2,160
thread by: ismailc | last post Nov 3 '09 by: ismailc
Good day, I need help I have row with background black & border black, i would like a thin white border just before the border. so the outcome would be black white black i don't know if it is possible
1
1,524
thread by: metropolisiii | last post Nov 2 '09 by: drhowarddrfine
Hi all, I'm having a problem with positioning with CSS in IE. If you look at the first photo, everything looks the way it should, but when I change the font size, the positioning gets messed up as shown in the second photo. Here is the css used for the main body: #main { width:96%; margin:0 auto;
1
1,567
rahulephp
thread by: rahulephp | last post Nov 2 '09 by: hsriat
Hi there, Kindly have a look on below CSS property. What i want to ask is: when i'll click on a button, it should be look active. I mean it would have to get property of .sidebar_menu:active But it doen't works. Please elp me out from this. <!--Sidebar menu button start-->
4
1,967
MusoFreak200
thread by: MusoFreak200 | last post Nov 2 '09 by: MusoFreak200
Hey everyone Can you please help me with this div coding? it doesn't appear to want to work but it did when i first got it. it is attatched as a .txt file thanks everyone Cya
1
4,313
rahulephp
thread by: rahulephp | last post Nov 2 '09 by: TheServant
CSS Tabs - contents of a div disappear in IE & onclick is not working Here is the code: Swaps the "active" tab and "inactive" tab and swaps out the new content via the display style attribute: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
1
2,048
thread by: Sarvesh1989 | last post Nov 1 '09 by: TheServant
I have one main div & in that main div i have included 2 differrent div it show good result in firefox but in ie it doesn't show that same result div just get one above the other.plz do help me. my ccs is: /* General elements */ body {
1
1,260
rahulephp
thread by: rahulephp | last post Nov 1 '09 by: hsriat
Hi there, i want to make a vertical tab css navigation somewhat like http://www.google.com/submityourcontent/index.html ( See how it works for your industry Local business online commerce media/publishing
9
1,971
thread by: tvnaidu | last post Oct 30 '09 by: acoder
This is just small plain HTML program wtote manually (since I am new to web programming, may be some tools I can use I think), this program loaded onto microcontroller with small foot print web server, when program prints, half-way it prints, then it struck, any issue with this?. when user clicks "submit" again it loaded same page. but it sends...
1
4,017
thread by: veenna | last post Oct 29 '09 by: Dormilich
hi, i have six iframes in my page and it is pointing to same page with one input file and six different buttons. if browse file from six input file and click on each upload button it should happen simultaneously.But it is happening one after the other. i want to know few things 1. Is it possible using iframe or not? 2. whether it...
3
4,213
thread by: prigupta2 | last post Oct 27 '09 by: Dormilich
Dear Sir/ Mam i need code How to run programe.Exe from client system without giving download option (without save button) from html page Please send code as quick as possible Thank you

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.