10,539 Topics

Member Avatar for
Member Avatar for jgcalifornia

Hi. When doing a browswer preview, everything looks normal in FF, but in Safari, one of the list items decides to move all the way to the left, i cant for the life of me figure out why. Any help is appreciated, thank you!!

Member Avatar for JorgeM
0
10
Member Avatar for <M/>

Does anyone know how to make a left to right image sliders.... You know... those that slide left to right...! Thanks!

Member Avatar for <M/>
0
1K
Member Avatar for Nastadon

For some reason my flash files no longer show up on my website. Everything worked fine until I updated my flash player, now every file on my page is white except for the very last one. Did Adobe change something with the new version of flash? Why doesn't this work …

Member Avatar for Nastadon
0
103
Member Avatar for alienmirror

so hi i just learned how to use an image an a hover background from this discussion http://www.daniweb.com/web-development/web-design-html-and-css/threads/109916/hover-background-image of course thanks to the people who helped and to the guy who asked the question so im trying to use this image as my background: thumbs.dreamstime.com/thumblarge_278/1213107577W062L0.jpg but it doesn't show the …

Member Avatar for lps
0
141
Member Avatar for latooplat

Now I'm working a special project wherein our users can make their own website w/ a default template in it. My problem is how to make your own website builder, just like wix.com or just like the style of customizing themes by tumblr.com

Member Avatar for iamthwee
0
41
Member Avatar for <M/>

I created a slider that slides left to right, but when i load the page, it takes a while for the image show up, does anyone know how to make images load quicker? Maybe make them smaller?

Member Avatar for <M/>
0
107
Member Avatar for zobadof

Hello, Me and a Friend have been designing a website. Currently we've done one page and we're very puzzled by the Navigation bar. We fixed the issue when it was on the right hand side, but can't now it's on the left. It was on both but as explained, right …

Member Avatar for zobadof
0
135
Member Avatar for davy_yg

Hello, I would like to table like the first table that they show in the first one: 1) The look of an HTML table can be greatly improved with CSS. http://www.w3schools.com/css/css_table.asp How to create table like that? They show me different tables in their next examples. The first one doesn't …

Member Avatar for davy_yg
0
105
Member Avatar for Viped

Hi. I cant get the footer to stick in the bottom of the page. It only sticked to viewport. So when pages height goes over resolution it ruins the layout. Heres HTML and CSS <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> <title>Viped.net</title> </head> <body> <div …

Member Avatar for Viped
0
98
Member Avatar for venkateshyeluri

Hi, Im working on a html5 parallax site. I have a problem with the javascript, that it is not detecting the screen resoultion thought I have right css files in my folder. My js detects for one type of screen resolution but it is not detecting the remaining screen types …

Member Avatar for JameB
0
332
Member Avatar for mrsduyen

Hi everyone. I'm want question which are the best online course web design? Who know tell me. thanks!

Member Avatar for Smohil
0
101
Member Avatar for <M/>

Is there a possible way in customizing your personal facebook page? Not like a company page but your personal page? Thanks

Member Avatar for <M/>
0
96
Member Avatar for kischi

Hi, I am making a website where I want to center everything, but usually I can use margin:0 auto; but it doesn't work on this website. I can fine center my header, but my body doesn't center, it might be because I have a very long sliding background that is …

Member Avatar for jalpesh_007
0
85
Member Avatar for orbissol

Hi, My boss has asked me to create a page where customers insert all the data we need to know who they are, his idea is to email them automatically with a link to the payment page, but he wants it to also drop us an email saying that someone …

Member Avatar for pritaeas
0
58
Member Avatar for gurupts

Is there any chance, a div call a particular css and its class. when i include two css on my html header both are have some same class.In case i have css1 .h1 text-align:center;color:red; and css2 .h1 text-align:left;color:blue;.Now i need to call cssl from a div with h1 class in …

Member Avatar for rotten69
0
213
Member Avatar for McLaren

Hello, I treid this attribute on form, but I see one problem - but I shows message in english, but my site is in another languege. So its not nice to have english messages in lithuanian site. Isn't it posible to somehow translate? I tried quick google search on this …

Member Avatar for almostbob
0
99
Member Avatar for <M/>

I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks

Member Avatar for ansaripk
0
1K
Member Avatar for CarlChaffatt

Hi, My name is Carl. Much thanks to anyone who can solve these problems I am having. I need to get raw data from a device that connects to the internet... I want to use HTML to get this data from this device which is communicating online and has it …

Member Avatar for JorgeM
0
153
Member Avatar for mgn2683

I am having an issue with the actual height of the main site navigation. It is not up against the main header image as it should be. The url to view the problem is: [Click Here](http://psychhealth.net/) I would greatly appreciate any help looking into this, thanks!

Member Avatar for JorgeM
0
113
Member Avatar for Octet

Hello Daniweb, I'm in the process of creating a rather large website and so I am wanting to make it as easy for myself in the future as possible. For example, if I migrate to a new design, I don't want to have to add all the existing content again …

Member Avatar for Octet
0
138
Member Avatar for paulrex8925
Member Avatar for erica.lrk
0
500
Member Avatar for FALL3N

ok, I'm worried that this has an obvious answer that I'm just not seeing for whatever reason... like when you forget how to spell 'the'. I have a table. It is assigned to the class "posTBL". The posTBL class is defined in the css as follows: .posTBL { background-color: #000000; …

Member Avatar for JorgeM
0
88
Member Avatar for <M/>

I wrote this jquery slider for my main slider... it doesn't work... can someone tell me why? Jquery: function slideSwitch() { var $active = $('#slideshow IMG.active'); if ( $active.length == 0 ) $active = $('#slideshow IMG:last'); var $next = $active.next().length ? $active.next() : $('#slideshow IMG:first'); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: …

Member Avatar for <M/>
0
256
Member Avatar for PhilEaton

I am not an affiliate of 000Webhost. I just really appreciated what they had to offer. I don't use them any more because I run my website from my own LAMP server. They offer PHP, MYSQL, free emails, etc. It's a pretty incredible package. It took me a long time …

Member Avatar for PhilEaton
-2
151
Member Avatar for <M/>

I created a tabbed menu and the menu tabs won't align to the left plus they don't "transition" properly... can someone tell me why? I will post my code if needed :)

Member Avatar for <M/>
0
102
Member Avatar for calebcook

Hi. I'm trying to create a small editor for a website. One of the features is a drag and drop interface. I'd like for the user to be able to drag elements to another position in the page. I was thinking of having an iFrame of the site, and applying …

Member Avatar for DarkMonarch
0
133
Member Avatar for Malymieczek

Hi All, Im currently in the process of making a website that has 8 of morphing images changing. I wish to add text in a description box below the images, that would change along with the text. One other thing I plan to add is points that i would be …

Member Avatar for diafol
0
73
Member Avatar for svatkat86

i actually wanted start with web desining.... so please kindly let me kno with basic knowledge and introduction. it would be helpful if i get some proper tutor...

Member Avatar for xjshiya
0
154
Member Avatar for M.Waqas Aslam

hello ! recently i complete my project management application in .net , now i want to make a attractive main form , i google alot and searching attractive interfaces of application of same domain. i want to you to guid me or if possible then give some links . you …

0
156
Member Avatar for davy_yg

Hello, I basically trying to place texts on top of images. I have this in css: #bannernavtext {margin: 200px 0 0 750px; font-color:black; z-index:0; } #nav li { float: left; margin: 0 0 0 4px; list-style: none; background: url('images/banner nav.jpg') no-repeat top; z-index:-1;} #nav li.activeSlide a { /* background: #88f …

Member Avatar for lps
0
117

The End.