473,659 Members | 3,277 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.
2
4,372
ilya Kraft
thread by: ilya Kraft | last post Jul 9 '11 by: ilya Kraft
Hello, Alright, so I came up with idea that it would be nice if I could have my <?php echoed ?> div's with different appearance. On my website I collect stories from database and display them in div's. Here is example of how I echo divs: <?php $articleDisplayList .= '<div class="story"> ' . $Story . '</div>' ?>
7
4,274
matheussousuke
thread by: matheussousuke | last post Jul 7 '11 by: Rabbit
Is there any script that can show a random word inside a search form each time a person opens the page, or show a suggestion like google's, whille the person types? Need one that can work with html input. Thx in advance.
1
1,393
thread by: Fabien Fetter | last post Jul 6 '11 by: Sudaraka
Hi, Do you also see a blue box instead of a link on http://paradive.ch/test.html Then, can anyone explain what's wrong, either in my page or in my CSS ? Thanks in advance, have been looking around for a while now... Fabien
4
2,784
KeredDrahcir
thread by: KeredDrahcir | last post Jul 5 '11 by: KeredDrahcir
I'm using an unordered list as a navigation menu. The Main Menu needs to have rounded edges on the last item only. I can achieve that using the border-radius property on the ul tag and made the background colour of li tags transparent. I've run into a problem now that I need to specify a hover colour. If I give the colour to the li item, the...
1
2,774
thread by: James | last post Jul 4 '11 by: londres9b
Hi, I seem to be having a problem getting a ink to show a certain colour when active. Below is my code for you to look at... #navigation { font-size:12px; position:absolute; bottom:10px; left:583px; }
2
13,735
MusoFreak200
thread by: MusoFreak200 | last post Jul 3 '11 by: MusoFreak200
I would like to use conditions in my CSS. The reason is because for the life of me i cannot work out how to get linear gradients to display in IE browsers so i want to have browser to display an image instead if the browser is an IE browser and to display the linear gradient code if it is any other browser. so far my code looks like this: ...
3
2,340
MusoFreak200
thread by: MusoFreak200 | last post Jul 3 '11 by: Sudaraka
Does anyone know any way in which you can get any version of IE to display rounded corner borders on web pages? please do not reference w3schools.com because i have already checked and they use images. please i do hope that i will get an answer soon thanks heaps in advance
1
4,613
ilya Kraft
thread by: ilya Kraft | last post Jul 2 '11 by: MusoFreak200
Hello, Straight to my question ))) I added :hover event to one of elements on my site and added css { transition } to it so it now changes text color on hover and has the fade in effect. But when I move mouse from that element I want it to fade out too. visit http://inelmo.com/noluck and hover over title and you will see that it fades in to...
1
1,861
thread by: Veronika Cabalo | last post Jul 2 '11 by: MusoFreak200
Hello, I need help with my form. I created send text message form but after submitting it opens up a new site where it gives out the session information and all the details. I would like to redirect it or just add something to the code so it wouldn't show that page. I was told about using curl too but I have no idea how to apply it. Here's...
1
1,741
thread by: James | last post Jul 2 '11 by: Dormilich
Hi, I seem to have a problem with the positioning of elements. I have a "content" div that has a min-height of 500px and I am inserting an image of 380px height into this div. I have set my "footer" div to relative positioning so no matter what elements are placed in the "content" div, the footer will immediately follow the "content" div. This...
1
2,215
thread by: sedigh mohseni | last post Jul 1 '11 by: MusoFreak200
hi I took a look at w3shools site and in that site it'was mentioned that for margin property : "Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit". and for margin-left it's mentioned that value "inherit" is not supported in none of versions of IE(including IE8) is that correct? or...
2
2,188
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> ....
2
1,925
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.
3
2,514
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{...
3
2,632
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;...
0
1,422
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)?
7
4,166
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 ))). ...
1
1,744
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...
4
2,244
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;
3
3,039
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
3
1,784
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
11,251
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>
1
3,445
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!
1
2,107
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...
3
5,854
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...

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.