6,557 Topics

Member Avatar for
Member Avatar for churva_churva

how to right a text inside an image please.what is the tags? thanks...

Member Avatar for packetpirate
0
78
Member Avatar for NickRx

This is what I want my outcome to look like [url]http://teh-shepherd.webege.com/[/url] Tried changing to css, but i cant get positioning done right [CODE] <div id="nofade" align="center"> <b>block 1</b> </div> <div id="fade80"> </div> <div id="nofade" align="center"> <b>block 2</b> </div> <div id="fade40"> </div> [/CODE] [CODE]#nofade { position:static; background-color:transparent; position:absolute; z-index:3; } #fade40 …

Member Avatar for Asiic
0
81
Member Avatar for krrr25

I am trying to convert a rtf file to html file in php. The below code is not working, not giving any error also. <?php $handle = popen("/usr/bin/abiword --plugin AbiCommand 2>&1", "w"); fputs($handle, "server"); fputs($handle, "load /var/www/abiword/test.rtf"); fputs($handle, "save /var/www/abiword/test.html"); ?> when i do this conversion through terminal with the …

0
65
Member Avatar for hindu times

Hi there, I'm completely new to styling in wordpress, so any help is greatly appreciated. Basically, I'm working on the following website: [URL="http://www.rjt-online.com/home.php"]www.rjt-online.com/home.php[/URL] And for it's Blog page I wanted to style Wordpress to look and function the same as the site. Is it possible to incorporate all the functionality …

Member Avatar for morkat
0
141
Member Avatar for pwgmac

Hi all, Sorry if this is a common thread. I did a search but couldn't find a solution I was looking for... You know the popup that appears if you're not logged in about joining Daniweb, I need to put together one very similar for a forum I'm working on. …

Member Avatar for george61
0
118
Member Avatar for am5a03

I'm a AJAX newbie, I was wondering if I can use the .responseText method, to load the text from other website? For example, how can I download the data from "[URL="http://www.weather.com/weather/today/Hong+Kong+China+CHXX0049"]http://www.weather.com/weather/today/Hong+Kong+China+CHXX0049[/URL]" and display the data in my own way? It seems that the .responseText/.responseXML does not work here...:-/ thanks for …

Member Avatar for am5a03
0
102
Member Avatar for johnsign11

Hi all, Can someone tell me how we can dd External style sheet to our HTML document???

Member Avatar for macneato
0
61
Member Avatar for teedoff

I need a search function, but the problem is the website is a huge, HUGE static site with thousands of products. I originally designed a parallel site with Coldfusion and incorporated a database, but now he wants a similar search function that a user can type a word and find …

Member Avatar for teedoff
0
62
Member Avatar for jjemphoung

good day! when i click a button, this codes will be executed (tested, its working) var cart=document.getElementById('cart'); cart.innerHTML=cart.innerHTML + document.getElementById('name'+cartNum).innerHTML + "(" + qty + ")" + "<br>"; this is the style of my cart } #cart { overflow:auto; border:solid; height:500; margin-left:10px; margin-right:10px; margin-top:20px; margin-bottom:0; font-size: 12px; text-align: left; font-family: …

Member Avatar for Graphix
0
140
Member Avatar for dennishall

Hi there: The code below lays out 3 divs, the 1st. div contains a slideshow, the 2nd. div is a container for the 3rd div which contains buttons to override the slideshow and replace it with a new image in the slidshow div. All the above scenario works perfectly. Where …

Member Avatar for dennishall
0
239
Member Avatar for tefflox

I have implemented a feature that works in firefox and opera, but doesn't work in IE -- it is the css opacity setting. I am overlaying translucent divs over a jpg image. Do I need to use javascript to fix this for IE ? [URL]http://listenlight.net/05[/URL] is the page I'm working …

Member Avatar for sahinci
0
353
Member Avatar for cpd

Hi, I have following Css where i have used back-ground image. Then i am generating Anchor and assigning css class which has image. It works fine with IE but does not work with Safari,Firefox and Chrome. Can anyone help me on how to fix it. I have given details below. …

Member Avatar for Varnius
0
199
Member Avatar for powersstuff

Wracking my brain! I've got a fixed footer nav bar and want it to be tucked behind a small logo image on each end. I've edited the CSS so many times that I can't remember what I started with, but the problem seems to be z-index related. If container is …

0
94
Member Avatar for metalix

I know I am probably missing something small but I can't seem to get it running I need to send an html email for newsletters and on registration But it needs to be authorised so it doesn't get marked as spam or filtered. here is what I have so far: …

0
162
Member Avatar for Reliable

I'm integrating a [I]Lightform [/I]AJAX contact form with a web page I already made. The error messages render properly in all major browsers except IE8. Assuming it's a CSS problem are there some IE8 CSS bugs I am overlooking? Are there any fixes for those bugs if so?

Member Avatar for johnny_rotten
0
91
Member Avatar for keavon

First of all, please check out my other post. [url]http://www.daniweb.com/forums/post1318472.html#post1318472[/url] Ok, hello everybody! I have a question that should be pretty simple. I have a php page that will send an email. I got that all working fine. [CODE] <?php $to = "reciever@example.com"; $subject = "Test Subject"; $body = "Test …

Member Avatar for keavon
0
1K
Member Avatar for george61

Hi all. I've tried to make a simple hover effect about small images but it won't work. I also tried to make the following script: 2 seconds after page loading image1 changes 2 seconds after that image1 returns to back state and image2 changes and etc. Can someone help? Best …

Member Avatar for hielo
0
175
Member Avatar for jakesee

Hi, I am working on my web site and I ran into a peculiar problem... it seems that UTF-8 .php is creating some layout problems for me. Is this possble? I am creating the website in 2 version fully identical, except that one in chinese and the other in english. …

Member Avatar for jakesee
0
91
Member Avatar for dwain-pipe

I've been banging my head all day with this (probably very simple) problem, and it's driving me mad. Wondering if please you could help me.... The HTML and CSS has lots more in but I've stripped out all the unneeded code to just get to the problem. So the CSS …

Member Avatar for teedoff
0
262
Member Avatar for jb1ker

Hi I've been looking for this one like crazy but I just can't find it. Hope anyone can help me out. On my [URL="http://www.ivalue.be"]website[/URL] I have a sliding banner that uses a background image 'repeat'. It shows up perfectly in Firefox, Chrome, Safari but not in IE. I've tried many …

Member Avatar for Varnius
0
172
Member Avatar for Stunt

So - I'm working on developing a new theme for WordPress, however I'm having some difficulties. The theme is basically done, but it really urks me that the wrapper in the background loads last. Basically, the page looks like this when it's loading: [url]http://i.imgur.com/JdynG.png[/url] Then like this when it's done: …

Member Avatar for Stunt
0
125
Member Avatar for chintan_1671

I have a button which starts processing. I want that when ever a button is click from page1.aspx .. a count down timer should start and displayed on page2.aspx. I am thinking of using iframe to join 2 pages. Please let me know your suggestions. Thanks

Member Avatar for dnanetwork
0
77
Member Avatar for PhilEaton

Hey guys, I'm trying to mix php and it's not working. I made a form that takes user input and changes the website they input to it's IP address. Next I tried to put that IP as a variable $ip and tried to put that variable in a link(href="") and …

Member Avatar for FlashCreations
0
150
Member Avatar for lewilaloupe

Hi - new to ASP... I have a form with a dropdown list. Based on what option is selected I want the form to be send to different email addresses. Sample code I have is: [code=asp]<p>Gender: <br> <select name="gender"> <option selected value="">Choose....</option> <option name="gender" value="male">Male</option> <option name="gender" value="female">Female</option> </select> <% …

Member Avatar for hielo
0
171
Member Avatar for sravan953

Hello all, I want to make a Python program which will go to a particular site, login with my credentials, and do a specific task, such as in this case: go to WordPress.com, login, navigate to the drafts section, and add a line to a draft. I believe most of …

Member Avatar for ultimatebuster
0
171
Member Avatar for leroi green

hey all, i found a way to click a link and load it into a div. the only problem is that i keep getting the "AHA error" from the if statement in my div. i'm not sure if it is me or the coding but i'll post what i'm using …

Member Avatar for shaikhanu
0
95
Member Avatar for vmahe

Hi experts, I have a requirement to change the background color of I Frame tag with respect to parent 's bg color. can you provide me the snippet for this. when iframe is opening if open's with white background color. i changed IFrame color with allow transparency ="true" its working …

Member Avatar for almostbob
0
150
Member Avatar for lgriess

I'm trying to embed the login form for the webmail for a customer portal I'm developing, I've tried copying all the html and putting it inside my .NET page but instead of using the form action that I have in the form tag it simply re-posts the current .aspx page …

Member Avatar for dnanetwork
0
101
Member Avatar for shridharmaster

hi friends, I m new to javascript and asp.net . Is anyone knows what is the exact problem? [CODE] // This is asp.net snippet <marquee id="marqueeLeft" class="marqueestyle" direction="up" onmouseout="this.start();" onmouseover="this.stop();" scrolldelay="500" style="height: 99px; width: 100%;" > <asp:PlaceHolder ID="LeftPlaceHolder" runat="server"></asp:PlaceHolder> </marquee> [/CODE] When I moved the pointer to this <marquee> tag. …

Member Avatar for deepshikha.joha
0
808
Member Avatar for pgmarco

Hello, I am having a little trouble getting the variable $total to insert into mysql table. I used javascript to get the total that is in the input box. Any help is very much appreciative. Here is site: [url]http://illcomputers.comyr.com/custom.php[/url] Thank You Snippets of Code JavaScript Code [CODE] var mainitems = …

Member Avatar for pgmarco
0
2K

The End.