473,544 Members | 2,458 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.
1
2,364
thread by: feloniouscaper | last post Jan 30 '14 by: sudhakar1
Hello everyone, So there are a ton of different options on the web for building a collapsible menu (ie click expand to see full list, and collapse to hide the list) however, all of these scripts have one thing in common. They're based off of the lists class or ID. This is where my problem arises. I have a php page that calls x number of rows...
5
1,673
thread by: rogers2992 | last post Jan 30 '14 by: sudhakar1
I'm pretty new to this stuff; all I know is enough CSS and HTML to make a site look good so if you're kind enough to answer, please be kind enough to say something I can understand :) I've looked up :How to make a site look the same in any browser" and everyone says to check your site in different browsers every step of the way. This makes...
7
25,790
thread by: JackRbt | last post Jan 30 '14 by: sudhakar1
I have a navbar in a div, with several links. The last one is in a <span> because I want it to float to the right by itself. The span does float right, but it shows up below the navbar div. I want it within the div. Is this doable? Thanks. <?php echo "<p>"; echo '<div id="navbar"> <a href="edit_reg.php">edit</a> &nbsp;<a...
1
5,237
thread by: SarfarazAlam | last post Jan 30 '14 by: sudhakar1
Dropdown text should be small in Mac. Mac chrome browser it's not able to show small text. plz help me.Thanks HTML <div class="styled-select"> <select class="service-area" name="service-area"><optgroup> <option selected="selected" class="service-small">Service area?</option> <option...
2
1,406
thread by: domazone | last post Jan 29 '14 by: domazone
Hello, Please help, i am in a deadend. I created a table with two rows and columns with different border color for each cell. The problem is that different cell borders overrides each one and only one is left as a result. Code example: <table width="742"> <tbody> <tr> <td style="border: 10px solid blue;" height="300"> <h4...
3
1,247
thread by: luofeiyu | last post Jan 29 '14 by: sudhakar1
there is a photo in c:/workspace/abbr.jpg. <html> <body> <img src="file:\\c:/workspace/abbr.jpg" alt="Smiley face" width="42" height="42"> </body> </html> why it can not be displayed in the screen?
3
3,653
thread by: dster77 | last post Jan 29 '14 by: hemal8888
I am writing a few lines of code for a form that takes the input from the user and uses it to go to a subdomain of my URL (because each user has their own subdomain). I need to iframe this into another page, so I need the result to open in a new window. For some reason I am having a lot of trouble with this. Here is my code: <form ...
1
1,295
thread by: priyankakale | last post Jan 29 '14 by: sudhakar1
in div there are two spans, set height of span having maximum height to other spans in div. that it will adjust height of maximum span to all other spans in div and it will look as a row having same height span, i dont want to use tables
1
1,978
thread by: pankajmahor663 | last post Jan 29 '14 by: Dormilich
Hi, i am able to display alert message using noscript tag if user has disabled javascript in his browser. Now problem is i want to place a close button too in the message like we see in youtube website sothat user can close the message. Anybody plz tell me which technique youtube uses to make a close button?
2
1,343
xiaoyuandlg
thread by: xiaoyuandlg | last post Jan 29 '14 by: sudhakar1
Yes, question is as the title. Change the underline color, but the underline is not the hyperlink underline, just the underline for ordinary text.
5
13,404
thread by: leesyaa | last post Jan 29 '14 by: sudhakar1
hello, I have this problem on making a sub-menu in my navigation bar. it seems to be overlapped. how can I prevent this? I can't work out how to make the sub-menu open when you hover on the main word. I have use the display:none thingy, but still, it doesn't seems to work. <div id="nav"> <ul> <li><a...
10
1,656
thread by: IboGeffen | last post Jan 25 '14 by: IboGeffen
How to reload/refresh a page just once? I've red a few 'solutions' but none worked for me. If you have an answer, would you please tell me where to put the code (head, body etc.) Thanks in advance Ibo Geffen
1
1,369
thread by: Regelyn | last post Jan 18 '14 by: Rabbit
i want to create frames using php. is that possible? please help... this is my midterm exam, if am not able to pass a website, my prof will mark me fail.. thank you... :)
22
60,748
Atli
thread by: Atli | last post Jan 17 '14 by: JIM LU
Hi. I'm setting up a small photo-album-type thing, where I use PHP to set up a list of images for visitors to click through. That's all simple enough. However, I'm having a weird bug in IE8. Because the images can all be of different sizes (nothing I can do about that... outside my control), I use a CSS trick to get them all centered...
6
2,160
Claus Mygind
thread by: Claus Mygind | last post Jan 16 '14 by: Claus Mygind
We are using FireFox v26 at our shop. On some of the computers, the read only fields are not displayed as grayed out. And yet on others it works just fine running the exact same code. <input type ="text" name="Address" value = '100 Main St.' readonly /> Is there a setting in FireFox that can fix this problem?
0
1,081
thread by: nkarthick83 | last post Jan 14 '14 by: nkarthick83
<script> $(document).ready(function () { $('#ddlCategory').change(function () { $('#db option').attr('selected','selected'); if (this.value == "myRow1") { $('#myRow1').show();$('#ASC').show();$('#Bank').show(); ...
1
1,244
thread by: salvio | last post Jan 11 '14 by: Rabbit
HI, I'm new on this forum, I want to give my greetings to everyone. I know that my question can be away from technical support offered by this community but I wonder this one for a long time. Can a webapp written with the script languages that I put on the title offering advanced office business management applications? For example can...
1
1,311
thread by: luofeiyu | last post Jan 7 '14 by: nomad
i have set DejaVu Sans Mono in my firefox :tool- options-content ,why is there still no DejaVu Sans Mono in my firefox when i open web ?
0
1,095
thread by: naveen khati | last post Dec 29 '13 by: naveen khati
if i want to edit a web page , i get css for that but the css is i think for the whole site is given nd is too long , soo how could i get to know , where to change in css to get my desired result
0
1,048
thread by: seanh | last post Dec 15 '13 by: seanh
Hi, I was wondering if it is possible to have each div section in other page like how javascript has links calling to that specific task. I have a few divs and its hard to be on the same page scrolling. Is this possible? Any suggestions would be awesome. Thanks.
1
1,621
thread by: nruggier | last post Dec 12 '13 by: Frinavale
I have a custom circle pie chart that I want to make interactive. The original opacity of the image is 1 and when the user hovers on a piece of the chart, the opacity changes to .5. My problem is, I can't figure out a way to apply the opacity change on hover to a piece of one, single image. Are there any ways to go about doing this. I can save...
2
1,453
thread by: bsidez | last post Dec 11 '13 by: ~VishaL~
Heres the code in this case i am trying to float the google map but my background dissapears anytime i float any element. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Suzy Dallas MD</title> <meta name="author" content="Benjamin Reiner"> <meta name="viewport"...
1
1,304
nomad
thread by: nomad | last post Dec 2 '13 by: nomad
Question how do you change the color for the header <div data-role="header">. I tried to use a different theme but it does not work. If you need my code I can display it. Thanks -nomad
6
9,705
thread by: sedigh mohseni | last post Nov 27 '13 by: Dormilich
hi i'm learning css from w3schools . i look through all examples , i check below code that belongs to http://www.w3schools.com/css/tryit.asp?filename=trycss_sprites_nav page unfortunatly i cant understand what is display:block; declation for #navlist li selector for , would you please describe me what's cause of use that, i remove that from...
1
6,356
thread by: UmairahMohd | last post Nov 27 '13 by: Exequiel
.theme-default #slider { width:570px; /* Make sure your images are the same size */ height:227px; /* Make sure your images are the same size */ float: right; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; } .theme-pascal.slider-wrapper,

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.