473,771 Members | 2,328 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,575
thread by: Elina Fomenko | last post Oct 29 '10 by: Death Slaught
Hi, I am wondering if I can update an information inside div the same way i do with frames? I am just not that familiar with dynamic pages, and my iframe AlwayS has few pixels of white on top that ruins my design. Would appreciate any advice Regards Elina
2
1,882
thread by: ziycon | last post Oct 28 '10 by: JKing
I can get the curved corners to work grand but once I add a UL in they disappear. This works grand: <div id="menu_wrapper"> <div class="bl"> <div class="br">asd</div> </div> </div> #menu_wrapper {
2
1,575
thread by: tipler | last post Oct 28 '10 by: JKing
i have a search results page and i want it to show images from all my pages. so i have added three echos from database <p><img src="images/<?php echo $rsResult; ?>" width="250px" height="188px" <img src="images/<?php echo $rsResult; ?>" width="250px" height="188px" <img src="images/<?php echo $rsResult; ?>" width="250px"...
2
2,496
Ashwani Sharma
thread by: Ashwani Sharma | last post Oct 28 '10 by: Ashwani Sharma
(page-break-before: always;) not working in IE7. Is there any other way to solve this issue in IE7. Thanks in advance, Ashwani Sharma
3
13,825
thread by: Torie Photgraph | last post Oct 28 '10 by: oranoos3000
I am wondering if there is a css code that would enable a fade in/fade out image mouseover transparency? picture this: image is slightly transparent, mouseover: *FADE INTO* image mouseout: *FADE OUT* of image back to slightly transparent. this is what I have, it include the transparency of image, the mouseover/mouseout, the only thing...
1
2,701
thread by: Doc Maker | last post Oct 28 '10 by: Death Slaught
Can I use the CSS embedded in the HTML doc created by MS Word to create a CSS for a Website? If so, what information should be retained in the CSS file (and what should be removed)?
7
2,544
HaLo2FrEeEk
thread by: HaLo2FrEeEk | last post Oct 27 '10 by: JKing
I'm trying to use the W3C Markup Validator to validate my HTML and I'm getting some errors: document type does not allow element "div" here; missing one of "button", "map", "object", "ins", "del", "noscript" start-tag … <li ><a href="/" title=""><div>Home</div></a></li> Apparently I'm not allowed to put a block-level element, like div or...
1
1,396
thread by: Elina Fomenko | last post Oct 27 '10 by: drhowarddrfine
Hi, I have a question: Can I work with div a bit the same way I work with frames? so upon clicking on a link, only content of certain div changes, while the rest of the page stays the same? Its just that I always have few pixels of white on top of my frames, which I can't get rid of, so was wondering if I can use divs instead. Thanks!
19
2,554
thread by: Keith Havens | last post Oct 26 '10 by: Death Slaught
When I Maximize my website in IE, the frames stretch. How can i prevent this? It only does it on other pc's.
1
1,411
thread by: tvnaidu | last post Oct 25 '10 by: drhowarddrfine
I have this microcontroller based power readings project, I need to provide secure login id and password. I can keep id and password in a file, every login should check id and password with file, if it matches shopuld display my readings page itherwise not. basic login, incase if user wants to change password, there is serial console for COM port,...
4
1,703
thread by: Trevor Berman | last post Oct 23 '10 by: Trevor Berman
I have an elastic layout site. In it I am trying to use a three tiered image as a three state button. The container for this button is limited to the height of one state/tier of the button and has overflow: hidden; applied. This works fine to mask the unseen states/tiers --as long as the height for the container is set in pixels. !!! My problem...
10
7,080
thread by: Milkstr | last post Oct 22 '10 by: atika
i'm looking to write a textarea that formatted text can be created in, similair to the text area used in here to post new threads, i then am going to store the text in a sql data base. can anyone show me a simple way of when an area of text is highlited then i click the bold icon it wraps the selected text in a bold tag?? I know its prob simple,...
2
7,523
thread by: polarweb | last post Oct 22 '10 by: Rodrigo Mansano
I am sure this is something I missed, but I am trying to place two images into my header. One is the background image, one is the logo image. I can get this to work in Mozilla, but it isn't working for IE8. Here's my HTML- <div class="art-Header"> <div class="art-Header-png"> <img src="MYSOURCE" width="auto" height="auto"...
10
1,660
thread by: Kimberly Tune | last post Oct 22 '10 by: Death Slaught
I have a working horizontal drop-down menu that is css driven, on hover sub-menu items currently appear below the parent item. I however, would like to know if I can make them appear ABOVE the parent item instead. I know it's not traditional but the site I'm working on would be perfect if I can get it working! I'd appreciate any and all info!
1
1,269
thread by: Dylan Levi | last post Oct 22 '10 by: Death Slaught
I have a table setup with 1 row and three columns. The two outer columns are for content, and the middle column is 1px wide with a dark background color in use as a border/separator. For some reason in internet explorer, the column is showing up rather wide. Here is the code that I am using: <table width="100%" border="0" cellpadding="0"...
12
2,598
tpgames
thread by: tpgames | last post Oct 21 '10 by: tpgames
Okay, I admit I was lousy at DIV tags before HTML5. However, 4.01 is leaving us, and I'm making a new site, and wanted to do it right in HTML5/CSS3. Nothing fancy, just wanted... THIS content THIS DOES NOT WORK! Recipe: About this recipe, and the lovely blurbage that makes people want to know more. I see it as rattling garbage`.
1
1,385
thread by: zakee | last post Oct 21 '10 by: Death Slaught
META http-equiv=Content-Type content="text/html; charset=utf-8">
1
2,328
thread by: shruti m | last post Oct 21 '10 by: Death Slaught
Plz tell me how to fix the column width of a table and it should not change as the text length of column increases. The text should overlap when it exceeds the column width.
1
1,914
thread by: Bhupinder Singh | last post Oct 21 '10 by: Death Slaught
what is padding-top:15px in html
2
9,822
thread by: nanthiniramesh | last post Oct 21 '10 by: Rajesh Dey
Hi, How to place an image in the title bar..
1
3,497
thread by: raghulvarma | last post Oct 20 '10 by: danp129
Hi, I am able to hide the contents of a div in the print media using @media now when I try to transfer that to pdf with the help of "WebsitesScreenshot.dll" ,I am not able to hide the contents. I also tried to explicitly hide the div but I get the contents in the pdf print, how to solve this issue
1
1,563
thread by: aisha siddiqui | last post Oct 20 '10 by: londres9b
want to make a hidden div that will hold a flash movie.onclick event i want to get this div visible on same page / document. Is it possible? how it will become hidden after flash clip is completed.
1
2,420
thread by: autumnrrr | last post Oct 20 '10 by: Death Slaught
th {height:50px;} td {padding:15px;} th {background-color:#0099cc;color:black;} .m {background-color:#7a52cc;color:black;} .t {background-color:#8a5ce6;color:black;} .b {background-color:#a375ff;color:black;} .d {background-color:#ad85ff;color:black;} .f {text;color:black;}
2
2,078
thread by: Ella Matthewman | last post Oct 19 '10 by: drhowarddrfine
The website I'm designing works perfectly in Internet Explorer, but I just tested it in firefox and it doesn't work at all. Site is http://www.nannycompany.co.uk/testing/index.html And I guess you can pull the codes from the site, but if you need them I'll post them here. Thank you in advance, I am really confused =/
4
2,330
thread by: PHPstarter | last post Oct 19 '10 by: Death Slaught
Hiya guys. The problem Im having is basically that I have a backgound image set with position: absolute and z-index: -1. Then there's a table in which the main content is inside. The error is that the table wont auto expand so that any content fits inside. It expands to say 500px, then stops no matter how much is inside.

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.