1,463 Topics

Member Avatar for
Member Avatar for kukula

Hi there, during developing website for my father's company ( [website](http://www.pgum-sill.pl/nowa_strona/index.html) ) I find out that I have problem with personalization of different lists. In this case I wanted to make a floating menu like thise one here: [Floating Menu](https://d2o0t5hpnwv4c1.cloudfront.net/018_Floating_Menu/demo/dhtml_float_menu_final_nettut.html) (this page is from this [Tutorial](http://net.tutsplus.com/tutorials/html-css-techniques/creating-a-floating-html-menu-using-jquery-and-css/)) At the pages above …

Member Avatar for fobos
0
311
Member Avatar for Amaina

Hi I am working on a project in CSS and xhtml but when i tested the layout on different browsers i identified a problem in positioning of elements. To be precise, the navigation bar renders well in firefox 11 for ubuntu canonical 1.0 but seems not to work in IE, …

0
122
Member Avatar for Heinz Stapff

Hey Guy's, back again. Listed this one on WebDeveloper.com but couldn't quite get it solved. I couldn't upload an mp4 video file to clarify the massive HTML file to show what was going on so I'm checking to see if DaniWeb uploads the file before I post the script and …

Member Avatar for Troy III
0
150
Member Avatar for theonlylos

On my clients website located at cjcdigital.net/clients/andrea I am having an issue with the CSS code where I managed to make the top navigation and sidebar (the social media buttons) work near perfectly with CSS - the top nav uses absolute positioning while the side nav first used absolute and …

Member Avatar for theonlylos
0
237
Member Avatar for P.manidas

Dear Sir/Madam, I have written some CSS codes for designing web pages. The codes have produced well design in FireFox browser, but not in InternetExplorer and GoogleChrome as I have tested. It may not be worked in other browser also. But my question is that, how can I produced well …

Member Avatar for P.manidas
0
411
Member Avatar for sallecpt

HI there Could someone PLEASE help me; I have a drop-down menu on my site and when I hover, the drop-down goes behind the content. This is the address : [URL="http://www.beds24.co.za"]www.beds24.co.za[/URL] I dont know how to fix this, I've tried so many different settings. This is my CSS file. The …

Member Avatar for prasad.learner
0
708
Member Avatar for lfmconsummates

I'm trying to have HTML generate random background colors using Python. What I have so far is: `print "<body bgcolor='%s'>" % choice` what python code should follow?

Member Avatar for prerakmody
0
378
Member Avatar for jonow

I am trying to make a table scroll once it reaches the width of its parent element. In addition to this I want to make it so the `<caption>` does not scroll with the table (it stays fixed) and also the first column stays fixed. Does anyone know how to …

Member Avatar for dany12
0
117
Member Avatar for dlannetts

Hello, i have never been really succesful at positioning items on a page with css, it's taken me a long time but i finally worked it out, buit for some reason with the code i am now using my border will not locate properly, i have attached an image, you …

Member Avatar for jwmollman
0
195
Member Avatar for otengkwaku

Hi Guys well in my course to design websites that are as graphical as posiblem. i normaly prefere designing the graphical element with photoshop and then sending them over to the web page. Ontill i met CSS, i relised that day in and they out new standareds were evolving to …

Member Avatar for drjohn
0
227
Member Avatar for kimmi_baby

Hi, I really need help with this. I've tried multiple things and can't get it to work and I've posted on a few forums and no one is replying... So my issue is I'm using a custom menu on a wordpress site as my main navigation. The problem is that …

0
92
Member Avatar for clarme

Hi All, the other day I somehow messed up my companies website and I am not quite sure what I did. all the logos at the bottom of the page used to be centered, but now I can not get them back. I am pretty sure this a footer.php file …

Member Avatar for Biiim
0
174
Member Avatar for saucy6969

Hi there I am trying to center my website template to the middle of the page...currently at the left. Cant find which part of the CSS files it goes with...can anyone help? http://home.comcast.net/~waynetorrance/roomies/index.html

Member Avatar for JorgeM
0
175
Member Avatar for baig772

i have following .htaccess RewriteEngine On DirectoryIndex index.php RewriteRule ^([a-zA-Z0-9_-]{3,20})/([^/]+)/([^/]+)?$ index\.php?page=$1&s=$2&o=$3 [L] RewriteRule ^([a-zA-Z0-9_-]{3,20})/([^/]+)?$ index\.php?page=$1&s=$2 [L] RewriteRule ^([a-zA-Z0-9_-]{3,20})/?$ index\.php?page=$1 [L] RewriteRule ^([a-zA-Z0-9_-]{3,20})?$ index\.php?page=$1 [L] ErrorDocument 404 /404 it displays mu url as localhost/mysite/home for first perimeter and its going fine but when my url is localhost/mysite/home/user, whole look of page …

Member Avatar for pritaeas
0
105
Member Avatar for RazorRamon

I'm centering my container div this way. #container{ position: absolute; left: 50%; margin:0 auto; height:100%; width:1024px; margin-left: -512px; text-align:left; } The div centers in the window, however when the user resizes the window to smaller than 1024 the window starts showing the center of the page. How can i make …

Member Avatar for almostbob
0
238
Member Avatar for gopi17

okay....i've creating a web base application...its running fine on my computer...but now, i wanna run it in a handheld...the size is too big...so, i converted it using doing this... what happens is, my background goes missing and the size remains the same...can someone guide me...thank you in advance <LINK href="web.css" …

Member Avatar for jwmollman
0
92
Member Avatar for kevindougans

Hi guys, I've got a bug I can't figure out on my navigation and I was wondering if anyone can help: [url]http://mambo.3thirteen.co.uk/en/contact[/url] As you'll see on that page the navigation bar at the top has a little color changing effect. It works great until you hit refresh on the page …

0
139
Member Avatar for navp

Hey guys, so I am trying to do an animation rollover image for this gallery and I did make one of the design but the image is absolute and the positioning changes when I change the screen size. Is there a way I can fix that? I know about enclosing …

Member Avatar for elbeato
0
195
Member Avatar for cris92

Hi. I'm fairly new to HTML and CSS, but I'm currently studying IT. For a project we've been asked to create a website on a topic of our choice. Anyway, my issue is that I have followed a tutorial on how to create a drop down navigation menu with only …

Member Avatar for Philippe.Lahaie
0
277
Member Avatar for jltjr

I'm having a problem with the images taking the opacity from the wrapper div. Could someone bale me out of this one? You can view the site here:jltjr(dot)com/studiocarvel/ My wrapper css follows ~Thanks, JT [CODE] .wrapper{ width:960px; margin:0 auto; background-color:#000033; line-height:1.5em ; padding:15px 3px 15px 15px; left:50%; right:50%; -moz-opacity:0.90; -khtml-opacity:0.90; …

Member Avatar for jltjr
0
177
Member Avatar for javedsai

Hello everyone, I've a links/menu in bottom of html page. For 1 link I've 4 sub menus. When I mousehover that, link then, it should open in upward direction. Kindly, show me how to achieve that. Thanks in advance... Regards, Javed Sai

Member Avatar for hericles
0
81
Member Avatar for shalikas

Hi, I was asked to help with an old website. And the css there is not optimized yet everything seemed to be working. Except for when I view it in internet explorer. I am using wordpress but the part with the problem is custom coded HTML in the footer. I …

Member Avatar for shalikas
0
713
Member Avatar for vindom

Hi I've ms database where I've added one image(one so far for testing). Also in that DB(database) I have UserID and ItemID. Image I've added to DB (.mdb format) manually as OLE object. (It was : right click on DB field / Insert Object / from file/ picked up a …

0
116
Member Avatar for dwlamb

I am using a CMS as a basis for a website. There are some special articles I wish to add and they require custom css. To keep things tidy, I want to have unique css files for each of these special articles and invoke them using [CODE=css]@import url('filename.css')[/CODE] However, the …

Member Avatar for weekendrockstar
0
150
Member Avatar for javedsai

Hi everyone, I'd uploaded web page on [url]http://www.qadrienterpirses.com/upload_folder/[/url] If you will see on firefox or chrome then, it works fine. You can see background Image on search engine but, same doesn't work on IE8. Background Image doesn't comes on Search engine. However, it works fine on localhost in IE8 also. …

Member Avatar for javedsai
0
495
Member Avatar for TIM_M_91

Hi Guys well what I am trying to do is set a background image for my program where my labels, buttons , and text areas sit in front of the background. Everything I try I try I cannot get it to work. My jframe layout is below so any help …

Member Avatar for TIM_M_91
0
192
Member Avatar for ZeroEddy

Hey Guys I seem to be havingsome small problem with my navigation bar. When ever I hover over the members tab the drop down list appears way over to the right. Does anyone know how I can fix this. Ill post my css below. Thanks in Advance Edmond. [CODE] #navbar{ …

Member Avatar for Philippe.Lahaie
0
167
Member Avatar for dark_storm83

I am having an issue that I cannot resolve. I have a small flash file on my website that is simply a circle that rolls up slightly on mouse over. I have a div element with text that appears over (or technically under) the flash element to display a text …

Member Avatar for dantinkakkar
0
202
Member Avatar for Philippe.Lahaie

We have all been there, you have a centered site and some pages have enough content to fill the screen while some don't. So when you move back and forth between one that does and one that doesn't you see a small jump happen. Here is a small css fix …

Member Avatar for Philippe.Lahaie
0
2K
Member Avatar for Ryan0

In the following code I am trying to select a file either from a file chooser or just typing out the path. The problem is I want the comboboxentry to change background color when something is put in it. The code works fine if it's a combobox (Line 7 is …

Member Avatar for Ryan0
0
609

The End.