6,574 Topics

Member Avatar for
Member Avatar for london-G

Hello, I have inserted my sidebar into my website. I get this: http://develop-platform.co.uk/5062-2-2/ But when I have the sidebar on its own, I get this: http://develop-platform.co.uk/basic.html What is the problem?

Member Avatar for pritaeas
0
139
Member Avatar for Troy III

This code enables you to publish a CSS only with mouse click and keyboard tab image swap. Attached is a Demo example of how it would look on IE6. To ensure the greatest possible cross-browser compatibility/support this code uses CSS level 1 capabilities only. One of extra benefits is that …

Member Avatar for pol.bala
7
2K
Member Avatar for sam.maloof.3
Member Avatar for iJimJones
0
153
Member Avatar for Hazuan Nazri

HELLO FRIENDS!, i have problem here, i try to show mysql data using dreamweaver, now i already change the sql statement to show data when user choose the data from select list/view and click submit, so thats mean i add 'where my_column = $_POST' and its work, but the problem …

Member Avatar for Hazuan Nazri
0
605
Member Avatar for Kratoswoo

The title says it all. I have looked all over and can't find a solution. <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <style type="text/css"> body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow:hidden; position:relative } </style> <title></title> </head> <body bgcolor="#000000" text="#FFFFFF" link="#9690CC" vlink="#FFFF0F" style="width: 100%; height: 100%"> <form id="form1" runat="server"> …

Member Avatar for pritaeas
0
691
Member Avatar for Violet_82

Chaps, I have a problem, and I am not sure how to get around it. Basically, I have a background image (it sits in a span) which is roughly 40px x 40px (bigger than the span) and it gets cropped off. How can I display the whole image even if …

Member Avatar for Violet_82
0
322
Member Avatar for nitos

hi, am trying to learn using css, i know a bit of html. My problem is the css dont seem to work on html,i dont know wat am doing wrong. thanx for any help

Member Avatar for jrewing
0
294
Member Avatar for Jahliah

I want to set value for html input text through code behind but can't seem to work :( p.s. i'm new to c# and this is my first c# project. I appreciate any type of help or critic. Thanks! Error in banana.cs: "txt_URL" is not in context apple.html: <%@ Page …

0
112
Member Avatar for lara1anjela
Member Avatar for sushants
Member Avatar for amkaos

hi: i built site using DW cs6 and 960grid responsive.. i want to divide the css for individual desktop, tablets and mobile outside of DW, i separate css into for different devices and sizes and nothing behaves.. DW wont let me use media queries and the 960grid responsive.. there must …

Member Avatar for LastMitch
0
116
Member Avatar for vizz

I have following code, for which I want to use CSS3 Page Transitions. I found tutorial here, http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/ How to use different Page Transitions? <ul id="nav"> <li><a href="#home" class="home">Home</a></li> <li><a href="#about" class="about">About</a></li> <li><a href="#works" class="works">Works</a></li> <li><a href="#contact" class="contact">Contact</a></li> </ul> <div id="home"><h1>Home</h1></div> <div id="about"><h1>About</h1></div> <div id="works"><h1>Works</h1></div> <div id="contact"><h1>Contact</h1></div>

Member Avatar for vizz
0
129
Member Avatar for davy_yg

Hello all, Cek this site: http://www.innovation.web.id/portfolio-marketing.php I have this codes for portfolio-marketing.php <div class="Page page1" style="display: block;"> <div id="portfoliomkt1"><img src="images/large pic.jpg" alt="portfolio1" height="230" width="280"></div> <div id="portfoliomkt2"><img src="images/large pic.jpg" alt="portfolio2" height="230" width="280"></div> <div id="portfoliomkt3"><img src="images/large pic.jpg" alt="portfolio3" height="230" width="280"></div> <div id="portfoliomkt4"><img src="images/large pic.jpg" alt="portfolio4" height="230" width="280"></div> <div id="portfoliomkt5"><img src="images/large pic.jpg" alt="portfolio5" …

Member Avatar for JorgeM
0
176
Member Avatar for scaiferw

I have a table that shows tabular data across 7-8 columns, which works very well on a standard monitor. However, on a smartphone or even a tablet, it's a little less functional. Is there a way to automatically condense the data into fewer columns when the page is being view …

Member Avatar for Violet_82
0
264
Member Avatar for Lalainealb

I am looking for an HTML5 chatroom for my website that is mobile friendly. I could find only RumbleTalk and chatwind but both have no 3rd party users integration, any suggestions?

Member Avatar for iamthwee
0
144
Member Avatar for anil14353

I'm Anil kumar i want to build a dynamic mega drop down menu using PHP. how to create table structure? how to write the code for doing this? please help me.

Member Avatar for anil14353
0
2K
Member Avatar for saleem.mukhtiar

Friends .. how my code working fine with two buttons (PDF and RTF) but the last portion for HTML converting its not working .. please help Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As New ReportDocument Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for saleem.mukhtiar
0
1K
Member Avatar for scarcella

I have written a script to get all elements then i go and find this element in another iframe. Wait, so essentially i have 2 frame's on a page, the one on the left i called the "online" and the 2nd one i called the "base". My end result is …

Member Avatar for LastMitch
0
305
Member Avatar for techman41973

I have a site that is running PHPBB forum software. When a moderator selects a post for approval, there is an HTML page that launches with the message "Are you sure you want to approve this post?". The page then requires the moderator to confirm the action by clicking a …

Member Avatar for techman41973
0
143
Member Avatar for GlenRogers

I have a page with list items (links) that I need to be able to hide/show from my admin page. <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("li").css("display","none"); }); }); </script> How do I get it to work that if i press a button in my admin page, it hides list items that …

Member Avatar for BMXDad
0
297
Member Avatar for strongpot

Hello, I'm trying to send an email containing a variable. My variable ($to = $row_Recordset1['email'] ;) isn't working. When i echo it i get nothing and no email is received. When i put in a specific address rather than a variable it works just fine. Anyone know what I'm doing …

Member Avatar for strongpot
0
276
Member Avatar for devianleong

I want to overlay "New" & "Hot" logo on the product image just like a shopping cart website but I don't know how to do it. Please guide me or help me to modify the code if possible. Great thanks to everyone who try to help me. Really urgent. This …

Member Avatar for EvolutionFallen
0
207
Member Avatar for carmen100

Hello Guys, Do you know, what is HTML-5? if Yes, then please share your knowledge about html5. Thanks.

Member Avatar for stultuske
0
524
Member Avatar for wonderland

I'm using [filtrify plugin](http://luis-almeida.github.io/filtrify/) on my website and I needed a way to save filter settings when user reloads page or pareses browsers back for forward buttons. After searching for a while I found html local storage solution. I have somewhat implemented in in my website, but I can't get …

Member Avatar for asmira
0
323
Member Avatar for rmeron

Anybody knows how to change a statement from MHTML to HTML? I have two statement downloaded from the internet which opened up correctly on my HP Windows 7 but when I sent them to my IMAC, it opens as a Word document and is a mess as it contains many …

Member Avatar for BigPaw
0
90
Member Avatar for OsaMasw

Every time when I design a website I say who cares about IE , but that's not a professional way to design so I need help in making my design comaptible with all browsers this design in chrom and firefox ![53f1b261927ecccc0dff023ac4c27f0f](/attachments/large/3/53f1b261927ecccc0dff023ac4c27f0f.jpg "53f1b261927ecccc0dff023ac4c27f0f") but in IE its looks like ![ef88efcec644c2ec62b503af50378cb2](/attachments/large/3/ef88efcec644c2ec62b503af50378cb2.jpg "ef88efcec644c2ec62b503af50378cb2") …

Member Avatar for OsaMasw
0
216
Member Avatar for lanhaibibo

Hey, Everyone, I am new to CSS programming. SO have some basic questions about the input tag in CSS in the following example. SO, <input type="submit" value="Submit"> does not mention anything about a button, how do you even know that it defines a button ? Thanks in advance. <!DOCTYPE html> …

Member Avatar for crescendo
-1
224
Member Avatar for hazzag1995

I want to make a image pop up on my site, where if you hover over a line of text, a image will pop up on top of everything else on the page, using HTML5 and CSS3, can someone help me with this? ~I've tried some tutorials online but they …

Member Avatar for hazzag1995
0
239
Member Avatar for Dani

Can you guys help me figure out what's wrong with www.daniweb.com/chat (Sorry, you need at least 5 posts to access the page) It looks fine in Chrome, Firefox, and even Internet Explorer. But the right column doesn't show up in Safari. :(

Member Avatar for Dani
0
221
Member Avatar for SHAHAB UDDIN
Member Avatar for diafol
0
840

The End.