Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

html css | Forum profile

Forum profile page for html css on http://bytes.com. This report page is the aggregated overview from a single forum: html css, located on the Message Board at http://bytes.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "html css" on the Message Board at http://bytes.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Expert Communities - bytes - html css (site profile, domain info bytes.com)
Title: html css
Url: http://bytes.com/topic/html-css/
Users activity: 25 posts per thread
Forum activity: 20 active threads during last week
 

Posting activity on html css:

  Week Month 3 Months
Threads: 20 76 225
Post: 59 175 570
 

html css Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
drhowarddrfine
10
user's latest post:
validate windows media player code
Published (2009-11-29 11:02:00)
embed is not a valid HTML element so it won't validate. At least not unless you use HTML5. Using wma is not something I've ever done, strangely enough. As an aside, you might start looking at the html5 video and audio tags for future use since they are easier to use, work on all platforms and all modern browsers (which leaves IE out of the picture for now, of course).
tvnaidu
9
user's latest post:
Can I give fixed length for ON...
Published (2009-11-30 00:08:00)
the web server running on microcontroller, every reload comes from server, if I load this code windows direclty, no problem to reload on windows, if load on microcontroller, then load this page (status.htm), I can see some rows missing. Expand | Select | Wrap | Line Numbers <html> <head>...
MalarN
4
user's latest post:
DHTML and C communication
Published (2009-11-26 01:33:00)
Hi Dormilich, I am using a web server where the DHTML pages will be placed and on demand the pages will be rendered dynamically. The functionality is coded in C. I want to communicate the result from the C to the DHTML pages. Is it possible with ajax call ??? Regards, Malar
abumpus
4
user's latest post:
Image placement on myspace
Published (2009-11-26 23:32:00)
so you mean if i send you the link to my site you could help?
Atli
4
user's latest post:
Can I give fixed length for ON...
Published (2009-11-27 06:55:00)
Hey again. Sorry it took so long. Been busy. What do you mean you don't want to use a table? The table is just there to tell the browser to display the data in a table layout. It has no effect on the form or it's data, just how the browser displays it. I mean, you can do something like: Expand | Select | Wrap | Line Numbers <form method="get" action="something.php">...
captainB
4
user's latest post:
Can I give fixed length for ON...
Published (2009-11-30 00:08:00)
I don't think you should put the 3 tables in "TH" elements, put them in "TD" elements instead. As for the layout - you are referencing a css file - link <href="/styles.css" rel="stylesheet" type="text/css" /> can you post this file?
Amzul
4
user's latest post:
one div contain 2 divs one div...
Published (2009-11-29 00:03:00)
hello all, i don't really good in css and i can't seem to figure this one i have a div that hold inside it 2 divs Expand | Select | Wrap | Line Numbers <div class="line">...
Dormilich
3
user's latest post:
DHTML and C communication
Published (2009-11-26 01:33:00)
I don’t know what you need that for, but I think you would have to make an AJAX call to a script, where you can run C in.
mrjohn
3
user's latest post:
Image placement on myspace
Published (2009-11-26 01:32:00)
Odd... I tried it on Blogger and it worked. Perhaps it is just MySpace.
Frinavale
3
user's latest post:
DHTML and C communication
Published (2009-11-26 01:33:00)
Thanks Doc :) I was thinking about a hypothetical device that would service webpages that report the status of the device (along with other self diagnostics details) and also lets users change the status of the device (and do some other basic, low-level functions)....pretty much develop a "thin-client" for the device. I was curious to see what types of embedded HTTP servers were out there to help with the task. Although...
 

Latest active threads on html css::

Expert Communities - bytes
Started 4 days, 7 hours ago (2009-11-29 05:02:00)  by clai83
Using CSS alone to change the appearance of a checkbox I would say is "difficult". Since styling of form elements is browser specific there is no way I know of currently to change all checkbox styles across all browsers. There may be browser specific css extensions, however, I have not been able to find any (at least for Firefox). The closest thing I came across was -moz-appearance: radio; ...
Thread:  Show this thread (3 posts)   Thread info: how to create a round checkbox Size: 727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: how to create a round checkbox :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 week ago (2009-11-26 01:33:00)  by Dormilich
I don’t know what you need that for, but I think you would have to make an AJAX call to a script, where you can run C in.
Thread:  Show this thread (14 posts)   Thread info: DHTML and C communication Size: 122 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: DHTML and C communication :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 day, 6 hours ago (2009-12-02 06:14:00)  by Dormilich
I may look into the problem, if I knew what the update function does.
Thread:  Show this thread (11 posts)   Thread info: html notepad (help) Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: html notepad (help) :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 day, 16 hours ago (2009-12-01 20:05:00)  by hsriat
Problem solved. Please ignore.
Thread:  Show this thread (2 posts)   Thread info: overflow not visible if position is absolute Size: 30 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: overflow not visible if position is absolute :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 week, 3 days ago (2009-11-23 02:54:00)  by tvnaidu
Thanks. I made width as 40px, now I have both buttons equal size, but when I do some ON and some OFF, still I can see some alignment issue, when I make all ON or OFF, then it is perfect, but when it is ON and OFF, I can see some alignment issue. May be I need to keep all of them in one box I believe. Can I post that html code here?, can some html expert help me to fix alignment?. Looklike some ...
Thread:  Show this thread (17 posts)   Thread info: Can I give fixed length for ON and OFF buttons size? Size: 452 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Can I give fixed length for ON and OFF buttons size? :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 4 days, 1 hour ago (2009-11-29 11:02:00)  by drhowarddrfine
embed is not a valid HTML element so it won't validate. At least not unless you use HTML5. Using wma is not something I've ever done, strangely enough. As an aside, you might start looking at the html5 video and audio tags for future use since they are easier to use, work on all platforms and all modern browsers (which leaves IE out of the picture for now, of course).
Thread:  Show this thread (2 posts)   Thread info: validate windows media player code Size: 386 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: validate windows media player code :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 4 days, 22 hours ago (2009-11-28 13:45:00)  by drhowarddrfine
Give the "left" div a width.
Thread:  Show this thread (8 posts)   Thread info: one dive contain 2 divs one div have fix height how to? Size: 38 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: one dive contain 2 divs one div have fix height how to? :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 week, 1 day ago (2009-11-24 22:40:00)  by mrjohn
It has been a little while, but I think this might do it... <img src="whateveh" alt="whateveh" style="float: right;" />
Thread:  Show this thread (12 posts)   Thread info: i need help with image placement on myspace PLEASE!!!! Size: 162 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: i need help with image placement on myspace PLEASE!!!! :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 week, 2 days ago (2009-11-24 05:40:00)  by Dormilich
I think a server side script (including SSI) can do that for you.
Thread:  Show this thread (2 posts)   Thread info: How to link a paragraph that can be used in multiple web page? Size: 65 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: How to link a paragraph that can be used in multiple web page? :: html css :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 week, 5 days ago (2009-11-20 13:49:00)  by acoder
Give it a width and set overflow to "auto".
Thread:  Show this thread (5 posts)   Thread info: Horizontal scrollable DIV Size: 53 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Horizontal scrollable DIV :: html css :: Expert Communities - bytes"
 

Hot threads for last week on html css::

html css
Started 1 week ago (2009-11-26 01:33:00)  by Dormilich
I don’t know what you need that for, but I think you would have to make an AJAX call to a script, where you can run C in.
Thread:  Show this thread (14 posts)   Thread info: DHTML and C communication Size: 122 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: DHTML and C communication :: html css :: Expert Communities - bytes"
html css
Started 1 day, 6 hours ago (2009-12-02 06:14:00)  by Dormilich
I may look into the problem, if I knew what the update function does.
Thread:  Show this thread (11 posts)   Thread info: html notepad (help) Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: html notepad (help) :: html css :: Expert Communities - bytes"
html css
Started 1 week, 1 day ago (2009-11-24 22:40:00)  by mrjohn
It has been a little while, but I think this might do it... <img src="whateveh" alt="whateveh" style="float: right;" />
Thread:  Show this thread (12 posts)   Thread info: i need help with image placement on myspace PLEASE!!!! Size: 162 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: i need help with image placement on myspace PLEASE!!!! :: html css :: Expert Communities - bytes"
html css
Started 1 week, 3 days ago (2009-11-23 02:54:00)  by tvnaidu
Thanks. I made width as 40px, now I have both buttons equal size, but when I do some ON and some OFF, still I can see some alignment issue, when I make all ON or OFF, then it is perfect, but when it is ON and OFF, I can see some alignment issue. May be I need to keep all of them in one box I believe. Can I post that html code here?, can some html expert help me to fix alignment?. Looklike some ...
Thread:  Show this thread (17 posts)   Thread info: Can I give fixed length for ON and OFF buttons size? Size: 452 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Can I give fixed length for ON and OFF buttons size? :: html css :: Expert Communities - bytes"
html css
Started 4 days, 22 hours ago (2009-11-28 13:45:00)  by drhowarddrfine
Give the "left" div a width.
Thread:  Show this thread (8 posts)   Thread info: one dive contain 2 divs one div have fix height how to? Size: 38 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: one dive contain 2 divs one div have fix height how to? :: html css :: Expert Communities - bytes"
html css
Started 4 days, 1 hour ago (2009-11-29 11:02:00)  by drhowarddrfine
embed is not a valid HTML element so it won't validate. At least not unless you use HTML5. Using wma is not something I've ever done, strangely enough. As an aside, you might start looking at the html5 video and audio tags for future use since they are easier to use, work on all platforms and all modern browsers (which leaves IE out of the picture for now, of course).
Thread:  Show this thread (2 posts)   Thread info: validate windows media player code Size: 386 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: validate windows media player code :: html css :: Expert Communities - bytes"
html css
Started 1 day, 16 hours ago (2009-12-01 20:05:00)  by hsriat
Problem solved. Please ignore.
Thread:  Show this thread (2 posts)   Thread info: overflow not visible if position is absolute Size: 30 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: overflow not visible if position is absolute :: html css :: Expert Communities - bytes"
html css
Started 4 days, 7 hours ago (2009-11-29 05:02:00)  by clai83
Using CSS alone to change the appearance of a checkbox I would say is "difficult". Since styling of form elements is browser specific there is no way I know of currently to change all checkbox styles across all browsers. There may be browser specific css extensions, however, I have not been able to find any (at least for Firefox). The closest thing I came across was -moz-appearance: radio; ...
Thread:  Show this thread (3 posts)   Thread info: how to create a round checkbox Size: 727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: how to create a round checkbox :: html css :: Expert Communities - bytes"