473,544 Members | 1,946 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
1,748
thread by: sedigh mohseni | last post Jun 10 '11 by: JKing
hi Is there any separate font for small-caps version of fonts? if the answer is true , what happened if for a font there is'nt any small-caps version or is'nt installed in operating system? does browsers simulate that ? if your answer is true , what is the rate of smallness size of lowercase letters that is converted to lowercase letters? ...
4
8,201
thread by: sedigh mohseni | last post Jun 10 '11 by: sedigh mohseni
hi what is visual diffrence between none an hidden value for table element's border-style property? thanks in advance.
1
1,257
thread by: sedigh mohseni | last post Jun 10 '11 by: drhowarddrfine
hi i quote this statement from w3shools site . "An outline is a line around an element. It is displayed around the margin of the elem" I use firefox 4.0.1 but in my browser i saw that outline is a line that is drawn around the border of the element , is firefox is inconsistent with outline property because invert value for outline-color...
1
1,955
thread by: sedigh mohseni | last post Jun 10 '11 by: drhowarddrfine
hi value invert for outline-color does'nt work in firefox, is that right? i quoted this statement from w3school site that is about invert value for outline-color property. "Inverts the color of the outline to the opposite value. This is default" what's the meaning of the opposite word in that statement?would you please state with examples?...
2
1,863
thread by: radu jit | last post Jun 12 '11 by: sedigh mohseni
Hi, I am using one of the built-in jquery slider scripts. Everything works fine in explorer, but in Firefox, Opera and Chrome is messed up. Here is the style: <style type="text/css"> .clear { clear:both
2
1,585
thread by: sedigh mohseni | last post Jun 13 '11 by: sedigh mohseni
hi we define margin as a part of box model of the element but what happen when i define margin for an element that don't have any sibling, are margins of that element affected? for example see the below example: <CODE> <html> <head> <style type="text/css"> p
1
1,521
thread by: sedigh mohseni | last post Jun 14 '11 by: Dormilich
Hi, I quoted this statement from w3schools site in http://www.w3schools.com/css/pr_pos_clip.asp , that state:"What happens if an image is larger than its containing element? - The clip property lets you specify the dimensions of an absolutely positioned element that should be visible, and the element is clipped into this shape, and displayed."...
1
1,312
thread by: sedigh mohseni | last post Jun 14 '11 by: Dormilich
hi when we positioned an element absolutely , that element placed based nearest parent element with position property other than static, for assign % value for bottom property , this value is calculated based on height of the parent element? what is meaning of parent element in this statement(real parent element with no cosider position property...
1
1,461
thread by: sedigh mohseni | last post Jun 14 '11 by: Dormilich
hi when an element is floated , browser place that to the first left or right available space and the other elements are floated around that, is this statement true? would you please notice to below example: <html> <head> <style type="text/css"> body { border: 1px solid brown; }
1
1,562
thread by: sds sa | last post Jun 14 '11 by: drhowarddrfine
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> works with j2ee 1.2 version?
10
8,546
thread by: chengenfang | last post Jun 15 '11 by: drhowarddrfine
I want to open a local image file in my local PC, such as "E:\image\a.jpg", then I write the code as following: <svg> <image xlink:herf="E:\image\a.jpg" x="100" y="100" height="500" width="600"> </svg> but the image don't show in my IE,how call a local image file to use the SVG image element? Thank you very much. Good night.
3
5,851
thread by: sedigh mohseni | last post Jun 15 '11 by: Dormilich
hi would you please consider bottom table at http://www.w3schools.com/jsref/prop_style_cursor.asp url that consist of valid vlaue for cursor property. does auto value for cursor property mean that browser determind cursor based on type of the content or position of mouse poiter for example on text , that is converted to I and etc? so what...
1
2,102
thread by: charles baldwin | last post Jun 15 '11 by: ilya Kraft
i have a volusion webstore where affiliates are identified in url's by something called click id ie http://www.directshiptoner.com/SearchResults.asp?Cat=15&Click=2 in the case above the clickid=2 clickid is a variable already defined on the html page where i am at. i can make the click id display on the webpage by using this statement...
1
3,437
thread by: BaseballGraphs | last post Jun 16 '11 by: Dormilich
I have an input that has type=radio. I am trying to figure out how to remove the actual radio button using CSS. The input is paired with a label. I am trying to get the input's label alone without the actual radio button. Please let me know if you're aware of a method to do this. Thanks!
3
11,248
thread by: buntyindia | last post Jun 16 '11 by: nakuo
Hi I am creatng a Scrollable Table following is my code. This table is working fine in Mozilla but in IE 6 it is not showing the Scroll Bars.. Please Hellp... Regards, <html> <head></head>
3
1,781
thread by: sedigh mohseni | last post Jun 19 '11 by: hellodipak
Hi I want to float first letter of the paragraph and give diffrent styles to that. I use below code that work correctly but i think there is a problem because background-color property of the p element is not affected . <html> <head> <style type="text/css"> div { float: left; width: 50px; font-size: 400%; color: red; line-height: 80%;...
3
3,034
omerbutt
thread by: omerbutt | last post Jun 21 '11 by: omerbutt
hi all iam using the sucker div menu which is li ul based but i am having problems when i try to cutomise it i want to give height for the each of the menu items but it is not showing that height in the explorer but it is showing the height in mozilla here you can see the work http://aashees.net/tester/leftmenu.php regards omer aslam
4
2,241
thread by: James | last post Jun 21 '11 by: macem
Hi, Okay so basically I have a navigation bar that consists of 5 clickable div links which are: Home, About me, Portfolio, Experience and Contact I am using 5 separate divs with image backgrounds because the font I have used isn't available in css. I seem to have a problem with when it comes to the styling of the links. I have assigned;
1
1,738
thread by: Nick Miceli | last post Jun 23 '11 by: Dormilich
Despite having taken a course on web design, I appear to have very little practical knowledge of how to use CSS to get what I want. I think my problem is one of understand exactly what the functionality of each of these tags is, but no matter how many tutorials or other posts I read I can't seem to find out what I'm doing wrong. Very simply: If...
7
4,164
ilya Kraft
thread by: ilya Kraft | last post Jun 25 '11 by: hellodipak
Hello everyone, I need to develop button similar to twitters "Follow" button. I need to change appearance and content of the button after someone clicked, hovered it. Is it possible to achieve this with css, AJAX or javascript? Please if somebody can provide source code, tutorial or any other help on how to do this, can you please help ))). ...
0
1,418
thread by: Pray ToPrey | last post Jun 26 '11 by: Pray ToPrey
I want to parse HTML using java, which way do you think is best? to use existing parser (which one is best) or to deal with the LL1 (top-down parser)?
3
2,630
KeredDrahcir
thread by: KeredDrahcir | last post Jun 27 '11 by: KeredDrahcir
I'm having a problem with IE 8 which is no surprise, I have a horizontal menu using a list to create it. I have it displaying fine in Firefox. I had to do a bit of tweaking to get it right in IE 8 but when I switched to compatibility mode it was shifted down by about 5 pixels. #menu { clear: both; height: 30px; margin: 0; width: 980px;...
3
2,511
KeredDrahcir
thread by: KeredDrahcir | last post Jun 28 '11 by: KeredDrahcir
I'm creating a box that had a container divsion and then an innner division for the content. However there is a gap of about ten pixel between the bottom of the container and a bottom of the inner divsion. I need them to be the same height since the inner divison has a image border that had to go all the way to the bottom. CSS: .my_div{...
2
1,916
thread by: sedigh mohseni | last post Jul 1 '11 by: sedigh mohseni
hi what is real or visual diffrence between normal and none value for content propery when we use them for :after or :before pseudo-class selector? thanks alot for your help.
2
2,186
thread by: mahmoodn | last post Jul 1 '11 by: mahmoodn
Somewhere in my html code, I have wrote this <div class="container"> <div class="content"> <table width="962" border="0"> <tr> <td width="649" height="324"><h2>my name</h2> <p>my affiliation </p> ....

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.