473,554 Members | 3,068 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.
7
14,914
thread by: miked | last post Jul 20 '05 by: miked
Hi, On a webpage I'm authoring I'm having a problem with setting the text background colour. I'm using this: P {color ="FFFFFF"; background-color:"000000"; font-size:10pt; font-family: verdana, courier, monospace} with this:
1
14,911
thread by: hsteacher | last post Nov 1 '12 by: roberttonafelix
Hi, fairly new to HTML and web building. Have a question that I can't seem to find in the archives here. Or I'm asking the wrong question. I have a website I am trying to amend (it is a template which was provided to me) to suit my needs. It works perfectly but I cannot get the search capability to work. The idea is you would place a word...
2
14,894
thread by: Yeah | last post Sep 17 '06 by: rudranee
I have a table over a cool background on my web site, but I'd like to have one of the table cells "transparent" so you can see the document background through it. How do I achieve that?
10
14,879
thread by: hendedav | last post Sep 5 '06 by: Harlan Messinger
Gang, I am not quite sure if this has been posted before. I have searched google groups and couldn't find anything. I am trying to setup a container div that contains columns of divs (to generate a "spreadsheet". Each "cell" can contain either text or an object. My problem is that when I generate columns that run outside of the width...
6
14,862
thread by: Jeff Thies | last post Jul 20 '05 by: David Dorward
I have this in IE5 windows: <p style="color: red"> <div>This is not red</div> and this is red </p> Why is that? Are divs never allowed inside paragraphs? Jeff
12
14,842
thread by: John | last post Jul 20 '05 by: Alan J. Flavell
I am currently using one of the IE hacks to give a PNG image full alpha transparency. But I wanted to move as much of this data to a .CSS as possible to lighten the load in the HTML as it is uses on every page. Here is my HTML: <div id="logo1" style="width:128px;height:100px;filter:progid:DXImageTransform.Microsoft.AlphaIm...
2
14,831
thread by: Dustin D. | last post Jul 20 '05 by: Stan Brown
If a user prints an html file, is there a way to display page numbers on the document using cascading style sheets or something of that sort? I have a document that is generated dynamically by form data using Perl, and would like some sort of page numbering system on each page. It seems like some browsers have the option to print page #'s,...
2
14,825
thread by: Michael Posthoff | last post Jul 20 '05 by: Steve Pugh
Hallo, I use the following code to set styles for form elements: INPUT, TEXTAREA, SELECT, OPTION { font-family: Trebuchet, Arial, Helvetica; font-size: 11px; border: 1px solid threedshadow; }
6
14,825
thread by: bissatch | last post Jul 24 '05 by: Safalra
Hi, I want to display text on screen with anti aliasing to make it appear smoother. Is it possible to do this in browsers by perhaps applying a style to it or is it entirely up the the browser? Cheers Burnsy
25
14,804
thread by: popnbrown | last post Dec 29 '06 by: AricC
Hey umm how do you write a form that e-mails to you? I so far have created a form and some labels and textboxes Here is the code: <form name="contact" id="contact" method="put" action"#"> <label>Name: </label> <p> <input type="text" name="name" tabindex="1" class="ina"/> </p> <label>E-mail: </label>
5
14,802
omerbutt
thread by: omerbutt | last post Jun 23 '09 by: omerbutt
hi all, i have a menu based on <ul> and <li> it is working fine on mozilla all versions IE 6 and 7 all versions and google chrome ver 2.0.172.31 , the only problem is occuring is with the IE8 here is the link ,or you can see the attachment with of the screen grab. HERE IS THE CODE FOR THAT MENU .suckerdiv ul{ font-family: Arial, Helvetica,...
5
14,786
thread by: fatherdaddy | last post Nov 23 '05 by: Niheel
My son is tryng to build a website and has used a .css file. There is an index.html and some other .html pages, and Images folder wiht all images, and his .css file. When we launch on our computers (click Index.html) everything runs beautifully, and all styles (fonts) are realized. When we upload teh identical files to our server, everything works...
5
14,772
thread by: Rolf Brauser | last post Jul 20 '05 by: Claire Tucker
Hi, I want to have a table with a border of 1px arround it but table="1" is more than a pixel because this 3d effect is attached. Values below are not accepted How can I get this border with 1px can someone give me any hints ? thanks for any help
4
14,767
thread by: rajpri | last post Jul 23 '07 by: harshmaul
hi, can we create table inside a textarea or link to some other file where table is created.
1
14,760
thread by: David T-G | last post Jul 20 '05 by: David Dorward
Hi! Please be gentle; I'm new to ciwas and CSS in general, and know little to no javascript (but that might win me points here ;-) I have nine 'tab' images, with corresponding high-background versions for display under hover, which I would like to control via CSS. When on a page, the tab should be just an image rather than a link with...
2
14,738
thread by: Ralf Schneider | last post Jul 20 '05 by: Martin Honnen
Hi there, can anybody help me? It won't work! Why? My declaration: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
1
14,736
thread by: michael | last post Dec 28 '06 by: Travis Newbury
Hello all, I have a Linksys WVC54GC network camera that I am trying to integrate into a website and to enable browsers other than IE to use. Linksys, in their ever-short-sighted ways, decided to make this device only compatible with IE. It requires IE and ActiveX. However, you can access the video stream directly with the following...
3
14,733
dmjpro
thread by: dmjpro | last post Mar 12 '07 by: ronverdonk
frnds ..... if i have cache-control:private .. does it stop proxy cacheing or anything else there is only local cacheing .... m i right plz help me out ..... THANX
18
14,731
thread by: SwordAngel | last post Jul 23 '05 by: Henri Sivonen
Hello, I'm looking for a program that converts characters of different encodings (such as EUC-JP, Big5, GB-18030, etc.) into HTML ampersand escape sequences. Anybody knows where I can find one? thx.
2
14,726
thread by: bgold12 | last post Sep 27 '08 by: Ben C
I have a problem that can be simplified to the following: I have a table with three columns. I need the middle column to be fixed width, let's say 100px. The other two columns I want to be variable width, such that one (say the left column) will minimize its width to the smallest it can be while still fitting a short line of text (no more...
7
14,717
thread by: GSV | last post Sep 23 '07 by: GSV
Hi, I want to know that is there any way that when you move your mouse over an image a border comes around the image and the heyperlink below it becomes underlined or "hovered" too? and vice versa thanks
8
14,682
thread by: Florian Brucker | last post Jul 20 '05 by: Neal
Hi! I'm trying to use a different underline color than the text color on my headings using the border-bottom method. Unfortunately the underline spans the whole width of the heading (not only the text), because headings are block elements. Is there another way than using extra-markup like <div class="h1"><span>My heading</span></div>
5
14,676
thread by: Laphan | last post Jul 20 '05 by: Laphan
Hi All I'm developing a site using CSS 1 & 2 and my site has annoying habit of wrapping the text when I move my browser closer in. The CSS code that I'm using to generate this problem is as follows: ..ProdDetailTabsMenu { BORDER:0px solid darkgray;
5
14,674
thread by: TomB | last post Sep 11 '06 by: Stan McCann
I came up with this idea to show the larger picture of a thumbnail by hiding it with css and "unhide" it when one hovers over the thumbnail. I think it looks pretty nifty, but the problem with this technique is that you force the visitor to download all the large pictures too when they open the thumbnails page. Is there any way to avoid this...
3
14,656
thread by: Paul Rohorzka | last post Jul 20 '05 by: Paul Rohorzka
Hi! I want a div to have width:10em if the content is narrow enough, but size it (not line-break), when the content will become longer. How can I do this? Thank you, Paul

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.