6,574 Topics

Member Avatar for
Member Avatar for samarudge

Hey, I'm having an issue with custom fonts on my site. I copied the code from a Google Fontlibary CSS file [CODE=css]/* Custom fonts for the site */ @font-face { font-family: 'Reenie Beanie'; font-style: normal; font-weight: normal; src: local('Reenie Beanie'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the custom font's to where there …

Member Avatar for samarudge
0
165
Member Avatar for davidrooker

I need to make a form with a few options could be radio or drop down, ex a, b, and c.. and when one is selected I would have a if command that would give you another set of options like if option "a" is selected then in the same …

Member Avatar for phpl0v3r
0
165
Member Avatar for moroshko

Hello ! Why the following fallback for IE [icode]color: red;[/icode] does not work ? In IE7, the color is black rather than red. [URL="http://jsfiddle.net/JryG2/1/"]Live demo here[/URL] HTML: [code] <div> <span>Hello</span> </div> [/code] CSS: [code] div { width: 200px; height: 100px; background-color: blue; text-align: center; } span { font-size: 2em; color: …

Member Avatar for macgurl70
0
125
Member Avatar for racertim

I have thousands of pieces of HTML code that I want to take a screen shot of and save as an image. I'm no programming genius, but I think I can make this happen. I have a dedicated Linux server running Ubuntu with PHP5. I've found tons of links about …

Member Avatar for pritaeas
0
438
Member Avatar for Eleqtriq

I was wondering if anybody knows how to uncheck a checkbox in a web browser using VB.NET? I Using the code .SetAttribute("checked", "true") will check a checkbox but using "false" will not uncheck it. I really need to figure this out, does anybody have any ideas?

Member Avatar for jugosoft
0
88
Member Avatar for start_game316

Here is the problem. I have an HTML page that includes some javascripts. These scripts modify the HTML contents. Some PHP scripts are already in the same file. I want to pass some variables from Javascript to PHP script. If I use get or post, all changes made by javascript …

Member Avatar for rajarajan2017
0
93
Member Avatar for papanyquiL

Hi everyone! I have images I'm using in my navbar instead of text. I also have another image that replaces it for the hover effect. For some reason, the images are displaying vertically when I want them to display horizontally. I've tried every combination I can think of, any help …

Member Avatar for pwinfrey
0
163
Member Avatar for pareshverma91

Hi all, I would like to know which of the above scripting languages is better one. It terms of the control they offer, variety of things you could do with them, easy of use and ongoing trends in the market etc from some expert in these. Thanks for the help.

Member Avatar for kainil
0
182
Member Avatar for php_noob

Is there a css solution for low resolutions to high resolution websites that will render the same appearance?

Member Avatar for macgurl70
0
84
Member Avatar for DesigningStudio

I'd like to introduce myself as Sandeep (CEO, Web Designer and Developer) at Designing Studios. My frdz call me "DeepU" Intersted in Business Network, Freelancing, Web Design and Development and PSD to Html Services.

Member Avatar for maceman
0
115
Member Avatar for levsha

As far as I know, the 'image' input type can only be used for a 'submit' button. How do I make 'reset', 'print' and 'upload file' buttons on my form contain an certain image in them instead of being generic gray HTML buttons? I gathered that I would need JavaScript …

Member Avatar for papanyquiL
0
140
Member Avatar for reibi

hi everone, Well I need to display something like below by using css. I am like stuck in this. So, plz anyone help me out. the first div.the first div.the first div.the first div. the first div.the first div.the first div.the first div. the first div.the first div.the first div.the …

Member Avatar for Dandello
0
148
Member Avatar for tungnk1993

I want to write an application that can detect whether a value in CSS/HTML file has changed or not, how can I do that ? Please post example code / import as much as possible. Tkq

Member Avatar for tungnk1993
0
177
Member Avatar for _mike_

Hi, I am having issues attaching the following if statements in the head of my page to show the correct CSS for older versions of IE. I am using : <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/css/mainiesix.css" /> <![endif]--> <!--[if IE 7]> <link href="/css/mainieseven.css" rel="stylesheet" type="text/css" /> <![endif]--> <link …

Member Avatar for _mike_
0
185
Member Avatar for tungnk1993

I want to write an application that can detect whether a value in CSS file has changed or not, how can I do that ? Please post example code / import as much as possible. Tkq

Member Avatar for Some-Jackass
0
128
Member Avatar for plarsen111

I have placed a background color for my links, but want it to fill the whole box, not just the word. Here is my website: [URL="http://www.hmstechnology.com"]www.hmstechnology.com[/URL] You'll notice that the text turns white when you hover your pointer over the text. BUT, [URL="http://www.ksd.org/hms"]I want it to do this[/URL]: You will …

Member Avatar for diafol
0
631
Member Avatar for vino4all

I want to get the selected text from the i-frame, where the source is from another domain. [code] <html> <head> <script> function getselText() { var iframe = document.getElementById("my"); var txt = getIframeSelectionText(iframe); document.aform.selectedtext.value = txt; } function getIframeSelectionText(iframe) { var win= iframe.contentWindow || iframe.contentDocument.defaultView; var doc= iframe.contentDocument || win.document || …

Member Avatar for fxm
0
1K
Member Avatar for teddypwns

I am trying to make a menubar for my website using CSS and HTML, but the buttons appear in reverse order. Here is some of the source: HTML: [code] <div class="hovermenu"> <ul> <li class="hovertarget"><a href="http://www.teddypwns.com/">HOME</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/contact-us/">CONTACT US</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/login.php">MEMBER LOGIN</a></li> </ul> </div> [/code] CSS: [code] .hovertarget a …

Member Avatar for teddypwns
0
196
Member Avatar for baseballfury

Hi all, An issue i've never come across before. I've got a picture as a background which i declare in my css file. The div (wrapper) is 960px wide and 100px height, the image is to sit at the top left so no real placement needed. I then have another …

Member Avatar for JameB
0
303
Member Avatar for interjuan

Hi again! Pls some one help me to find out what is the problem with this code.... [CODE]import java.io.*; import java.net.*; public class NewClass2 { public static void main (String args[]) { try { // Construct data // Send data String data="Something"; URL url = new URL("http://www.google.co.uk/"); URLConnection conn = …

Member Avatar for NormR1
0
130
Member Avatar for scrupply

I am having a problem spitting out text saved into a MySQL database and displaying it in an HTML form input field. The text will spit out fine unless there is a single or double quote, then the text is spit out until the quote. The text is all in …

Member Avatar for Fbody
0
152
Member Avatar for suasi2007

am working on my project and the requirements are that i develop a web site and have it connected to an access database. the site is ready and the database the problem is how do i connect to the database.could someone help please.

Member Avatar for Lusiphur
0
85
Member Avatar for 4delite

See you guys on various threads! Meanwhile, here is a bit about me. Daniweb Handle: 4delite Name: Mary Nickname: Mary Height: 5'6''-ish Weight: nyb Hair: Brown Eyes: Brown Location: CA Age: nyb Hobbies: [INDENT][LIST] [*][URL="http://collegeperspective.files.wordpress.com/2007/04/mia-hamm.jpg"]playing soccer[/URL] [*][URL="http://sanfrancisco.grubstreet.com/"]trying new restaurants and food carts[/URL] [*][URL="http://soccernet.espn.go.com/world-cup/?cc=5901&ver=us"]watching EuroCup and World Cup matches[/URL] [/LIST][/INDENT] Relationship …

Member Avatar for finito
0
279
Member Avatar for md16185

It seems that alot of forums are too afraid to allow HTML, are people just being paranoid?

Member Avatar for Oamaok
0
636
Member Avatar for shilpajmensi

Hi... Can anybody give me some idea about how to write a xsl to generate expand/collapsable html tree structure for a xml file? Thanks

Member Avatar for pritaeas
0
144
Member Avatar for Awah Mohamed

hello guys , how can i send my html email through php code , i mean i enter my html codes and then the php code sends it but in form of message not codes ,or any way ,my question is how to send an html email through php code …

Member Avatar for crivion
0
129
Member Avatar for interjuan

Hi everyone, Could some one please tell me or show me the entire codings of how to insert a string to a thml code....like: to "http://www.google.co.uk/" i want to search a string and get the source code of the page result,and one more thing: how can i found a specified …

Member Avatar for CrazyDieter
-1
99
Member Avatar for curdiMan

hi, im using tomcat and im trying to do simple submit form. before submiting i must chek the fields. the problem is that my submit functuin dosnt sends to the server the fields values. help... how can i submit but check all the fields first??? here is my html [code] …

Member Avatar for curdiMan
0
143
Member Avatar for rahul8590

Well i need to change my banner of the website alternatively , like once user experiences the pic1 which would be incorporated in my CSS. But the point is i want that pic to change . for example when user 1st time logs in , he see pic1 as a …

Member Avatar for rahul8590
0
170
Member Avatar for niche1

the html version of this php script works. What's wrong with this php script? It produces:Parse error: parse error, expecting '','' or '';'' in C:\wamp\www\temp8.php on line 5 [code] <html> <body> <?php echo '<input onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'" style="position:absolute;left:111px;top:290px;border:none; color:blue;border:none;background:transparent;font:bold;font-size:150%;cursor:pointer;" type="Submit" value="Print Selections" />'; ?> </body> </html> [/code]

Member Avatar for niche1
0
126
Member Avatar for keval_hack

Hi, I Want to Send HTML mail with Image and logo. pls some one help me how i can do it. Thanks -keval

Member Avatar for almostbob
0
120
Member Avatar for drewpark88

Hey Guys, I have an image that has two images in one to create my sprite. I have a lighter version of the image on top and a darker version on bottom for the .hover state. I want the hover state (which works right now) to also be the "Current" …

Member Avatar for drewpark88
0
105
Member Avatar for dhruv_arora

I made my website on Joomla, the template has been designed by me. I installed a component for Joomla called ZOO by Yootheme.com I am using one of their app called Business Directory for Zoo. When I published my directory on the page I cannot see the titles of the …

Member Avatar for dhruv_arora
0
110
Member Avatar for bbman

Hi, folks. I'm not a C# programmer, but for now I have the task of translating a short PHP script into C#, and I'm hoping someone here will be able to help me. The goal of the script is to bundle and minify JS and CSS files on the fly. …

Member Avatar for nav33n
0
379
Member Avatar for samw1

Hey, I'm having problems with my code/layout. The right hand column is at the bottom of the page rather than at the right where it should be. Here's the relevant code: [CODE]body { background-color:#161616; color: #FFFFFF; font-size:10px; font-family: Verdana; } a {outline:none;} img {border:0px;} .clear {clear:both;} a {color:#92BDE7;font-weight:bold;text-decoration:none;} a:hover {text-decoration:underline;} …

Member Avatar for Lusiphur
1
128
Member Avatar for mariko

I can make a button, but I can't figure out how to put a different kind of button on my site. If this is my code for the first button, then how would I add code for another button with completely different styles? #button a { display: block; background: url(rolloverimage.gif) …

Member Avatar for Lusiphur
0
1K
Member Avatar for sreein1986
Member Avatar for rajarajan2017
0
185
Member Avatar for shilpajmensi

Hi, Please help me with some idea to create a xsl file to display tree view of any xml as html. Thanks..!!!

Member Avatar for shilpajmensi
0
157
Member Avatar for davidm23

Hello guys, I have created a simple css widget to redirect visitors to facebook,twitter,etc ([url]http://pressreleasecentre.com[/url] - check the left side) But unfortunately I don't know how to make it static like the feedback button in the same site at the right side. Now when some one scroll the page down, …

Member Avatar for Lusiphur
0
98
Member Avatar for cwigginton

Hello, I'm trying to stream an HTML file into a Literal control, and have found that the first time it loads, it works just fine. Any framesets defined resolve just fine, and the page works as it should. When I exit the page, then go into it right afterwards, the …

Member Avatar for mehtainfosys01
0
79
Member Avatar for Luckychap

Hi All, I am struggling to get the version of css supported in my browser. Is there any way to get it through javascript. Thanks

Member Avatar for drjohn
0
172
Member Avatar for jindalarpan

how to hide some text of other site in frames i have created a frame where i am calling other website, in that frame i want some of the thing should not appear like footer and some images of the called website. how i can do this in frame. frame …

Member Avatar for jindalarpan
-2
124
Member Avatar for Member 784480

I am building a new page and I'm having problem having this space on top of it. you can take a look at it http://www.mtimexico.com.mx/graficos.php here's the situation. All Divs are inside a Parent Div called Container. This div has the following qualities: body { margin-top: 0; padding-top: 0; background-image: …

Member Avatar for gaurang4
0
118
Member Avatar for SCoder1
Member Avatar for ppetree

If you go to my site (link below) and click on the consulting tab you'll see where the .css is NOT working! If you scroll down to the bottom right corner of that page and click on the [URL="http://www.philpetree.com/consulting/strategy.html"]Strategy[/URL] you'll see that it works on THAT page. However it doesn't …

Member Avatar for ppetree
0
129
Member Avatar for djnzak

Hi, I am editing the css code of an existing script, Docebo. The problem is all the browsers I have tried do no give me a quick updated view on the css style. That is it still shows me the old css sheet and so I cannot see the changes …

Member Avatar for diafol
0
110
Member Avatar for jrock2004

I am trying to make an expandable div that has a background image. Below is the code I am using. I am just trying to make a quick example of this. Attached is a screenshot. In the bottom right corner of the div you see that white is outside the …

Member Avatar for jrock2004
0
150
Member Avatar for spivey

I have a assembled a background image for an online book club to make a bookshelf. In Firefox, the sides line up properly, but in IE7+8, they don't: Here is the site: [URL="http://www.westlakelibrary.org/emilysbookshelf"]http://www.westlakelibrary.org/emilysbookshelf[/URL] Here is the relevant css: [CODE] div#emilybookclub #galleryblock table.view-grid-emily_gallery { background: transparent url('/sites/www.westlakelibrary.org.emilysbookshelf/files/images/woodgrain.jpg') repeat; margin-left:10px; } div#emilybookclub …

Member Avatar for gaurang4
0
162
Member Avatar for bayouboy21

I started my computer this morning and I find that I must have deleted something nesessary. I was changing my video and TV to a different one and messed up when I deleted the other one. I have REIMAGE as my backup but I copied my whole computer and I …

Member Avatar for caperjack
0
95
Member Avatar for nsrivi

Hi, I have a task to convert HTML files to PDF files and i have no clue how to start. Can anyone advice as to how to go about doing this conversion from HTML to PDF? Thanks in advance, Regards, nsrivi

Member Avatar for madz015
0
172

The End.