6,557 Topics

Member Avatar for
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
301
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
141
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
294
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
275
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
206
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
522
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
322
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
79
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
215
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
221
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
218
Member Avatar for SHAHAB UDDIN
Member Avatar for diafol
0
837
Member Avatar for Shierlyn

hello guys i ask question it easy to use html language to web design? or they have other language that easy to use guyz i ask question again they have site that i can learn about html web design??

Member Avatar for RH-Calvin
0
911
Member Avatar for kcm5052

Hi All, I've been struggling with this problem for the better part of 2 weeks. (Trying to help an aunt with a website.) I just can't seem to discover the issue. I've simplified the scenario to a very basic site just for the ease of troubleshooting. But I cannot get …

Member Avatar for Zagga
0
361
Member Avatar for Jeff_7

The website I'm building is http://garrysmotoservice.com/, but I'm having problems make the site fit to all computers without zooming in and out. Any ideas?

Member Avatar for Jeff_7
0
227
Member Avatar for //Gonz

Hi all a div located below the top div is positioning itself roughly 200px higher than expected. The top div is filling the browser window as it should be; but the bottom div is overlapping the top div. I hope this makes sense :S The properties set for the top …

Member Avatar for //Gonz
0
2K
Member Avatar for andika.kurniawan.121

I have problem with move a div to top. This is my code. <div id = "berita"> <p> Belakangan ini cherry belle membuat lagu yang versi rock. . . . . </p> </div> <div id = "komen"> Nama : <input name="nama" type="text"> Email : <input name="email" type="text"> No. HP : …

Member Avatar for //Gonz
0
193
Member Avatar for ngonix

Hello, I have a small issue with copying text from one textbox in main window to another textbox in an iframe. The code i have is as follows: index.html <html> ... \\JQuery Library Here \\JQuery Code <script> $(function() { $('#lastName').keyup(function() { var txtClone = $(this).val(); var rel = $("#listUnder").contents().find("#relationship option:selected").text(); …

Member Avatar for ngonix
0
1K
Member Avatar for sonicx2218

Friend wanted help with website on Wix. I got a lightbox on it, but there's a problem. Wix only allows you to post html contained in an iframe. So the app, which normally opens a lightbox in the center of your window when you click a link doesn't work, it …

Member Avatar for ryantroop
0
95
Member Avatar for crunkie

# Row spacing, go away, and never come back! # Hey all, I can't for the life of me figure this one out. I have an email. I have a table. I have a gap between two rows that I can't get rid of in IE. I've googled it, tried …

Member Avatar for JorgeM
0
492
Member Avatar for dwlamb

I am working on a responsive web design. For some resolutions like below 800px across, I hide a whole div with syntax such as: @media only (max-width : 800px) { div.well._menu { display: none; } } How do I bring the div back to its default if the display property …

Member Avatar for dwlamb
0
254
Member Avatar for hallianonline

I am designing a website with the width of 1085px now I am facing a problem every time on full width menu it works fine on Mozilla but when i use chrome and in opera the same menu's width is making it too large i am attaching a picture here …

Member Avatar for hallianonline
0
139
Member Avatar for pars99

The HTML: <!DOCTYPE HTML> <head> <link rel="stylesheet" type="text/css" href="/Users/Alireza/Desktop/Index.css" /> <script src="http://www.ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script> <script type="text/javascript" src="/Users/Alireza/Desktop/Index.js"></script> </head> <body> <div></div> </body> The CSS: div{ height: 100px; width: 100px; background-color: red; border: 4px dashed #00FF00; } The jQuery: $(document).ready(function(){ $('div').click(function(){ $('div').effect('explode'); }) }) Please help me. I really don't know why it isn't …

Member Avatar for pars99
0
370
Member Avatar for asif49

Hi. I have some css that needs to go into a large amount of websites. It generally contains very simple like all new elements with very unique names that will not be matched by anything these websites currently contain. The problem I am having is that some of these sites …

Member Avatar for almostbob
0
213
Member Avatar for dudegio

Hi all, I created a blank or empty html file, is there a way the <html> and <head> tags cannot be detected by firebug(note: in view source, it is empty)?

Member Avatar for drjohn
0
202
Member Avatar for dwlamb

I am having a challenge with the spacing of breadcrumbs items in IE8. The attached pics show how the area displays in browsers. Those shots are from a brand new fresh install of Joomla 3. ![65b575f43580aac9921698a85dc658f8](/attachments/small/3/65b575f43580aac9921698a85dc658f8.png "align-left") This is how they appear in IE 8. Notice the wrap of how …

Member Avatar for LastMitch
0
209
Member Avatar for unikorndesigns

hi guys, Do you guys have any php code where i could add a new class to a div element in a page? using my code am planning to read the file contents of an html page. I wanted to add a class "modify" to all DIVs which has a …

Member Avatar for diafol
0
276
Member Avatar for rakibtg

Hello everyone, having some CSS related problem for layout issues. firstly see this screenshot: http://i.stack.imgur.com/nmw69.png Here i have used css like this: .description{font-weight:italic;} .image{float:right;} but what i want to do is to display `description` in the middle. Like this: http://i.stack.imgur.com/aX2B1.png can you tell me the css,, to postion `description` class …

Member Avatar for JorgeM
0
171
Member Avatar for asifnaveed44

i am showing the emails on my website php page through gamil api the api give me the html of the mails this mail html distrube my wesbite page html i am using below code for the displaying the html of the emails $doc = new DOMDocument(); $doc->loadHTML($body); $yourText=$doc->saveHTML(); $body=$yourText; …

Member Avatar for veedeoo
0
166

The End.