20,737 Topics

Member Avatar for
Member Avatar for Dev7Cyber2012

**Please help,** I want my # scroll-up menu with CSS # only [without frame/iframe (I hate frame :'( )](http://tina-andrew.blogspot.com) and javascript ... I', trying to load my blog with all css' not others. (or, can I code others to be 100% validated in w3's validator? - I'm in my job …

Member Avatar for diafol
0
294
Member Avatar for Beggersewen

Is there a way to make a link download an image instead of opening in on the browser?

Member Avatar for harishjan29
0
276
Member Avatar for T4gal

Hello, I've got a simple page with some images floated to the right of some text. The images are above the text in the html, and everything works fine in every browser but ie7. In ie7 the images stay on top and the text is pushed below. I've looked on …

Member Avatar for T4gal
0
99
Member Avatar for mattyd

Hello. Having some trouble figuring out a CSS footer issue. The footer should fill the page fully, not extend a horizontal scrollbar **and importantly**, not have a 3-5 pixel left gap. I've tried all I know to fix this. Here is the CSS for this: footer { float: left; min-width:100%; …

Member Avatar for mattyd
0
172
Member Avatar for Ekundayo

Hi! I'm usually on Firefox, windows 7 64 bit, fujitsu lifebook, run adblocker on FF and I get these weird tabs that just open right in front of my eyes sometimes that say "hope", "patience" etc. and have a kind of colored border, nothing on the tab, just the tab …

Member Avatar for joserey
0
360
Member Avatar for Reverend Jim

I started havinig an odd problem with Chrome a couple of weeks ago. Today I tried to resolve it by uninstalling and re-installing Chrome but the problem persists. The window display frequently (as in every minute or so) refreshes, then displays two overlapping images. Please see the attached shot. If …

Member Avatar for Reverend Jim
0
271
Member Avatar for mikyle

what other web design software is available othe than visual studios 2013 ?

Member Avatar for mikyle
0
188
Member Avatar for YA RAMSAMKER

Is it possible to display the same information on a textfile on a web application so my programme can read directly from a textfile ? so if any changes happen on my textfile it must also take effect in my programme without me doing anything

Member Avatar for diafol
0
121
Member Avatar for modesto916

Hi everyone, I have to design (College work) a project for an web application which must be capable of acting as a GUI for a open-source project (Quagga Routing Daemon). This application must provide a way of managing many instances of the software installed in different remote routers. For those …

Member Avatar for jwenting
0
339
Member Avatar for 21310051

"&nbsp" appears a lot in the source code of a form, what is the purpose of this?

Member Avatar for gauravrana
0
102
Member Avatar for YA RAMSAMKER
Member Avatar for JayGeePee

I cannot figure out why I have a shadow around my image in IE and Opera. It's not a problem in Chrome, Apple, Firefox, Avant, Maxthon, Safari, etc. I've tried, outline, shadow, etc in an external stylesheet and directly inline. http://i.imgur.com/rLPKHVs.jpg

Member Avatar for JayGeePee
0
324
Member Avatar for alyssa.wilkins.77

Hello. I have been given a fina assignment where I must create my own website. My professor at my college who has not really covered any type of HTML stuff wants us to create a webpage by scratch. The class is suppose to be an intro class to HTML. This …

Member Avatar for jayshri.shah.10_1
0
460
Member Avatar for khess

System Administrators (SAs) have a tough job: Dealing with users and user accounts, security, patching, updates, upgrades, disk space, performance and other miscellaneous tasks often known as "other duties as assigned." For some SAs, the day never ends. Despite the challenges, pitfalls and occasional irate user; system administration is a …

Member Avatar for Spencer_1
0
2K
Member Avatar for 21345570

When using ASP.NET Web Forms to design the GUI , you may either use the drag and drop method or the source code , where you type code using html if I'm not mistaken. In the ASP.NET model-view-controller (MVC) form would you also be using html to design the GUI? …

Member Avatar for 21345572
0
148
Member Avatar for AQWst

Hello-- It has been a few years since I posted anything here. I developed a web site that randomly played various MP3 files I stored. I am working to rewrite some of the code because it appears if my code to do this is no longer working. Can someone please …

Member Avatar for AQWst
-1
339
Member Avatar for gogs85

The navigation must be styled using the :hover pseudo class, while the active menu point must use the body class. How to make this? Thanks!

Member Avatar for Alberto Bucur
0
100
Member Avatar for raviranjanim

login.php <?php session_start(); ?> <!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=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="main.css" /> <link rel="stylesheet" type="text/css"href="menu.css" /> <title>iWebTechnik</title> <link rel="shortcut icon" href="image/favicon.ico" type="x-icon" /> <link rel="icon" href="image/favicon.ico" type="x-icon" /> <style type="text/css"> <!-- .style1 {font-family: Arial, Helvetica, sans-serif} --> …

Member Avatar for diafol
0
641
Member Avatar for wealthdiva

Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and insert it in the buy button... so if my url is http://mywebsite.com/hangout?id=beauty I want when someone click the button Buy to go …

Member Avatar for wealthdiva
0
257
Member Avatar for Thasarath

I need To get a specific Text From http://example.com/ .(Webbrowser) For That I use - Span Id Can i get text using Span Id without navigating the page ?

Member Avatar for oussama_1
0
136
Member Avatar for pratik shukla

i am trying to insert values in my dropdown list dynamically onclick of add button such that one row should be added with new dropdown with data. i have tried many logic but didnt work. <html> <head> <script language="javascript"> function addrow(tableID) { var table = document.getElementById(tableID); var rowcount = table.rows.length; …

0
127
Member Avatar for davy_yg

Hello, I have been working on my navigation so that my dropdown menu button won't overlap the other menu. navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> …

Member Avatar for Alberto Bucur
0
110
Member Avatar for mattyd

Yes, webpage size- Standard sizes? Dynamic? I don't know! I have been building websites since 2000 and the one area I have never, ever been able to fully understand is this topic. I need serious help with this. Explanations. My site(s) to render properly in any browser. **No horizontal-scrolling**. **I …

Member Avatar for Coloradojaguar
0
128
Member Avatar for sabin_silwal
Member Avatar for gabrielcastillo
0
114
Member Avatar for rubenrav

Hello I'm not to experienced with flash programming and I want to look into a task that have been described. The person has one flash program that is written in CS3. This is in version 2 (I guess Autoscript 2) and need to be upgraded to version 3. I have …

0
182
Member Avatar for mohan@nano

This is my code it will work on IE alone.. i want print the content in the firefox and chorme too ... anyone one can favour me <html> <head> <title>Example Report</title> <script type="text/javascript"> function printIframe(printf){ var clone=document.documentElement.cloneNode(true); var win=window.open('printf'); win.document.replaceChild(clone, win.document.documentElement); win.print(); } </script> </head> <body> <p>Hi! This is IFrame …

0
172
Member Avatar for zobadof

Hi, Recently I downloaded a template which is awesome. However, it has a contact form on it but no way to set it up easily. I'm wondering how I can use the code provided in order to make it send to my email address. I'm aware this'll use PHP or …

Member Avatar for zobadof
0
156
Member Avatar for zobadof

Hi, It's been a long time since I've posted on here and it's been a rather long time since I've coded. However, I'm using a footer I used on another site I made however its causing a scrollbar to appear when there really doesn't need to be one. If I …

Member Avatar for zobadof
0
145
Member Avatar for Clarence Weldy

Hello Guys, I am creating a personal portfolio website and wanted to use this theme [Eleven v 1.3](http://www.nulledlistings.com/?p=4233), or you guys have some other recommendations. If so, please share the same.

0
127
Member Avatar for neha05

Hello all ,Please I required some effects on the image like Bleed gallery wrap,bleed mirror effect,select the edges like thin gallery(0.75") and Thick gallery (15"),Please guide me on that any jquery or script ,css for that.

0
190
Member Avatar for samsons17

Hi all.. I just done a website using HTML,CSS and PHP. For now,my website is only fine to be displayed in Mozilla and IE.. For IE(Internet Explorer), I just fix the css by doing another CSS layout for that. like this one : [CODE] <!--[if IE 7]> <link rel="stylesheet" type="text/css" …

Member Avatar for shaddam
0
1K
Member Avatar for Binoy_1

I am working on a project where I am trying to track email opens by inserting an image in it and detecting when it is loaded from the server. The loading is performed using a php script. I am trying to load 2 different images. Lets call them image1 and …

Member Avatar for Binoy_1
0
392
Member Avatar for Deep Modi

I am begginer in Web site. But I want to know How I can create a gadget/script like this. ![28aa7cfb7037f059f267ad299047367c](/attachments/large/4/28aa7cfb7037f059f267ad299047367c.png "28aa7cfb7037f059f267ad299047367c") So whenever someone type their address in the field, then that address will be send to my email address. and at same time that email will also get mail …

Member Avatar for Dani
0
102
Member Avatar for sly1984

Hi guys, I would need to create a form where by it will be using within a department for reading and writing of data into database. N in our department we do not have any internet access at all, from what i know we need to have a web server …

Member Avatar for JorgeM
0
113
Member Avatar for Iikeloa

Hi I'm working on a small project and I faced this problem. when I create a table then I wright a lot of words it doesn't go to the next line (row) it continue to the right so the page become so wide ! so is there any solution for …

Member Avatar for Iikeloa
0
153
Member Avatar for Michaela_1

How do I link letters on Illustrator like make it where they are combined in one? No other website has any imformationa nd I am at school and I get on youtube so I need a way to know and this is hte only way possible I think. Does anyone …

Member Avatar for iamthwee
0
76
Member Avatar for HoverportMedia

Before I ask my question, let me show you the experiment I'm working on: http://hoverportmedia.net/experiments/responsivenavigation3.html My dropdown navigation is working fine, however when dealing with older (perferably IE broswers) the navigation (when the page is responsive), hovers the "menu" at a weird position. Unfortunately, I'm stuck at this... Can anyone …

Member Avatar for HoverportMedia
0
198
Member Avatar for Mohamed_26

I have been trying to move the table element.Can you please help me with it? I am doing the CSS in php. foreach ($_GET as $myid => $value) { echo '<div class="DVD ID">'; echo "<table border='3' position='absolute' left='750px' bottom='350px';>"; echo "<td> " . $value . "</td>"; echo '</div>'; } Thank …

Member Avatar for Alberto Bucur
0
132
Member Avatar for alcon321

An SEO Company is one of the most important components of the internet marketing. It can benefit any size of business as well as the individuals. All you need to do is brush up your SEO skills. However people are still unaware about the benefits which an SEO can do …

Member Avatar for andrewgill
-1
274
Member Avatar for secretagentshiv

hi my name is james philip i have a probelm with css and html i need to print a form in a vertical way i have managed to rotate it in the webpage but that is not what i want to do i want it to remain horizontal on the …

Member Avatar for Alberto Bucur
0
1K
Member Avatar for momonq1990

i like to create a record filing using browser or browser base. but i what my web application run without running may XAMPP for my database. :D

Member Avatar for Alberto Bucur
0
183
Member Avatar for arunpawar

I am trying to extend a script that opens a web browser and opens URL. I want to use that script and make it to search google for particular query. That's all. Here's the code that I got. I would appreciate, if you know how to extend it for the …

Member Avatar for arunpawar
0
261
Member Avatar for OsaMasw

Hello guys, I have a webpage to print that showing some data, I managed to hide all elements that's are not needed in printing, but background color for cells in table not display in printed version, although I've tried to put <style type="text/css" media="print"> .no-print { display: none; } .bgcol{ …

Member Avatar for OsaMasw
0
28K
Member Avatar for jackwilson10016

hai everyone. I am new to this forum. Is there any online tutorial tool to learn html in a shorter while.

Member Avatar for Zalingo
0
138
Member Avatar for spoudel

Hello friends I am just a beginner and I need some easy ideas to get a head start in designing information system. Please suggest me some ideas for a good information system problem (that is, a problem that involves storing and retrieving data). If possible some idea about how to …

0
155
Member Avatar for RikTelner

http://stackoverflow.com/questions/10487292/position-absolute-but-relative-to-parent Hey, so, please check link above. There is first resolving answer, which was resolving my problem. But now I have problem, that DIV isn't displaying well when it is set to `position: relative` and `position: fixed` does work correctly. DIV itself has no children, first I am trying to …

Member Avatar for Luckychap
0
167
Member Avatar for GraficRegret

The img src path is accurate, the adds were working two days ago, the only thing that has changed is the passwords for the server that the pictures are stored on.

Member Avatar for diafol
0
141
Member Avatar for grafic.web
Member Avatar for grafic.web
0
490
Member Avatar for vishalkhialani

Hi, [B]THE CSS FILE:[/B] [code] #wrapper { z-index: 1; width: 97%; margin-right: auto; margin-left: auto; text-align: left; } #topPresentation { width:100%; background-image: #E6E6E6 url(backgroundnew.jpg) repeat-x center top; } #logo { z-index: 2; width: 10%; float: left; } #primaryLink { z-index: 2; width: 25%; float: right; line-height:100%; font-size: 110%; font-family:Georgia,"Times New …

Member Avatar for kapil.karda
0
407
Member Avatar for nufftalon

Hi, A few years back had the pleasure of meeting Dani himself in a get together focused on game development which unfortunately didn't succeed due to lack of members. I love how organized daniweb is so I want to see what I can get out of it. I was using …

Member Avatar for gabrielcastillo
0
254

The End.