473,544 Members | 1,685 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.
3
2,577
thread by: phpmagesh | last post Oct 17 '13 by: lbrother517
Hi All, I would like to play a video in email by embedding video in to mail. but i don't have any idea how to do it. Kindly help me how to achieve playing video in email. I would like to test any mail account outlook, gmail, yahoo for this. Thanks in advance, Magesh
6
1,322
thread by: pembo44 | last post Oct 17 '13 by: pembo44
i see stuff like http://blah.com/blah/wp-content/themes/blah/js/mobilyslider.js ? plz help i sound like a noob but i need to know because im making a website and need to know wut wordpress does
1
1,653
thread by: sjchang | last post Oct 18 '13 by: avdehshkn
I've just started using 4ormat to make my (portfolio) website. I want to remove the spacings between the images that I uploaded. So, I asked about this to 4ormat, and they said I need to get Pro version to use CSS or HTML. Even though I am using Pro version, I don't know how to remove the spacings between the images because I have no idea...
3
1,705
thread by: ucdesigns | last post Oct 23 '13 by: Dormilich
I have this string which is supposed to allow someone to jot their email address in to subscribe or unsubscribe to a newsletter or similar item. New at HTML and PHP, etc. so can someone tell me what do I place where to make this code work? See below: <form action="http://example.com/" id="newsletter-form"> <fieldset> <div class="rowElem">...
4
3,799
thread by: kavi17 | last post Oct 23 '13 by: Rabbit
I need to add superscript in options. I tried many ways, but nothing worked. If add css to that text, that style is getting applied to entire text but want it for only a part of text.Please help me. If you can, also please help in any other way to add superscript in options.
2
1,367
thread by: kanmanimiet | last post Oct 24 '13 by: nilswap
html coding: <html> <head> <link type="text/css" rel="stylesheet" href="css/style.css"/> <title>welcome Juravis Technologies</title> </head> <body> <div class="container"> <div class="mainpic"> <div><img src="http://bytes.com/images/main.jpg" align="center"></div>
5
3,867
thread by: hervagello | last post Oct 24 '13 by: nilswap
I have like 50000 images on my server, and each image is about 7mb of size. I made a gallery script based on the famous html code for displaying image : <img src="image.jpg" width="200" height="150"> Even after setting the width and the height, the image is till taking time to display, because it's always download the 7mb sized image. So,...
3
1,848
thread by: cyberdaux | last post Oct 24 '13 by: Nepomuk
Can you give me the best site to practice programming? Tnx
8
1,466
thread by: evvivame | last post Oct 28 '13 by: Frinavale
Hello, i have a very easy html page with 2 distinct sections. The first internet user (that load this page) must be execute both sections,the subsequent internet users must be execute ONLY the section 2. How (i think) create a server switch for check if i'm the first internet user or subsequent? Thanks !!! Luciana
1
1,908
nomad
thread by: nomad | last post Oct 29 '13 by: aswal
Hello Everyone: I have a problem with IE10 in which my drop down menus are not working. I did not create these menu I inherit this project from work. I don't want to do this Use Compatibility View in Internet Explorer for that is the solution. Any help would be great. Here is the site I'm working on www.lightlaboratory.com Here parts of...
1
1,480
thread by: edz11 | last post Oct 29 '13 by: aswal
I have a problem in my website. When i minimize and maximize it the image is position to right, when i test it to the desktop of my classmate. I use to desktop computer to edit it. i know that we have different screen resolution. how can i make it flexible.
1
1,334
thread by: buntybutt | last post Oct 29 '13 by: aswal
hi there ......... Couple of days ago I created a blog using blogger.com here is address for it Unfortunately got a problem with the width of the post. In the first post Payza there is problem with the width and the smelling are not properly displayed. Little bit of the spell got missing. I tried to find the code in the HTML editor of blogger,...
1
6,077
thread by: themislazarou | last post Oct 29 '13 by: Rabbit
I have <table width="100%" border="0"> but this is for the width. What about the height? How can i strecth the table down?
5
4,383
Frinavale
thread by: Frinavale | last post Oct 29 '13 by: Frinavale
Hi! I'm attempting to display a <div> element on top of my page's content so that the user cannot interact with it while being prompted to answer a question. I have set this <div> to have a position:fixed style (have also tried position:absolute as well). On my page I have a button with a style of "top:50%; position:relative;" and this...
2
1,578
thread by: aswal | last post Oct 30 '13 by: naveedkandohi
How do we locate and save our company location to google map and then add that to website so that people can find us using that.
0
1,281
KeredDrahcir
thread by: KeredDrahcir | last post Oct 30 '13 by: KeredDrahcir
I've got a box with a rounded border that needs to start off at 80% opaque and fade gradually until at the bottom it is 20% opaque. Meanwhile, the border needs to start off at 80% opaque and finish off transparent. I found some CSS3 information on graduated fill on borders and tried it using rgba but it didn't work on Firefox which is the...
0
1,743
thread by: DharmendraPlan | last post Oct 31 '13 by: DharmendraPlan
hi, I wants to design dynamic css menu with horizontal submenu in liner and, and i wants that when u user click on Menu related submenu open then. please send me proper solutions.....
2
2,064
thread by: arvind vohra | last post Oct 31 '13 by: Frinavale
<input type='text' name='org' placeholder='Enter Organization name' /> this syntax not working in IE
0
1,341
Frinavale
thread by: Frinavale | last post Oct 31 '13 by: Frinavale
I am working on a print style sheet and I would like the text in my text boxes to be fully visible. Currently I have set the width to 100% so that it fills the available space but the text is still being cut off. I need for the text box to grow in height as well as width, for the content to wrap and not to have it's content cut off. I don't...
0
1,187
thread by: visual2012 | last post Nov 4 '13 by: visual2012
I'm brand new to html and css, and I'm trying to place an image in the cell below "Merry Christmas" . I presently have ttttttt to mark the area, but no text will be in here. The table is placed on top of another image, which is 1400 x 1050. The image I'm trying to place is 100 x 700, but can be resized. I'd like it to be close, or exactly fitted. ...
0
1,160
thread by: builder9913 | last post Nov 4 '13 by: builder9913
I have 2 forms on my home page. I have search box and i have login form And these two just dont get along. Because i have script which goes for login and starts like <form> by applying the script to all forms on the page and I have css file with custom style applied for login form also having form { stuff} which apply to all forms on the page....
1
2,274
colinod
thread by: colinod | last post Nov 4 '13 by: colinod
I have a webpage with multiple divs, each div contains text and a picture but the text is going over the edge in chrome and safari this is the page http://www.yaketyyakallmouth.com/pages2/everyone.asp?id=All and the css for the divs in question .artist { background-color:#202020;
2
3,186
thread by: arjun12345 | last post Nov 5 '13 by: arjun12345
Hi Team, I need to display overlay on two frames. i dont have any idea. i know only overlay with in one frame. <frameset cols="25%,*,25%"> <frame src="frame_a.htm"> <frame src="frame_b.htm"> <frame src="frame_c.htm"> </frameset>
0
1,104
KeredDrahcir
thread by: KeredDrahcir | last post Nov 5 '13 by: KeredDrahcir
I have a division and I need to target the first element inside it but it won't always be to same. In some cases it will be a paragraph, sometimes an unordered list and sometmes an ordered list. It is only the first one I want to target. Is there a way to do this. Something like: .mydiv + *{ mystyle } That does work but if I put a...
0
1,455
nomad
thread by: nomad | last post Nov 7 '13 by: nomad
Hello Everyone. I have a problem with a huge gap and can not figure it out. When I add any info to the left side to the menus (ie vnav) which are done using <ul> <li> the right side information will start making a gap between <div class="slider-wrapper"> and <div class="row no-bottom-margin"> Note if you deleted or add any info to the left...

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.