473,799 Members | 2,985 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.
0
1,650
thread by: empk | last post Apr 24 '10 by: empk
Hi, I've written a code for css drop-down menu which has 3 sub-levels. But I find that the 3rd sub-levels are overlapped. My code is as under. Code snippet ***************** <li><a class="hide" href="#nogo" title="Query ">QUERY &gt;<!--><!--></a><!--<!--> <!--><table><tr><td><!--><ul> <li><a class="hide" href="#nogo">By Books...
3
4,662
nouras
thread by: nouras | last post Apr 24 '10 by: nouras
I use css to put png image on the page , i need the absolute position ,z-index and hover property . this is the code ... a.play{position:absolute;bottom:-37px!important;bottom:2px;right:10px!important; right:2px;width:40px; height:40px; margin:0; outline:none; display:none;background:url(play.png) no-repeat; text-indent:-999em;...
1
2,193
KeredDrahcir
thread by: KeredDrahcir | last post Apr 22 '10 by: drhowarddrfine
I can't seem to get a DIV tag to center. it works fine in IE8, Firefox, Safari and Google Chrome and is more or less there in Opera. In IE7 (and IE6) I can't seem to get it to work. What I need is a box that stretches the whole length of the window whatever the screen resolution or zoom. But then I need a copyright notice inside it that lines...
0
1,813
thread by: cottonbody | last post Apr 22 '10 by: cottonbody
Hi all, I am new to this. How do make the list in one div collapse when the other one expand? Here is what i have so far. <body> <div id="Section1"><ul onclick = "this.className = 'showList';" ondblclick = "this.className = 'defaultStyles';" onmouseover = "this.style.color = 'black';" onselectstart = "event.returnValue =...
1
1,442
thread by: krishvasu | last post Apr 22 '10 by: gits
how to give the link in inside the frameset?
5
3,480
Frinavale
thread by: Frinavale | last post Apr 21 '10 by: Frinavale
I have the following styles: .unavailable { /*font-style: italic;*/ color: #878787; } .available{ }
2
1,407
thread by: madankarmukta | last post Apr 21 '10 by: Frinavale
Below are screenshots of images displayed via html/css in a browser. The images display well in all browsers except ie8. The screenshot on the left is on ie8. It should look like the display on the right. What could be the cause of this?
2
1,262
thread by: ziycon | last post Apr 21 '10 by: ziycon
I'm adding the functionality to a site to output code in messages, I have a problem keeping the formatting that the code was entered in. For example: <html> <head> <title>test</title> </head> <body> test </body>
4
2,422
thread by: maxgano | last post Apr 21 '10 by: drhowarddrfine
Hi, I am trying to help a friend out with a few modifications to her website. I have found one page that appears to be a concatenation of three pages into one. There are literally three full sections of code in the page, each beginning with <html> and ending with </html> with what appear to be full sets of legitimate code for each with both head...
3
1,258
thread by: Humakt | last post Apr 19 '10 by: Dormilich
Hello all. This problem has annoyed me for a while and I'm finally trying to search a solution for it. Any help is appreciated.
2
1,334
thread by: mxroar | last post Apr 18 '10 by: mxroar
I'm new to HTML, but have started taking a class in it and I love it. I decided to offer my newfound skills to my father to make a webpage for his company, but I'm having some trouble with the layout. Here's what I want (and can get on the homepage): -a banner accross the top -a menu down the left side with links to sections of the site -to...
3
3,468
thread by: pepblast | last post Apr 18 '10 by: pepblast
Hi, I am using nested tables in order to create a recursive tree-like effect. I got it to look how I want on IE 8, and it looks almost identical in Firefox. However, Chrome is not distributing table rows evenly. It seems to make the first row in a table a minimum size, and then the second row a maximum size. I'm looking for some css...
1
1,432
thread by: easyjizz | last post Apr 18 '10 by: easyjizz
Hello, I am having an annoying issue with Internet Explorer Period. My website shows perfectly on all other browsers except for IE. Any suggestions/ideas will be appreciated. Basically the problem is that on the top of the screen there is a little bit of space which is not supposed to be there. That is causing the layout to look messed up. You...
1
1,594
thread by: wtlemon | last post Apr 18 '10 by: easyjizz
I have a background image within a div. When I hover over it, it goes from black&white to color. Now all I need to do, is figure out to link it to a website. I want, when hovered/turns to color - for it people to click on it and it take them to a different website. Here's my CSS code: #color { display: block; background:...
1
2,211
thread by: farrukhm | last post Apr 17 '10 by: Dormilich
Hi There, I just want to know that either it is possible to set height/width of div/li etc according to width and height of their background image automatically? For example if i set the background 40 x 40 image. Div height width should automatically become 40 x 40.
2
2,237
thread by: physicsjosh | last post Apr 16 '10 by: physicsjosh
The css i've got set up is: a.tip span { display:none; } a.tip:hover span { display:block; position:absolute; left:670px;
2
1,282
thread by: krishvasu | last post Apr 16 '10 by: krishvasu
how to apply the css style in outer table.......,
2
3,796
thread by: seegoon | last post Apr 16 '10 by: seegoon
Hi guys. I have a footer set to display:inline-block so that it'll shrink to fit its contents. It works fine when it follows other block or inline elements, it seems. However, when it follows a div set to float:right, it aligns to the left of that div. Here's the relevant css: #footer { clear:both; padding:0 20px 13px;...
3
2,407
thread by: samvb | last post Apr 16 '10 by: drhowarddrfine
I have a round with the following CSS code which i downloaded from the inet: div#container { color: black; display:block; background: #fff url(sifakaptl.gif) top left no-repeat; } div#container span {
0
937
thread by: kpig | last post Apr 16 '10 by: kpig
Hi all, Im desperate for some help as the homepage i am working on is playing up. I have rotating pictures at the top of the page (bannar) and the information boxes below appear behind this picture when i want them to appear beneath the picture. This is how the website is currently displayed, www.lucas-world.co.uk . . . obviously i need...
1
2,704
thread by: sharasyn | last post Apr 16 '10 by: MusoFreak200
Hello, I would like to make a div become fixed so that the top margin is 1000px; Basically i want the div to start scrolling to the page once you have scrolled down to the top of the div, and then it starts following the scoller and sticks to the top. However, when I set the top margin to 1000px the div disappears because it is greater than...
1
1,975
thread by: xtremebass | last post Apr 16 '10 by: MusoFreak200
I have free website domain ,there i have uploaded the images through my own html coding. When i was viewing the website domain , it shows the images what i have given in the html code, but i dont want option 'save image as' when i right click the image. How do i do? give some suggestion.
1
3,553
Claus Mygind
thread by: Claus Mygind | last post Apr 15 '10 by: drhowarddrfine
I have a <div> which defines my menu bar. I would like for this <div> to stay fixed. On the menu bar I have a list box. When the list box is set for single selection, the drop down list of selections, drop below the division. When I include the "multiple" option on the list box, the list box expands the <div> to the size of the list...
7
2,556
colinod
thread by: colinod | last post Apr 15 '10 by: colinod
I have made a CSS menu and am finding that sometimes the sub menu items go off the screen depending on the resolution. Does anyone know if there is a way to prevent this? CSS is as follows <style type="text/css"> body{ behavior:url(../scripts/cssHoverFix.htc); background-color: #000000; } #navigation {width:180px; font-size:12px;}
1
3,052
thread by: N Ajay Kumar | last post Apr 15 '10 by: seegoon
How to create Excel Sheet in WEB using HTML, Java

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.