473,786 Members | 2,849 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.
8
14,167
thread by: kingjng | last post Nov 12 '10 by: Jim User
Hi, I am working on a Widget that gets embedded into an existing page as a div in the body...Now I want to ensure that the my widget looks and behaves exactly the same on all web sites. But I am running into issues where customers have setup global CSS rules for all sorts of elements like table {border:1px solid} a...
1
4,585
thread by: Justin Rollin | last post Nov 12 '10 by: JKing
Hi there, My goal is to have a div background image be the border of two product photos rather than having the borders added to the photos. First off, sorry for my lack of experience with css and basic questions:) The reference link is here: http://www.productscoop.com/weber-go-anywhere-gas-grill/ If you scroll down to the two gas grill...
1
1,476
thread by: Steven Price | last post Nov 12 '10 by: JKing
I have re-written the css and html twice now and I am out of ideas and googling results, anyone able to see the error in my code? The wrapper will not align the website in the center. Very grateful for any insight into the problem. body { font-family: "Times New Roman", Times, serif; font-size: 1em; text-align:center; }
4
2,080
thread by: Pheddy | last post Nov 11 '10 by: Pheddy
Hi. I have a linkbar on this address http://www.itcenterfyn.dk where the css behind insert an image in the linkbar but this is full width in IE8/9 but not in chrome, and witdh/min-witdh aint working #bartabs ul { margin: 0 ; padding: 0 ; list-style: none ; display: inline ; } #bartabs ul li { margin: 2 ;
2
2,468
thread by: Jeannie Sperle | last post Nov 11 '10 by: drhowarddrfine
I am not sure what I am doing wrong. I believe it is in the css code but I want my page to line up the checks next to the words in the three rows with three columns. I also need the name and address fields to all line up on the left. /* Filename: forms.css Supporting Files: none */ fieldset {margin-bottom: 10px; padding:...
1
1,237
thread by: newphpcoder | last post Nov 11 '10 by: drhowarddrfine
Good day! I have a question regarding textbox properties. In my textbox username I want to happen is when I input a letter for example is "l" all the letter started in "l" in my field username was appear, so that the user can choose what she want to type to lessen the time in typing like in the google search. Is it possible?How can I do that?...
10
4,028
thread by: mukeshrasm | last post Nov 11 '10 by: tpeck
Hi I have written some code which works fine as I intend to work in Mozilla but not in IE. In IE it shows more space between two lines "Franchise Support" "Store Environment". so what is wrong in this code. here is code <div id="mainNav"> <ul>
1
2,335
thread by: Pranoti Patil | last post Nov 10 '10 by: Death Slaught
<style type="text/css"> /* Root = Horizontal, Secondary = Vertical */ ul#navmenu-h { margin: 0; border: 0 none; padding: 0; width: 600px; /*For KHTML*/ list-style: none; }
3
1,657
Samishii23
thread by: Samishii23 | last post Nov 10 '10 by: Death Slaught
<div style="opacity: 0.5; background-color: #000;"> <span style="opacity: 1.0;">Testing</span> </div> I know from this example, that sub-elements automatically inherit the parents styling, but is there anyway for me to be able to make the Text ( sub elements ) not gain the parents Opacity setting? Or am I going to have to do absolute...
2
10,792
oranoos3000
thread by: oranoos3000 | last post Nov 10 '10 by: zubair1
hi what is diffrences between oblique and italic? is italic version of the font is another font? what about oblique version of the font? oblique font is the same normal font that lean by browser? thans alot for your help
13
2,414
thread by: LELE7 | last post Nov 9 '10 by: Death Slaught
I have an upload form that uploads a picture and places it relative to another image. It works fine on it's own web page, but when I add it the website, all my positioning is disregarded. This is in IE and Firefox, and with both absolute and relative positioning. I boiled it down to this line: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
1
1,654
thread by: the coolest | last post Nov 8 '10 by: JKing
I am using the code below so that a drop down menu will allow users to choose and item from a list. The links should the navigate to an external website. However, the code I am using tries to open the link from within my site. For example, an item from my drop down would be Yahoo. When you click on Yahoo, it looks for yahoo.com in my site...
1
2,182
oranoos3000
thread by: oranoos3000 | last post Nov 8 '10 by: Death Slaught
hi would you please compare while position is relative and relate that with it's ancestor position and the other sibling position , and too for while position is absolute and relate that with position it's acestor and position it's sibling? thanks alot for your help.
1
2,127
oranoos3000
thread by: oranoos3000 | last post Nov 7 '10 by: Dormilich
hi 1-what is base for em value in margin's and padding's element? do width of the containing block is base or these are calculated the same percentage value for this propery? 2-how does interpret negative margin for an element that cause overlap that element with other element? thanks alot for your help.
4
3,038
thread by: Paul Downing | last post Nov 6 '10 by: numberwhun
Hello. Over the past few years I have been teaching myself to write/code web pages from scratch. The code I've written (last I checked) passes all of the W3C's validators, including the one for CSS. Locally, the site displays itself flawlessly. Upon loading the web site to two separate servers (In case there was some problem on the first), I...
3
3,653
thread by: James Dorsen | last post Nov 5 '10 by: Death Slaught
I have the text "site" and right of it "img_1.gif". I currently have it setup (through CSS) so that once the mouse hovers "site" it changes color. However to change the "img_1.gif" to "img_2.gif" you must hover the mouse over the .gif. I would like it setup so that hovering over "site" will also change the image from "img_1.gif" to "img_2.gif"...
2
10,172
thread by: shunia | last post Nov 5 '10 by: Death Slaught
I try to use the display style property to show and hide a div.but it doesn't work in IE,FF and Chrome works fine.And there are no bugs in other js code and the text page in the codes below. The style code is here : .ad_div{ border: 1px solid #ccc; display: none; z-index: 1001; width: 650px; height: 470px; position: absolute;...
1
1,643
KeredDrahcir
thread by: KeredDrahcir | last post Nov 5 '10 by: Death Slaught
I've got a page that submits a form to another page. The new page exists to the server and I can see it using my ftp program but I get and HTTP 404 Not Found error. I tried clearing the Tempory Internet File and even restarting but it still gave me that error so I tried deleteing it and reuploading it and when was deleted I got the Link Broken...
3
1,722
thread by: Rachel Lynn | last post Nov 4 '10 by: drhowarddrfine
I'm working on the index page of a site and can get the tables to view properly in Safari, but have a gap in both Explorer and Firefox . The page is here: http://ludussports.com/index-test.html I believe the problem is with the golf image (golf1.jpg) spanning two rows and two columns. I went back and specified the column widths and double...
3
2,139
thread by: Gilda Horgan | last post Nov 3 '10 by: Gilda Horgan
Hi all, I have created an image map for my home page with multiple hot spots that swap out the main image for another. It is built in a gallery with CSS and html. I started with a template and modified. The swap on hover is critical to the home page, but it is only working on macs and not on pcs. Here's the site:...
2
2,122
thread by: Galikian | last post Nov 3 '10 by: drhowarddrfine
I am supposed to style the image element selector with margins of 0 on top and bottom and auto on left and right, a border that is solid, thick, and black, and the display property value is to be block. The image shows just like the book says it should in IE but not in Firefox. Am I messing up or is it just Firefox? image { margin: 0 auto;...
3
2,085
thread by: Gilda Horgan | last post Nov 2 '10 by: Dormilich
Hi everyone, I have a form on my web site, but can not program the form to submit data via email to the main info@ email address without opening the senders email software. I know there are sites that do it for you, like http://www.formmail.com. I am hoping I do not need to subscribe anywhere. Any suggestions on how this works. I am new to...
1
1,592
thread by: Bret Gash | last post Nov 2 '10 by: Death Slaught
I have a mac book pro and I am using the iweb program to build my web site. I clicked on publish and it is now asking me for a directory path of which I do not know. How do I figure this out so that I can publish my brand new web stie? Thank You
3
7,189
thread by: damicomj | last post Nov 1 '10 by: drhowarddrfine
I am trying to vertically align the text to the bottom of my divider. Right now, the text is aligned to the top I am also trying to make the divider 100% of the cell width so it looks nice but i can't get it to work and it always stays on the left side. .ddsmoothmenu{ /*font: bold 12px Verdana;*/ font: 12px Verdana; background:...
7
3,225
thread by: Jonathan Howard | last post Oct 29 '10 by: Death Slaught
I am needing to find out how to make the background image on my site auto-sized based off of the resolution of a users screen. I want it to fit proportionately with the images/text in the same spot on the background. I am pretty close because I can have exactly what I want at a certain screen resolution, but it does not auto-fit at other...

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.