6,574 Topics

Member Avatar for
Member Avatar for danielt666

Hi I am in need of some help with a CSS drop down menu that is not displaying on top of another site feature. The website is www dot silvertrowel dot co dot uk / index-test dot php The feature is java script and if i disable java script on …

Member Avatar for danielt666
0
125
Member Avatar for backendcode

Hey guys, Whts happening Do you think is Your website html coding should be validate from w3c standard for high website ranking on search engines. I dont think so. but yes we should keep some basic things in our mind like use alt tag for images if u want ur …

Member Avatar for RichardWilson
0
205
Member Avatar for hindu times

So I'm building a mobile website using the WPtouch plugin for Wordpress. I'm using an external CSS file to style certain elements of the site. By default, the site displays the page title like this - "Home" "Shows" etc... I would like to add something to CSS to make them …

Member Avatar for santoodesigner
0
136
Member Avatar for egenart

Hello! I've ran into a possible bug in Internet Explorer, in all versions below IE8. When testing my CSS work all content between the head of the page and the footer disappeares and I havn't found a workaround solution in my litterature. Anybody familiar with this bug? In Safari and …

Member Avatar for egenart
0
96
Member Avatar for scottyg13

Hi I was wondering if someone could help me with a code for my website? Basically what I want to do is have a drop down list that is essentially a matrix in the sense that picking one option leads to another and eventually you can narrow down the results …

Member Avatar for Taywin
0
64
Member Avatar for thewonderdude

hi, i have a question which feels like it should be very easy but my collegues have had some difficult explaining the logic to me. The thing is, I have a dropdown as such, [CODE=jsp] <ui:dropDown binding=..... tabIndex="5"/> [/CODE] and in the jsp page, i want to set it to …

0
81
Member Avatar for threat

i have a .php webpage with the following basic structure [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>index</title> <style type="text/css"> .style1 { background-color: #4BACC6; } .style2 { background-color: #005AE7; } .style3 { text-align: center; color: #FFFFFF; font-family: Arial; } .style5 { …

Member Avatar for threat
0
191
Member Avatar for dflor

For instance, the following script works fine without html <html><head></head><body><?php $im = imagecreatetruecolor(100, 100);// sets background to red $red = imagecolorallocate($im, 255, 0, 0); imagefill($im, 0, 0, $red); header('Content-type: image/png'); imagepng($im); imagedestroy($im); ?></html> How could we include a php gd library into html?

Member Avatar for gunnarflax
0
140
Member Avatar for jhonpeter1980

Hey Folks, I am back with CSS 3.0 background options … I hope you’ll love this one…. All the details you can find here [url]http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?platformId=12&cntsId=7400[/url] Some of the details covered the above article: Background (multiple) The css3 gives the possibility to apply more background images to a single element and …

Member Avatar for Kieran Y5
0
176
Member Avatar for lgriess

Hi all, I need some advice, I've been asked to connect an html application to a .net application. I have a login form in the html that needs to be authenticated and the user to be brought into the .net app, how can I use the same authentication functions in …

Member Avatar for lgriess
0
183
Member Avatar for mikeandike22

Here is a very short tutorial on how you can set your photoshop to produce Divs and CSS rather than the old fashion tables. This is very useful becuase this is becoming the new way to work with web pages and lets you add a lot more room to do …

Member Avatar for MindSter
0
773
Member Avatar for UWILL
0
19
Member Avatar for prerit

I have a HTML form Having two fields [B][I]From:[/I][/B] and [B][I]To:[/I][/B] both are [I][U]text[/U][/I] fields(to genereate a report).I want to use these data to query on two tables based on the date specified(DD-MM-YYYY) i.e from and to and using these to select values from the two tables visitor_in and visitor_out …

Member Avatar for Stefano Mtangoo
0
185
Member Avatar for hindu times

Hi there, I initially thought I had some problem with my Javascript code for resizing an iFrame, but upon further look it seems that something is wrong with the below page. For some reason my iFrame on this page ([url]www.rjt-online.com/video2.php[/url]) won't recognize the height of the content (the content is …

Member Avatar for hindu times
0
128
Member Avatar for priyam1309

I want to create a layer popup, as the one used on this website when you click on Member's login. I require the solution to be in HTML & CSS, JSCRIPT, PHP, etc. When the page opens, the popup should appear and the background (main webpage) would be blacked / …

Member Avatar for gunnarflax
0
101
Member Avatar for Awah Mohamed

hello people , thanks for opening my post i need your help , i am a html web designer but i dont know anything about css which mean that i am not a good html web designer , so i want to learn how to create a .css file and …

Member Avatar for macneato
-1
138
Member Avatar for bulgin

I have the following perl script which works nicely. It takes a list of URLs from a file, looks up each one, and returns the meta-keywords for that domain. Problem is, sometimes it hangs because it goes to a site which does not respond. I'm wondering if there is a …

Member Avatar for mitchems
0
121
Member Avatar for nivasmaran
Member Avatar for andy106

Hi How can I rewrite the following to get it to work: <?php if ($_product->getsub()) { echo '[COLOR="Red"]<a href="ref="http://test.com/-<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html">[/COLOR]<li style="width:120px; margin-left:auto; margin-right:auto; margin-top:20px;" class="nav-rsvp-package">subscribe</li> the problem is that i have [COLOR="Red"]<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html">[/COLOR] inside another [I]<?php[/I] snippet. I already tried: [CODE] <a href="ref="http://test.com/-<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html"> …

Member Avatar for andy106
0
225
Member Avatar for jtok

It used to be, that when I would type: [CODE]#div{[/CODE] and hit "return", Visual studio would autocorrect to: [CODE] #div {[/CODE] as well as a number of other things. That is just the easiest example. It also doesn't automatically indent the next line... I am using Visual Studio 2008 SP1. …

Member Avatar for BrianHelp
-1
152
Member Avatar for george61

I'm trying to place flags on the upper left corner on site I'm making. I made them look proper in IE7 and FF but they won't show right in Google Chrome. Is there alternative way of positioning or some Chrome CSS Hack. The fg id's are about the 3 flags. …

Member Avatar for gunnarflax
0
65
Member Avatar for sass_js

Hi - I'm a CSS/HTML newbie so bear with me.. I'm using a CSS menu on my webpage {taken from CSS Menu Maker} and it works great in other browsers except IE7. The sub menu items get hidden behind the main menu. I've tried researching solutions but 1) have difficulty …

Member Avatar for macgurl70
0
102
Member Avatar for Tcll

hey... I know this is real easy to do and all... but I just can't remember how to do it... I have a textarea named 'code' and a completely empty div [CODE] <div> </div> [/CODE] the textbox get's filled with html code... (dynamically of course) and now I need to …

Member Avatar for Tcll
0
158
Member Avatar for alb3rt
Member Avatar for almostbob
-2
75
Member Avatar for jamesl22

Hi, I have a problem with my apache install on Ubuntu. It finds index.php by default but not index.html or.htm I tried adding DirectoryIndex index.html index.htm index.php to apache2.conf but that didn't work. It just give a Forbidden Error unless there is an index.php present. Regards, James

Member Avatar for ahromi
0
11K
Member Avatar for clement99

Hi guys, i'm trying to extract the data "Lady Gaga Fame Monster" from the html below using substr and find, but i wasn't able to retrieve the data. [code=html]<div class="album-name"><strong>Album</strong> > Lady Gaga Fame Monster</div>[/code] I'm tried to extract the whole string first, but i can only extract till <strong>Album</strong> …

Member Avatar for clement99
0
723
Member Avatar for kasbas91

Hello Daniweb.com, I was told at the php forum that I should try to write here because I have a dropdown navigation script written in php, but also has some css on it. He believed that it was css which was mad with. My dropdown navigation works. But it will …

Member Avatar for JRM
0
141
Member Avatar for scotttheath

I asked this in Google's chromium-discuss list, and nobody replied. I thought this group might have someone who can help. My original post: [B]Persistent values stored in opener.[variable]? [/B] [INDENT]How can I determine what Chrome considers the current page's 'opener'? In all other browsers, assigning a value to a javascript …

Member Avatar for scotttheath
0
161
Member Avatar for Bordeaux0113

I recently completed making a page in HTML & JavaScript. It is basically a template including various textfields, radio buttons, and dropboxes. There is also a submit button at the bottom. My goal is to have a user enter all the input information and then click "Submit." After hitting submit, …

Member Avatar for Bordeaux0113
0
121
Member Avatar for PythonNewbie2

Can you tell me what this site was coded in? [url=http://cna-training.info/]CNA Training[/url]: [url]http://cna-training.info/[/url] I feel like it's not pure HTML...but WP sites are usually a lot better looking... Any ideas?

Member Avatar for macgurl70
0
86

The End.