6,557 Topics

Member Avatar for
Member Avatar for MoShapes

Hi, So, I have a client that wants a new background image every time page is reloaded. I thought I have to script and thought I had it working but when I applied it to all my pages from a template I made in dreamweaver it doesn't work. It only …

Member Avatar for SEOCoder
0
164
Member Avatar for Buppy

Hi, I have a HTML document with form. The form has several radio buttons. I want different elements of HTML (including <input> elements) to appear when each radio button is selected. Also, it is intended to show only those elements for a specific radio button. For example, if i select …

Member Avatar for Troy III
0
717
Member Avatar for AycheKay

I've got a pure CSS drop down menu where the child buttons cover up part of the parent button. Any ideas how to fix this? You can see the page here: [URL="http://www.powerzoneequipment.com/index99.asp"]http://www.powerzoneequipment.com/index99.asp[/URL] Here's the relevant CSS code: [CODE] #hpmenucontainer { clear: both; width: 610px; margin: 20px auto; height: 96px; } …

Member Avatar for shaya4207
0
173
Member Avatar for sam1

Hi, I am trying to output some data from sql db within excel to XML. I am updating the sql db from the excel worksheet and then outputting the records from the db to xml. I have used CDATA to parse html within xml but i can only get one …

Member Avatar for AndreRet
0
183
Member Avatar for sam1

Hi, I am trying to output some data from sql db within excel to XML. I am updating the sql db from the excel worksheet and then outputting the records from the db to xml. I have used CDATA to parse html within xml but i can only get one …

0
69
Member Avatar for reececropley

Hey I'm having a bit of a weird problem. I have an image contains in a div (#rel-content) and that div inside of another (#releases). Here is my HTML code: [CODE] <div class="releases"> <div id="rel-topbar"><img src="images/blackrightbar.jpg" width="312" height="39" alt="Release Navigation Bar"> </div> <!-- rel-topbar --> <div id="rel-content"><a href="http://itunes.apple.com/gb/album/erased/id377011296?uo=4" target="itunes_store" ><img …

Member Avatar for reececropley
0
2K
Member Avatar for simpleonline123

Yup it's me again...lol.. Okay so I understand that MSHTML is used inside an instance of a Web Browser Control to navigate on pages, click on things, etc and so on. I've read that IDispatch can automate these request. How IDisptach work exactly? Thanks

0
65
Member Avatar for ofir0803

example: [CODE]<img src="img.jpg" alt="" /> <a href="#" alt="" />[/CODE] i want to do someting if the string="alt" exist in the img tag and someting else if the alt exist in the href tag

Member Avatar for ofir0803
0
153
Member Avatar for vijaysachin

Hi All, I have one strange issue, JSP cannot Identify the JS, CSS file path when URL pattern is /*. Let me explain in detail. Irrespective of relative path my application should have to call Home.jsp. So for that I have specified URL pattern as /*. This logic is working …

Member Avatar for code learner
0
343
Member Avatar for Avasulthiris

Hi, I'm trying to expand an existing php-based project. I need to be able to allow users to create basic flow diagrams inside their web browser. Drag and drop environments with movement and resize abilities on a js canvas. Start blocks, information blocks (possible hyperlinks too), Decision Blocks, End Blocks, …

Member Avatar for Avasulthiris
0
185
Member Avatar for Joe34

Let's say I have a huge variable called $file $file contains thousands of lines of html, css, javascript and more. But, I want to be able to find all of these link and edit them. I want to only edit the ones that don't have a domain name. Example: I …

Member Avatar for Joe34
0
181
Member Avatar for xxmp

I have this page [CODE] <body> <div id="main"> <div id="left_menu">left</div> </div> </body> [/CODE] where [CODE] body { background-color:#B7B69D; height:inherit; } #main { border:outset; width:1024px; height:95%; margin-left:auto; margin-right:auto; margin-top:15px;; margin-bottom:15px; background-color:#FFF; } #site_logo { width:140px; height:120px; float:left; margin-top:15px; margin-left:15px; margin-right:15px; } #left_menu { background-color:#90C; height:640px; width:180px; float:left; margin-top:15px; margin-left:15px; } [/CODE] …

Member Avatar for skald89
0
74
Member Avatar for krunalkakadia

Hi All, I have req. of converting HTML DIV tag to image using javascript in asp.net. is there any idea how to do it? Thanks.

0
87
Member Avatar for coolrj01

I want to make css manager for my site like wordpress's css manager. I want to open css file in textarea so I can edit it than after pressing submit button, changes in css file should be saved. Please help me. Sorry for my bad english.

Member Avatar for whiteyoh
0
74
Member Avatar for 612wharfavenue

I got transitions to work using a simple hover, but how do i make them respond to onclick? [CODE] <html> <head> <style> #trans { opacity:100; transition: all 1st ease-in-out; } #trans:hover { opacity:0; } </style> </head> <body> <img src="myimage.jpg" id="trans" /> </body> </html> [/CODE]

Member Avatar for 612wharfavenue
0
90
Member Avatar for Joe34

For example here is some code..... [CODE] preg_match_all("/<a(?:[^>]*)href=\"([^\"]*)\"(?:[^>]*)>(?:[^<]*)<\/a>/is", $stripped_file, $matches);[/CODE] What I don't get is all of those special characters? (?:[^>]*) How can I do this with the h1 tag, h2 tag, and h3 tag?

Member Avatar for blocblue
0
473
Member Avatar for mangopearapples

How can I read/write to a file? I don't mean on the local hard drive (C:// ect) I mean as in the files on the internet (Files from FTP). Like in webs.com, you upload files or create new files. Now if I created a txt file on there, how can …

Member Avatar for mangopearapples
0
125
Member Avatar for nospryexpert

I've been working on a website for a friend of mine and would like to do either a HTML or XML Spry data set instead of an straight html table. It's nothing real complicated but am looking to learn how to do this with DW CS3 (my version). I can …

0
68
Member Avatar for CharlieNewey

Hi, I'm a relative newb to Python and I'm starting my first major project - a logarithmic graphing system. I'm using tkinter for the GUI part of the design, but I've run into a problem. Basically, I want my graph (a tk canvas) to appear in the same (root) window …

Member Avatar for CharlieNewey
0
5K
Member Avatar for BaSk

We have a client that came to us, and his admin panel is using a iframe system, [CODE]<html> <head> <title>Administration Area</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset cols="180,*" frameborder="NO" border="0" framespacing="0"> <frame src="menu.php?id_mnu=prd" name="leftFrame" frameborder="yes" scrolling="YES" noresize> <frame src="landing.php" name="mainFrame" frameborder="yes" bordercolor="#000000"> </frameset> <noframes><body> </body></noframes> </html>[/CODE] Now I'm loading landing.php …

Member Avatar for spacific
0
121
Member Avatar for livermore

Hi! I want to parse data from tables in webpages , there are no problems when I parse regular HTML tables, but it seems to be impossible to get any data from dynamic pages that update themself automatically. Do you have any clue how to extract data from dynamic web …

Member Avatar for Airshow
0
113
Member Avatar for Jhonte

Hello! I've recently let out my evening project which helps you sync your FireBug css changes back to your original css files. So your workflow will now be * Edit your css * Hit the "Sync now" button in FireBug * Reload the page to see that the layout is …

0
63
Member Avatar for brynFlew

Hello, I was wondering if it is possible to restrict the values of a text input box to only accept set values such as "XBC1". I am trying to make a form for a scanner so you can scan bar codes and it will auto fill the form out and …

Member Avatar for Airshow
1
230
Member Avatar for cssdoll

Hello folks,i have recently generated css with Adobe Fireworks Cs5 and the css and the webpage generated are very good,however i would like to have my divs for the header,footer and any other div i may want to be full width.I have tried and doing many things but i dont …

Member Avatar for shaya4207
0
76
Member Avatar for Hawkeye Python

Hello! I've made a drop-down menu using the hover sub-class in CSS: [CODE].ddmenu{ display:none; } .box:hover .ddmenu{ padding:0px; display:block; }[/CODE] Is it possible to make the "ddmenu" object appear when the user clicks on the object with the "box" class instead of when he hovers the mouse over it using …

Member Avatar for shaya4207
0
129
Member Avatar for jpknoob

HI i'm having issues with my css in Safari, it works fine in IE and FF. The problem is the thumbnail gallery in the code below, it is supposed to display in the bootom right of the page, but in Safari, the images are out of place, some are displayed …

Member Avatar for jpknoob
0
149
Member Avatar for meensatwork

Hello, Iam trying to get a table from the html page.I succeeded in getting the table values.But i have problem in getting the field names in the 1st column. [CODE]# Getting the field names.How to strip the 'b' and get only the names paramKey = table.findAll('b') print paramKey[/CODE] The above …

Member Avatar for richieking
0
210
Member Avatar for Skrljutak

Hi people. I'd like to allow HTML code in my forum but I don't know how :) Would any of you explain to me how I could do it? Regards

Member Avatar for diafol
0
372
Member Avatar for selicon.valley

i m working in front page2003+asp.net vb+access+vs2005 now i have got html page now i want to add some asp.net code now i want to show records from database can u help me how in html file i use to embed asp.net c

Member Avatar for kvprajapati
0
56
Member Avatar for DoctorGiraffe

Hello! Yes, This is my first post. And it might seem a little selfish that i just joined to ask a question, so don't worry, i'm not gonna ask and run, i'll stick around. So my problem, what im trying to do is using regex i'm pulling information from a …

Member Avatar for codeorder
0
965

The End.