473,786 Members | 2,410 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,180
thread by: stpaulnewbee | last post May 24 '10 by: drhowarddrfine
I am creating my first website and have found that my page doesn't look the same in IE7 & 8 as it does in FF. Specifically, the header names that lead to the various pages trail off. You can only see Home and Buy Now. HELP Please ... I am hoping this is an easy fix!! www.yarddice.com Thank you!
2
2,005
thread by: taras | last post May 24 '10 by: taras
I have a problem with making horizontal menu with css. The problem is that menu should be right aligned, but items in sub menus should be left aligned. To make horizontal menu float:right property is used on DIV tag where menu is located. This is an example of menu: <DIV id="menu"> <UL> <LI><A>Item1</A> <UL>
5
3,087
thread by: padmas | last post May 21 '10 by: drhowarddrfine
In firefox and ie8 the middle div is ignoring the width when there is not content. Please help me fix it to work the same way for ie7 also I cannot remove the width for the main 3 div's ************************************************************************** <head> <title>Untitled Page</title> <link href="ie7.css" rel="stylesheet"...
3
1,934
thread by: ealexh | last post May 21 '10 by: ealexh
I recently had someone create a new blog format/header/page for my blog powered by TypePad. It's form is in CSS. It looks great in IE, but it looks awful (and really tiny) in Mozilla. Is there a way I can get it to look the same in BOTH browsers? My viewers are about 50/50 between IE and Mozilla. My blog address is...
5
3,621
code green
thread by: code green | last post May 21 '10 by: code green
I have this piece of code <div style="text-align:center" id="nav"> <h1>Stocktake Menu</h1> <ul> <li> <a href="HTML/upload.html" title="Upload Spreadsheet and Check Integrity"> Check Spreadsheet</a></li> <li> <a href="scripts/insertStock.php" title="Upload Data from Spreadsheet"> Upload Figures</a></li> <li> <a...
0
1,911
thread by: mohanprasadgutta | last post May 20 '10 by: mohanprasadgutta
Hi, I am trying to wrap text in an iframe, but unable to do that. here is my html and css code for that. main_page.html <html> <table>
0
1,206
thread by: bushnellweb | last post May 20 '10 by: bushnellweb
www.theeellsworthmanor.com > about if you scroll down to the bottom of page then hit photos you get a pop-up slidehsow with an opaque overlay. As you can see the opaque overlay doesn't fill the entire screen. It only fills the original coordinates of the screen. I have seen sites where they combat this problem without excessive scrolling(i.e...
1
2,456
thread by: janek | last post May 20 '10 by: drhowarddrfine
Can some please tell me how can i apply CSS height in % for inner div? what i am trying to do is applying a bg color to an inner div ( fill class div ) based on height in % Below is the code, this works just fine when i remove the doctype How can make it work with XHTML 1.0 Transitional DOCTYPE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
2
44,329
thread by: mukeshrasm | last post May 20 '10 by: mukeshrasm
Hello I need to hide a particular option value using css based on a condition but when try to use style for that particular option nothing happen. How can I do it? <select name="select" class="aa"> <option value="m" selected="selected">mukesh</option> <option value="k" style="display:none;">kumar</option> <option...
0
1,417
thread by: binui | last post May 19 '10 by: binui
Hi, I'm trying to create a website where there is a menu -events . I'm using google calendar for this and once any event is entered into the calendar, I would like to display those events in my website homepage under the section 'Upcoming Events'. Is there any way to achieve this? Thanks
3
1,558
thread by: Colleen1 | last post May 19 '10 by: drhowarddrfine
I have a flow chart that is an image. I have alt= property area tag that displays text when the mouse / pointer / cursor is on a certain area of the image. The text displays fine however does not reamain on the screen long enought. I would like to increase the amount of time the tag is displayed. Is there code that needs to be added to already...
7
1,518
thread by: neogazz | last post May 18 '10 by: drhowarddrfine
How would you design a webpage form which contains a "checkbox" that when checked and the 'submit' button is pressed will automatically redirect the user to another webpage?? If the "checkbox" is not checked and the 'submit' button is pressed, then it will not direct user to another webpage.
4
1,284
thread by: sayub | last post May 18 '10 by: Plater
Hello I have the following line of code trying to center the submit button. But it does not work. <p><input type = "submit" value = "Submit" align="center" > Please help...
2
1,342
thread by: haripadadas | last post May 17 '10 by: thesmithman
I have a style sheet containing the following definitions: #leftcontent { position: absolute; left:20px; top:60px; width:180px; border:1px solid #000; padding-top: 15px; }
0
2,088
thread by: neogazz | last post May 17 '10 by: neogazz
I am designing a webpage at the moment where a user must enter their date of birth, but I am not sure if it is best practice to provide <select> field for day, month and year, or is it better to provide one correctly formatted <input> field where the user enters the day, month and year all together??
0
1,469
thread by: eihabisaac | last post May 17 '10 by: eihabisaac
Hi, i have a asp button that i want to set its height from C# Code: <asp:Button ID="DCs_Green" runat="server" > </asp:Button> the CSS is as following: #DCs_Green { width:70px;
0
946
thread by: shaiful | last post May 17 '10 by: shaiful
I would like to design a text editor such as I using into Byte to post this question? Please help me out with idea or any example, Thanks in advance
2
1,703
thread by: octoberfly | last post May 16 '10 by: octoberfly
my blog is http://octoberflyhasnowings.tabulas.com I tried img{border: 10px #aeaeae} then ALL the images in the blog have border around it. including the usericons. I only want the image in the entries to be wrapped. so the class is entry. but i have no control over the image posted in every entries.
1
1,851
gskoli
thread by: gskoli | last post May 15 '10 by: YarrOfDoom
Dear all Below i have given example of my HTML table structure Where two different <Td> are containing separate table both having same no. of rows but second table having some rows where textbox & dropdown is used which increasing the height of rows ..... So how i can manage that .... <td> <table> Having 14 row </table>...
0
1,019
thread by: pete12345 | last post May 14 '10 by: pete12345
Novice at CSS. Looking to have the behavior of a combo box be such that when it is in focus, it is displayed in black text and white background (I already know how to do this). What I don't know how to do is when the combo box becomes expanded, as the user scrolls down the list, the highlighted row is also in reverse video (i.e. black text...
0
1,970
gauchomatt
thread by: gauchomatt | last post May 14 '10 by: gauchomatt
I have a liquid site which expands perfectly when the browser window is larger than the actual content. However, when I decrease the browser window size to a point that it's smaller horizontally than the content, my background div's and their images start to decrease horizontally. I think it has something to do with my #main div as well as my...
2
1,180
thread by: jrod11 | last post May 14 '10 by: jrod11
Hi everyone, i'm having a hard time finding out what is wrong with my site. It looks fine in explorer and firefox for windows, but safari and firefox on the mac are messed up. I wasn't sure if i maybe had a missing div somewhere? Any suggestions? rysite dot com
4
3,822
thread by: JohnD1969 | last post May 13 '10 by: JohnD1969
I'm having trouble getting my images to line up horizontally. I have 3 images that are lined up on top of each other instead of horizontally. They are the Motorcycle, ATV and Snowmobile. Here is the code that I'm using: <style type="text/css"> .picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font: 11px/1.4em...
3
2,206
thread by: adiasu | last post May 13 '10 by: Stang02GT
The text in my document contains the right bracket character ]. When the browser displays the text, it seems to add an extra space after the character. For example, if I want to display a]A, the browser displays it as a] A Can any one help me so that I can avoid this extra space. ( I think that this problem comes in IE 8 only, not in...
2
1,224
Dormilich
thread by: Dormilich | last post May 12 '10 by: Dormilich
Hello, does anyone know some good resources for an appropriate (modern) user interface, when it comes to editing a text block? scenario: I have a couple of text blocks, where each is composed of several units (the main text, a label, a comment and some additional fields). when I want the user to edit that block, I want to present a form in...

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.