473,544 Members | 1,954 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.
0
1,575
KeredDrahcir
thread by: KeredDrahcir | last post Aug 29 '13 by: KeredDrahcir
I have a box that need to display when the user clicks on a link. I want the background to grey out while the box is active. I found some code to do this using main CSS and little bit of JavaScript. <div class="black_overlay" id="fade"> &nbsp;</div> <div style="text-align: center; clear: both;"> <a href="javascript:void(0)"...
2
1,561
thread by: marckvallon | last post Aug 29 '13 by: buy domain
Hi not sure if this is in the right place or not, but I could use some help redirecting a usual page to another each time. I'd rather not have the 2nd page embedded on the first as it looks bad. I've tried using <html><meta http-equiv="refresh" content="1;url=http://example.com/" /></html> to redirect but it has no effect. I currently use...
0
1,236
thread by: navyajain | last post Aug 27 '13 by: navyajain
at last in the input field how can i get the sum of a1+a2+a3+a4 in one text field and w1+w2+w3+w4 in one text field and x1+x2+x3+x4 in another so on..? you have similar code like this please send us it may usefull to me..? <body> <TABLE CELLPADDING=0 CELLSPACING=0> <h1> <b> Retail Profit</b> </h1> <TD WIDTH=150></TD><TD...
4
1,540
thread by: ddarbyshire | last post Aug 24 '13 by: ddarbyshire
Hi, I have just made my website home page using Dreamweaver's table layout HTML (on my Mac) when I view what I have done on Safari, Chrome and Firefox it looks exactly how it should, however when my friend views it on his Windows laptop using IE and Chrome there are gaps in the table so I end up with spacing I don't want. Help?! Website in...
1
1,840
colinod
thread by: colinod | last post Aug 23 '13 by: shadowstrike
i have a simple navigation with no sub menus like this <ul id="topnav"> <li id="boys"><a href="boys.asp?id=All">BOYS</a></li> <li id="girls"><a href="girls.asp?id=All">GIRLS</a></li> <li id="everyone"><a href="everyone.asp?id=All">EVERYONE</a></li> <li id="kids"><a href="kids.asp?id=All">KIDS</a></li> <li id="news"><a...
3
1,776
thread by: naveen kuamr | last post Aug 23 '13 by: Nepomuk
Does the visibility as hidden renders the element? if no is there any way to not render a element in HTML using J Query or any other way.
3
1,752
thread by: GopalSIngh1984 | last post Aug 23 '13 by: shadowstrike
I want to fridge the position of a particular div & rest all of div should be scrollable .
8
3,520
thread by: ayamopamo | last post Aug 23 '13 by: shadowstrike
Hi- I am trying to center a web page. It seems like this should be very simple to do, but apparently it isn't my day. I have successfully centered the background by calling it in the css body tag: body { font-family: Trebuchet MS, Arial; cursor : default; background:#000000 url("Images/long-template.jpg");...
1
1,545
thread by: letmecode | last post Aug 23 '13 by: shadowstrike
i need a sidebar which should scroll the blog i want help with http://interviewblogs.wordpress.com
1
1,527
KeredDrahcir
thread by: KeredDrahcir | last post Aug 23 '13 by: shadowstrike
I have a nested division. The parent needs to go right across the screen and has a repeating background so that it caters for any resolutions or zoom. The child needs to be at a certain point in the page. I found a way to centralise it was to give it a width and set the left and right margin to auto. I want if offset by about 300 pixels to the...
1
1,547
thread by: bigramz | last post Aug 23 '13 by: shadowstrike
Website with feature I want to replicate: http://the-big-bang-theory.com/shop/Official-Clothing/ Once the shirt is clicked on this page, it takes you to stylin online but also opens a lightbox with content on the-big-bang-theory.com website. I have a lightbox plugin installed on my WordPress site and it works when I add the class "fancybox"...
2
2,569
thread by: LouDog | last post Aug 23 '13 by: shadowstrike
I am new to CSS and HTML. I am studying an online tutorial that provides a sample HTML and CSS style sheet. When I save these two files to my computer in the proper format they do work. However, when I go into the CSS style sheet and change the color from #FF0000 to "blue" I get no results in the HTML. Any help is appreciated. Below are the two...
5
2,304
epots9
thread by: epots9 | last post Aug 23 '13 by: shadowstrike
I am creating a HTML table on a asp.net page with c# as my language. everything is working as i want in firefox but internet explorer is a horror film. I append the style with the following code: table.Style.Add("border-spacing", "0px"); table.Style.Add("padding", "0px"); table.Style.Add("background-color",...
1
2,913
thread by: JMBad | last post Aug 23 '13 by: shadowstrike
Hi there, I'm trying to do a fade out transition in CSS so that a large image of a typewriter will be the first thing people see when they open my website, and will then fade automatically after 3 seconds to reveal the home page content. Any thoughts?Here's the code I think I need to use, but not sure where to put it: <img...
4
3,966
thread by: SwapnilD | last post Aug 23 '13 by: shadowstrike
Hi ALL, I am developing a website for which I need a popup which will display information. I need this popup to be designed in CSS / HTML. I am ASP.NET developer and not a designer, although I have basic knowledge of of HTML and CSS. But, not able to figure out how to design such a popup. It would be great if anyone help me to achieve...
0
1,090
thread by: artintern3 | last post Aug 22 '13 by: artintern3
Hi, I was trying to update the code for a photoset post in my tumblr, but when I went to my custom HTML page, there was no photoset code anywhere. The post appears, with all multiple photos displaying fine, but I cannot find any specific code relating to them. When I tried to add a basic Photoset code, in order to customize from it, my photoset...
4
1,453
thread by: Tinus | last post Aug 21 '13 by: univercel
Hi I have developed a webpage that uploads a file to a MySQl database.everything is working well on the pc(linux server) . I now want other people on my LAN to open this webpage and submit files. How can they do this ? Thank for any help.
0
1,771
thread by: nage1408 | last post Aug 20 '13 by: nage1408
i hve html page...one text box where u can enter data wen u click button ..data should be moved to a excel sheet again if u give one more data in html that shud be appended in excel append and not replace !! below is the my html file in ...i m not getting it ..can u plz try
1
1,329
thread by: Joe Hesse | last post Aug 20 '13 by: Rabbit
I have an html table where each row has a column with the name of a workshop. The name of a workshop is a link that 'onclick' calls the function GetDescription(WorkshopID). The function is implemented as an Ajax call and works with no problem. On the server the WorkshopID is used to make a MySQL query to get the description of the workshop....
0
1,024
thread by: chevalier45 | last post Aug 17 '13 by: chevalier45
I am trying to pass a the script variable var_url into an iframe. Can you help? <head> <script> var_url="http://www.google.com" </script> </head> <body> <script> document.write(var_url);</script> <iframe width="100%" height="420" scrolling="no" frameborder="0" banner"src="var_url"></iframe>
0
1,163
thread by: joannalowy | last post Aug 5 '13 by: joannalowy
Hi was wondering if anyone can help!? I am trying to centre my header image on Tumblr. Probably easy but I can't make it work! This is the code I have <div id="container"> <div class="header"> <table width="500"> <tr valign="baseline"> {block:IfHeaderImage}<td width="180"><a href="/"><img src="{image:Header}" style="max-width:...
5
1,707
thread by: dviki | last post Aug 2 '13 by: Exequiel
Navigation menu hover for contact is correct in chrome but not in Firefox. If i increase padding for ".menu_bar ul li:first-child a" menu comes down HTML: <div class="menu_bar clsClearFix"> <ul> <li><a href="index.php" class="{if $CFG.site.current_Page == 'index.php' } act {else} act_hover {/if}">Home</a></li> ...
2
2,512
thread by: aljack1 | last post Aug 1 '13 by: Xillez
I want the default position of scroll bar on iframe to start at the bottom of iframe?
0
1,448
thread by: teja1524 | last post Jul 27 '13 by: teja1524
<h:body> <h:form id="test"> <p:breadCrumb model="#{comp.model}"> </p:breadCrumb> <iframe id="dd" src="studinfo.xhtml" name="target" width="1345" height="595"></iframe> </h:form> when i click submit butlton i want to go back to Homepage.xhtml how to eliminate iframe when i click on submit and how to update this xhtml page form...
0
1,218
thread by: Kingstorm | last post Jul 26 '13 by: Kingstorm
Hi I wanna make people un able to pause my video player how to do this changing some html codes 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.