473,554 Members | 2,142 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.
2
12,895
thread by: eddwinpaz | last post Aug 29 '09 by: lecsman
Hi everyone..!! i have a chat and i want all the new messages to be seen but ecause i have a css iframe i would like to auto scroll down. so i can see the new message instead of click the scroller and scroll down.. it takes time . and i dont really like that idea.. Does some one knows how to do that ? tachiracompras.com/chat/ see the actual...
1
12,889
thread by: Mitch | last post Jul 21 '05 by: Philip Herlihy
I have 2 rectangle images. 1 with a box in the upper left corner and the other with a box in the lower right hand corner. Both images are the same size. I would like to display these 2 images so that it looks like 1 image by overlapping them using css. I have tried creating a seperate div for each image and setting the top/left the same...
10
12,887
thread by: Alan Silver | last post May 27 '06 by: Henri Sivonen
Hello, In my (seemingly) endless quest to understand CSS, I have yet another problem. Please look at http://www.kidsinaction.org.uk/ph/x.html in Opera, where you will see it how I expected. If you look at it in IE (6 or 7), you find it also looks fine, except for the top margin missing from the links across the top of the page. That's not...
9
12,883
thread by: Andy | last post Jul 21 '05 by: Harlan Messinger
I'm a beginning student of CSS and the shorthand order for margins, etc. raised an eyebrow. The clockwise order is what bothers me: p.margin {margin: cm cm cm cm} I think the order should be:
5
12,865
thread by: Dave White | last post Mar 2 '07 by: Adrienne Boswell
Hello Everyone, I have not had any luck finding a tool that will: Shows me the color when I highlight a Hex color code in an HTML source document. Are there any utilities that do this? Thanks in advance,
16
12,858
thread by: karlman | last post Jul 23 '05 by: Adrienne
I am trying to create a web page that shows a calendar schedules. I am attempting to use table cells with fixed widths and different colors to display this. It seems that IE6 doesn't always correctly render the widths exactly as intended. I am using dream weaver and when I copy the HTML code into that it renders perfectly. Is there any...
3
12,853
thread by: monkey64 | last post Mar 14 '12 by: uchipuchi
Hello Well I'm a newbie to CSS and I have an issue with using 100% height when viewed in Firefox. If I use a pixel measurement, everything works well. I uploaded it to my site: http://www.realbabyguide.co.uk/test.html I'm trying to make an always centered DIV which I've called container. The website fits into this DIV. The yellow...
17
12,852
thread by: Muddasir | last post Aug 13 '09 by: Atli
Hi everyone. How can I play music in background while user can browse through my website. Uptill now I have created a music player which plays audio tracks but as soon as users jumps to another page the music stops. How can I achieve this. any ideas !!!!! Regards Muddasir Hussain
5
12,848
thread by: Jon Glazer | last post Jul 21 '05 by: thulsey
Can anyone think of a way to create a table such that the top or X rows of the table do not scroll while the rest do (overflow:scroll) without creating two separate tables and trying to align the columns? Thanks! Jon
2
12,840
thread by: Peter Foti | last post Jul 20 '05 by: Peter Foti
I want to create a 2 row and 2 column layout (without using tables... even though the resulting code looks very table-like). Here's the sample HTML code I have so far: <div class="row"> <div class="col1">Top Left</div> <div class="col2">Top Right<br><br><br>Still here</div> </div> <div class="row"> <div class="col1">Bottom left</div>
3
12,840
thread by: yan | last post Nov 17 '06 by: AricC
Hello everybody, I am new so this is the occasion to say hello to everybody. I have a problem with absolute/relative paths. I have to create a static documentation in html for a project and I have to create an index page in every sub-directory. The structure is like the following: / /sources/ /docs/ /docs/doc1 /share
2
12,821
thread by: Raigo | last post Jul 20 '05 by: Raigo
There is a bug with IE6 handling Javascript onMouseOver and onMouseOut events. Can it be replaced somehow with CSS? For example when I want to change images when user moves mouse to certain HTML table row and then change image back when user moves mouse out of that row. Take a look at some samples with Javascript: ...
6
12,809
thread by: AJM Project | last post Aug 24 '08 by: AJM Project
Hello, I see this is a well known thing and have seen many answers but none have worked for me. It's just a test page I'm making and I've ran into this so I thought I'd ask how to fix it - inline & embedded CSS just now as It's just a quick test page I'm working on. Basically I've got my container div, two other div columns inside with fixed...
7
12,805
JnrJnr
thread by: JnrJnr | last post Jan 8 '13 by: dianagaby2002
Hi all, could someone please help me. I am trying to put three divs side by side but the middle div has to have a margin-left:auto and margin-right:auto to stretch with the browser window. I would like to have the right div look the same as the left div (all divs should be in one straight line). At the moment the right div gets pushed down...
11
12,789
thread by: MH | last post Jul 20 '05 by: Alan J. Flavell
Thai may have been asked before but I'm new here.... How can I put the Euro symbol, ? using alt0128 in my page and get it validated as HTML 4.01 ? -------------- MH
8
12,788
thread by: JLahm | last post Jul 21 '05 by: Els
I have defined a class for my images called .image that specifies the default border color, width and style. I'd like to be able to have the pseudo elements link, visited and active have one color and style, while the hover class has a different color and style. I have the entries: a:link .image { border-color: #151515; border-style:...
8
12,772
thread by: qchtrawe | last post May 10 '09 by: qchtrawe
<style> a.valuetype2 { width:200px; height:200px; border: 1px solid #666666; display:inline; } </style> <a href=.. class=valuetype2> <img src=picture.gif> <p> Some Text </a>
4
12,768
thread by: zykes | last post Aug 31 '06 by: Banfa
hi... i have this problem in IE... can someone help me on this?.... I have a frameset with a left and right frame. My problem is on the left frame, I want to remove the horizontal scrollbar byt the vertical scrollbar will be be left.... thanks in advance... ;)
8
12,759
thread by: CJM | last post Feb 6 '06 by: CJM
What is the best way to force a page break when printing from a browser? A page in my application generates a series of tables which are usually less than will fit on a page of A4. Ideally I want to introduce a page break between each table when printing. I'm not sure what options I have available. I know there is some support in CSS but...
4
12,748
thread by: Randy Webb | last post Jul 20 '05 by: Andrew Urquhart
In trying to validate a document as XHTML Strict, and using &lt; and &gt; to display < and >, I get this message from the validator: character "&" is the first character of a delimiter but occurred as data 1) What exactly does that mean? 2) How can I display < and > without using < and > and not get the messages from the validator? It still...
3
12,740
thread by: Zhang Weiwu | last post Jun 27 '08 by: Zhang Weiwu
Dear all I got the following HTML: <div id="div1" style="width: 100%; overflow: hidden;"> <table>...</table> </div> The table element is controlled by javascript and grows by width during user interaction. I wonder if it is possible to set CSS so that when the table grows wider than the containing div, the left side flows out of
9
12,730
thread by: jcor | last post Apr 15 '08 by: harshmaul
Hi, I'm a really newbie in php and need some help to get started, I read w3school tutorial but was to abstract, I guess, I need more real exemples. I have the PHP code of a website and I need to create a new page. I'm reusing the "header" because it's equal in every pages. But now I need to create something equivalent to frames: one top...
15
12,710
thread by: Jim | last post Jul 20 '05 by: Dave
This is probably a common question - What is the best CSS editor? I'm an old HTML dinosaur that just getting into CSS. My HTML editor from way back is Homesite. They (Macromedia) tout Topstyle Pro but I wonder what the professionals use.
37
12,701
thread by: ajay | last post Jul 20 '05 by: Harlan Messinger
How to make a web page getting refreshed after a given time interval automatically. HTML Code plz. Tx Ajay
6
12,697
thread by: Peter Jenkins | last post Jul 20 '05 by: Peter Jenkins
The organisation I do a site for has recently redesigned its letterhead and logo and I have to redesign the site to suit. It's not a major, except that the new look uses two fonts, one of which is a cursive script style font - joined up letters etc - see here http://www.safe-nz.org.nz/New/Image/newlogo.gif The first word I can approximate...

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.