473,544 Members | 1,870 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
1,130
thread by: komathi043 | last post May 2 '14 by: aswal
In my project when i am executing my mainpage in mozilla its different and in crome its different.Is there any solution for this problem.
1
1,167
thread by: jbartlett11 | last post May 5 '14 by: Rabbit
I have a variable in my code called BLACKCARDS which is a string. I'm trying to style it using CSS not inline style. I've tried below but this is not working. <style type="text/css"> BLACKCARDS { background-color:orange; } </style> How do I style this variable?
1
1,280
thread by: kyohatsu | last post Jun 13 '14 by: nomad
<!DOCTYPE html> <html> <head> <script src="http://bytes.com/license.js"></script> <script src="http://bytes.com/getMessage.js"></script> <script src="http://bytes.com/sound.js"></script> <script src="http://bytes.com/flashcards.js"></script> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name ="viewport" content...
0
1,053
thread by: GayleH1952 | last post May 8 '14 by: GayleH1952
I have been learning html and css for about 8 months now. Everytime I would like to learn bootstrap so I can develop Joomla 3 templates. How much knowledge of css and html do you need for learning bootstrap and is there any other requirements to use it?
0
9,085
thread by: stdq | last post May 8 '14 by: stdq
Hello, everyone. In this article, I'll show you a way to print a table of the factorials of the integers in the range 0-20. Please note there is no warranty when it comes to using the code here presented. We'll be using JavaScript, HTML5 and CSS. To learn more about factorials, check this link: http://en.wikipedia.org/wiki/Factorial. The...
2
1,563
thread by: Mia1990 | last post Jun 26 '14 by: ashjones86
Hi When I run my website on my computer, locally, everything works great. When i upload it to the server. Some of my images won't show, my css stylesheet doesn't work and my roll over menu is missing. I have checked things like lowercase and uppercase letters and have come to the conclusion that my paths are wrong somewhere. I have 8 html...
0
970
thread by: zoe godiyal | last post May 15 '14 by: zoe godiyal
hello, plz help me out i working on html so the problem is in my main page there is a slider and sum text on my slider ,so i have up to 50 pages that i want to put slider so guide me is der any type of easy method that i can use same slider in my other page,so i every time i don't have to change whole code in every page, i need sum type of...
0
1,073
thread by: kinggamer1235 | last post May 15 '14 by: kinggamer1235
This is probably gonna seem a really noobish question. I am really confused about the files everything is saved in and how its all connected. You have a file that you write your html in and then another for javascript and then another for css I just don't get how it all comes together at the end and how to save the files properly. ...
0
1,439
Claus Mygind
thread by: Claus Mygind | last post May 16 '14 by: Claus Mygind
I'm trying to display two google charts and data tables on two separate pages. Like this chart, table <new page> chart, table. Here is my code <body> <div id="chart_div" style="width: 900px; height: 500px;"></div> <div id="table_div" style="width: 900px; height: 500px;text-align:center;"> <table border='1' align="center">...
3
6,668
thread by: erwin1177 | last post Jul 10 '14 by: nomad
hi, I've been trying to embed a csv file into my html file..i have tried many source code, but nothing works. <html> <head><title>Reading values into a table</title></head> <body> <table datasrc='#data'> <thead>
12
3,666
thread by: jeffreycoontz | last post May 26 '14 by: jeffreycoontz
On a display:block element for navigation, I cannot get a background color to show up other than white. What do I do?
1
1,573
thread by: ZhangJiao | last post May 28 '14 by: Exequiel
Hello I'm new to HTML Programming. <html> <body> <input type="range" min="0" max="50" value="0" step="5" onchange="showValue(this.value)" /> <span id="range">0</span> <script type="text/javascript"> function showValue(newValue) {
0
1,157
thread by: Sunil Dahiya | last post May 27 '14 by: Sunil Dahiya
Hi, I am not a professional but I am managing my site by my own. It is running fine. Now I want to add Hindi Characters on English page. I made it UFT-8 but it still does not work. I used <span lang="hi"> to separate Hindi word from english. Codes are as follows('xyz' is replaced with my brand Name): <!DOCTYPE html PUBLIC "-//XYZ...
0
1,157
thread by: aringan | last post May 27 '14 by: aringan
I have a web form which uses a master page (holding couple of div tags). there's a grid view that populates as a home page, till this point everything is OK. I have an edit control on this grid view which will modify the characteristics of the selected row. by the time it's clicked it will unhide the second grid view which has the required...
1
1,469
thread by: jeffreycoontz | last post May 28 '14 by: airborn8
When I use background-attachment: fixed on my body background, the background stays fixed. Now I want to keep my top headers and navigation fixed as well. I use the position:fixed: property in CSS. When I do this on multiple divs, one after another, at the top, wierd stuff happens. the wrapper goes out of wack and the header divs go...
1
1,350
thread by: sravani1119 | last post May 29 '14 by: Luuk
i have 2 divs one on left ans one on right. left divs should contain all links one after the other and on right side content should be there . when we click on link in left side itscontent shld appear on right side. when we click on next link the old content should clear n content related to this link should appear. pls help me how to achieve...
1
1,465
thread by: warademaya | last post Jul 17 '14 by: nomad
I want to use div as one page, so that i can give that div id/class as a href.or is there any other idea for that, how to do that?
1
1,605
thread by: graytimo | last post Jun 10 '14 by: rules engine
Hi there when i update a website in seamonkey i seem to lose all my css on that current page. http://www.afterschoollearning.co.nz/index.html Compared with http://www.afterschoollearning.co.nz/testimonial.html Please advise
0
1,007
thread by: DaRR2121 | last post Jun 10 '14 by: DaRR2121
I can't seem to get the modal window to show any content from another link. I'm quite sure I've used the correct classes to link them together. This is the basic js given from http://www.ericmmartin.com/projects/simplemodal_v101/. I'm sure I linked the pages to the modal but seems like I did something wrong. Any help would be much appreciated! ...
4
2,639
thread by: Birko | last post Jun 14 '14 by: Birko
Hi, being a complete newbie to html I am hoping someone can help answer this question... I am trying to edit a google site within a webpage content area which expands and contracts based on the browser width and height. The content area doesn't have a visible border when viewing the live page. So I added this code which gives me a border. The...
1
1,157
thread by: dannykay | last post Jun 13 '14 by: nomad
I'm trying to have the background repeat to the right (x) on my nav bar. current code is: { background-image:url('nav.png'); background-repeat:repeat-x ; }
2
1,576
thread by: Moon Lee | last post Jun 14 '14 by: Moon Lee
I add transparent background Animated images in my blogger post (Html) using <marquee> Problem: Transparent background images changed to white! 1. How to make animated images moving horizontally, or up and down? (Like using marquee) 2. How to make images position (fixed) at any areas in post? *Importantly no white background appears...
1
1,427
thread by: kungfool | last post Jun 16 '14 by: Rabbit
I am having a problem with the background color for images. I have links with a colored background and colored when hovered, but this also does it for images which is what I don't want. Here is the CSS: a:link,a:visited { margin: 0 auto; display: block; font-weight: 400; color: #000000; display: block; width: 120px;...
0
1,104
thread by: meeekz | last post Jun 16 '14 by: meeekz
I have created an index (table of contents) using an unordered list and css with position: fixed. The list items are hyperlinked to different anchors on my page. My problem is that the result does not appear to be responsive? website: http://www.strategynuts.com/strategy-nuts-pricing/#Website_Design The html I am using is: <HTMLCODE>...
3
1,429
thread by: Zeamay | last post Jun 17 '14 by: Zeamay
hii, i've downloaded a website template. but the layout itself or the whole background is not working :| i'm not sure why. here's the website: www.zeamay.net

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.