6,558 Topics
| |
I have a horizontal CSS menu that has the following HTML structure. <ul> <li><a class="top_link">Item 1</a></li> </ul> I would like to know what the difference is between the following two CSS codes and what they do. (top_link is the class name I have given to the a tag) I am … | |
The css layout that I have works perfectly in firefox, but not in IE. The menu has all extra spaces between them, the background image doesn't show, and the container doesn't look the same. I'm sure you guys have seen this many times...here is my css code: Thanks to anyone … | |
Hi, I have solved table margins problem but now, I want to set "Page setup" margins in HTML or CSS. How can we do it? I dont want to set them manually all the time before printing. Thanks | |
Hi there, I have had a script on my web site which opens a popup window when clicked. It works in Firefox and I am sure that it worked in IE6 - but it does not work in IE7. The javascript part is from Eric King who posted the script … | |
i have a USERNAME and PASSWORD text field. how can i call it using JSP | |
hello guys, good day! i would like to seek for help regarding on how to cascade drop down list using struts tag <html:select> with ajax. it goes like this. drop down list 'A' is the list for Car Brands and drop down list 'B' is for the Car models by … | |
hi fellow developers, I am in the process of generating a pdf file from html....The concept goes like this... I have a Html page where the details of a particular employee is displayed in a table...At the bottom of the page there is a button to convert this page to … | |
I want to use border on the text on mouse move with shaded back ground it is ok if the text is in one line but it fails when text is in more than one line so I try to use table in anchor tag so it will give border … | |
hi all, can anyone help on the fact that the "padding:5%" (or any other percentage) is not working in ie (i.e. ie7, which i have checked). It's working fine in FireFox. thanks in advance. | |
shall i write ASP code in HTML code have any code snippets plss | |
Hi, everybody, How to change the images after every 5 seconds in html?????? The images should display in the same places for every 5 seconds????? can anybody send me code please.... | |
Hi, is it posible to make table round in HTML using CSS ??? | |
I've been trying to figure out the best way to fix this problem for the past half day. I fixed some other issues with the image, but now I can't get it to be centered like the header image above it with the words on the gray line. I want … | |
hi there. i created an xml, xsl, and html files and i need to create a drop down list that will allow me to quesry database my xsl files is [QUOTE] <?xml version="1.0" ?> - <Kwantlen> - <Schedule> <Semester>Summer</Semester> <Department>CISY</Department> <CourseName>Emerging Technologies</CourseName> <Prerequisite>CISY1218</Prerequisite> <CRN>2583</CRN> <Days>Monday</Days> <StartTime>16:00</StartTime> <EndTime>19:00</EndTime> <RoomNumber>G1045</RoomNumber> <Instructor>Sen</Instructor> <FinalDate>August … | |
hey guys ..im new to javascript .. i hav a validation function which alerts by showin error ..bt wen der is no error i want to continue to my next form ..ie a html page ..i tried to check on error bt stil its nt redirectin .. . waitin for … | |
Hi, I designed one intranet website. Now we are updating employee b'day information for that i should design page and uploaded every time. Is there any option exact 12'clock the page automatically has to go live. Thanks in Advance. Cheers...... | |
Hi, I designed one intranet website. Now we are updating employee b'day information for that i should design page and uploaded every time. Is there any option exact 12'clock the page automatically has to go live. Thanks in Advance. [B]Cheers......[/B] | |
Hey all, I have a div tag in which is a basic place holder, calling CSS to clear some floats of previous div tags. They are currently being used like [code] <div id="clear"></div> [/code] Does my code validate better, or is it better practice to use [code] <div id="clear" /> … | |
Hi, I'm kind of a newbie in css. I recently tried to learn by starting to modify a Blogger CSS template. I've been having problems with the layout in IE,the upper menu doesn't show right,it sits either behind the main body or it creates a huge gap between the header,logo … | |
Hello, while I am not new to web design, I am new to developing an XHTML 1.0 Strict site using divs and not tables. I am trying to revamp my website to use this, and it is proving a challenge making it compliant in Firefox, IE 6, and IE 7. … | |
I know how to make a link on an image that is just simply in the html, but I'm trying to figure a simple way of just putting the link in the css page. Does anybody know how this works? | |
I am trying to get a two level drop down menu to work I am using the suckerfish example but running into a problem. I want the top level to remain the same throughout w/o changing any background etc. The problem I am having I cant seem to line up … | |
Hi, Freinds, please post your replies for below questions for sharing our knowledge on CSS [LIST=1] [*]What is CSS? [*]What are Style Sheets? [*]What is external Style Sheet? How to link? [*]What is embedded style? How to link? [*]What is inline style? How to link? [*]What is imported Style Sheet? … | |
I can do a basic HTML site although not an expert by any means. I have heard that CSS makes changing things on the site a lot easier, though, so I would like to learn how to create my own. Did you find it difficult to learn? Can anyone point … | |
Hi All, How do I extract the data from html file which consists of table data rows will vary from time to time....How can I extract from C#.NET 2.0 application. reference will also helps me. Thanks in advance Raju | |
Hi All, I'm trying to make a drop down menu by using visibility of div. Using javascript also. Pls. have a look at this page [URL="http://www.vitj.ac.in/index_copy(2).htm"][B]problem[/B][/URL] When we rollover on about us the menu surely comes in IE but in Mozilla firefox doesn't work properly. Pls. have a look at … | |
Need to add 4 tab spacings in between hyperlinks "ManageLink" & "ManageLink1" I tried using: xwriter.WriteEncodedText(" "); AND xwriter.WriteLine(); Both these inserts only single spacing. Any help how can i create multiple spacing between these hyperlink controls [ICODE]xwriter.RenderBeginTag(HtmlTextWriterTag.H6); HyperLink ManageLink = new HyperLink(); ManageLink.Text = "manage"; ManageLink.RenderControl (xwriter); xwriter.WriteEncodedText(" "); … | |
Hi Everybody, As you can tell by the title, I am very new to Java. I have a html page that I need to call from java. i use Runtime.getRuntime().exec("C:/Program Files/Internet Explorer/iexplore.exe"+" help.html") ; //help.html is the required html file which is stored in the same folder. But when i … | |
when i repaint the a div in internet explorer i get a lot of flicker. i repaint all the div objects in the main div. there are no images. only div elements (boxes). not even text. is there a way to reduce this? | |
Hi everyone, Gud morning!!! I've encountered a problem using innerHTML for coding and unfortunately it is not working in Firefox. Can anyone from you help me in the regard. I'll be thankful to him/her. Thanks a lot for goinh thro' my thread. Any help will always be well appreciated. Regards … |
The End.