1,557 Topics

Member Avatar for
Member Avatar for kilahcup

Is there a CSS methodology that makes a particular color transparent? And if there is, will it work on images? For example, let's say I want to make all the white in a cell or a div transparent, as well as the white bits of an image contained in said …

Member Avatar for Troy III
0
84
Member Avatar for HughLa

I want to make my website layout/elements not jumble up when i use ctrl+mouse scroll. When I zoom into my pages at the moment the elements meld into each other and I don't know how to make it like all the other websites that remain the same regardless of how …

Member Avatar for MidiMagic
0
66
Member Avatar for Alexancho

I am creating website using CSS. It must be something like this: [url]http://webdesign-gold.awardspace.biz/model_1.html[/url] A picture of a header(fuchsia) is made from many small fragments. The same with a navigation bar(green). To perform this task i used absolute positioning for these fragments. So, actually i need everything in this website to …

Member Avatar for MidiMagic
0
124
Member Avatar for xylude

I am working on a website ([url]http://www.jasonacrider.com/meisseTest/cypress/index.html[/url]) and it looks right in Firefox (of course) but IE doesn't want to let the DIV's overlap the way I want them to - it just keeps pushing it under the floating div on the right and centering it. Can anyone check out …

Member Avatar for Troy III
0
130
Member Avatar for nigelburrell

I'm trying to use DIVs contained within a DIV to show content which is centered horizontally on the page, as per this example. +=========== DIV 1 ===========+ +------+=====+=====+=====+-------+ +------+ DIV 2 + DIV 2 + DIV 2 +--------+ +------+=====+=====+=====+-------+ +==========================+ Here's the CSS and HTML code I'm using: CSS [CODE] …

Member Avatar for Troy III
0
477
Member Avatar for johny321
Member Avatar for saj_amo

how to use website templete in asp.net web page or how to design it with .css if any body know where to get css files for asp.net plz tell me. thanks

0
60
Member Avatar for waelaltaqi

I used this website to generate a CSS Drop down menu: [url]http://www.cssmenumaker.com[/url] The menu shows in both firefox and IE, but in IE the submenus don't work. here is the CSS generated by the website: [CODE].menu{ border:none; border:0px; margin:0px; padding:0px; font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode …

Member Avatar for waelaltaqi
0
156
Member Avatar for vaibhav1983

Hi, My website is working fine in IE7 and Firefox. There are issues in IE6 I am facing. Please check my site at [url]www.raveportal.com[/url]. I would appreciate any help. Also my contents are expanding in IE6 which I don't want.

Member Avatar for vaibhav1983
0
61
Member Avatar for Fish Slave

Ok i have a profile on myspace that I am working on and have run int a problem..... I think the thread label is right but let me know as well... In the modules that i have on the page i am trying to add a background image but here …

Member Avatar for Fish Slave
0
69
Member Avatar for Reliable

My div background color did not show up when I placed it in the external CSS sheet. I went ahead and made it an inline style and got my desired result except for thebig space between the right side of the picture and the edge of the containing div. Why …

Member Avatar for Reliable
0
127
Member Avatar for Rhino1272

What is the best way using divs and/or spans to replace the following table structure? [code=HTML] <table style="width:100%"> <tr> <td style="text-align:right;">Right Button</td> </tr> <tr> <td style="text-align:left;">Left Button</td> </tr> </table> [/code] I have tried using [code=HTML] <div style="float:right">Right Button</div> <div style="float:left">Left Button</div> [/code] But that causes the two button to be …

Member Avatar for Airshow
0
71
Member Avatar for blamlol

I use the following code on my page: [CODE]<div id="itemstable" class="item_type1"> ...other divs here... </div>[/CODE] And in my CSS file I have this code: [CODE].item_type1 div { background-image: url(images/type1.giff); }[/CODE] the problem is there are a lot of different item types so I will need to have a lot of …

Member Avatar for stevenpetersen
0
508
Member Avatar for morecrab

I save the css file which contains : [code=css]table { border:thick; border-style:outset }[/code] But i just want to use it on one/two table, not all. ie: [code=html]<body> <!-- table with css --> <table> <tr><td>Name</td></tr> </table> <!-- table without css --> <table> <tr><td>Class</td></tr> </table> </body>[/code] How could i do that ?:?:

Member Avatar for morecrab
0
88
Member Avatar for kako13

Hi, I want to split a footer with CSS because I want to have a left & right alignment. Any suggestion? [CODE=css] body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333333; background-color:#CCCCCC; margin:0px; padding: 0px; } a { color: #12B7ED; } a:visited { color: #3C88B0; } …

Member Avatar for kako13
0
219
Member Avatar for fuggles
Member Avatar for nemanjaz
0
66
Member Avatar for arvindikchari

Hello I have a ticket helpdesk script that I am converting to make it completely skinnable. For this, there is a file called header.php which includes the link to a css file. The code is below [code] <link rel="stylesheet" href="<?php print $GLOBALS["URL"];?>/templates/gothica/aquarius.css" type="text/css" /> [/code] I want that the path …

Member Avatar for diafol
0
153
Member Avatar for ggeoff

Hi It's one thing missing a semicolon but I had an extra one that wouldn't go away! After checking the statements and re-reading when they are required I hit on the solution -why not use Find! It took me about half a minute and there it was, hiding at the …

0
93
Member Avatar for gackerman43

Hi, I'm trying to make the following div element I found using firebug not appear through CSS. What code should I add to my CSS stylesheet? I'm assuming it's display:none but don't know where to add it. <div dojoattachpoint="_embedGroupButton" class="embed_group button">Embed</div> Any help would be appreciated! Thanks

Member Avatar for MidiMagic
0
90
Member Avatar for ggeoff

Hi I am still a newbie as far as using CSS is concerned. I had a problem, now resolved, where the CSS for part of my website was not working. I just couldn't see what was wrong! Eventually after a sleepless night and a search on the Web I solved …

Member Avatar for MidiMagic
0
180
Member Avatar for beko

I am trying to centre the whole of my page. I have kind of done it by creating a div called "alignment" containing all my HTML. Then I've done this with the CSS: [code] #alignment {text-align: left; margin: 0px auto; width: 750px; } [/code] It kind of looks centred but …

Member Avatar for Airshow
0
71
Member Avatar for bethennyengland

How can I keep up with new features of css and html? is there a good site I can go that lists websites with new good design layouts that I can try to emulate for sites?

Member Avatar for TheAlex
0
92
Member Avatar for fisher318

Hello, ok, for the web site groundwire.net, the live chat button on the far right displays fine in firefox and safari, but is slightly offline in IE7 and EXTREMELY messed up in IE6. Anyone able to point me in the right direction of how to get this code to work …

Member Avatar for fisher318
0
79
Member Avatar for abrocketman

Evening All. I am busy creating a website that will have about 20 pages. So I have made a header and a footer (include("");). now that i am ready to start with the main content of the site i cannot seem to add div tags to the css file inside …

Member Avatar for spthorn
0
145
Member Avatar for roryt

Although forms are one of the most boring elements of any website, styling them can be a dangerous business. All too often it is forgotten that the way a form looks will impact greatly upon what the user uses it for. Change the style too drastically and the user might …

Member Avatar for almostbob
2
2K
Member Avatar for darthvegan117

This is effect I want: [URL="http://haptictheory.com/clients/jh/nav/"]http://haptictheory.com/clients/jh/nav/[/URL]. I want the current page to have the green image behind it so people know what page they're on. This is what I have: [URL="http://haptictheory.com/clients/jh/index2.php"]http://haptictheory.com/clients/jh/index2.php[/URL]. The current page doesn't display the background image except on hover. CSS here: [URL="http://haptictheory.com/clients/jh/css/global.css"]http://haptictheory.com/clients/jh/css/global.css[/URL] Thoughts?

Member Avatar for darthvegan117
0
124
Member Avatar for ayesha789

Hi,I need to develop a menu like a Categories Menu in the link [URL="http://media2.smashingmagazine.com/wp-content/uploads/images/type-layouts/t20/"]here[/URL]

Member Avatar for peter_budo
0
76
Member Avatar for drugoholic

Hello guys, I'm having another css compatibility issue with IE7. If you look at the screenshots attached below, you'll notice that the top menu is working fine in FF and IE8 (without clicking the comp. button) and when click the compatibility button, the whole header goes crazy (check ie7.gif). I …

Member Avatar for drugoholic
0
107
Member Avatar for marjan_m

Hi, please check the following code; [CODE=html] <? session_start(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Admin Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="<?=$_SERVER['DOCUMENT_ROOT']?>/admin/stylesheet/adminstyle.css" type="text/css" rel="stylesheet"> <? echo $_SERVER['DOCUMENT_ROOT']."/admin/stylesheet/adminstyle.css"; ?> <script> function chk(name) { if(name == 'pro') { document.getElementById("content").src = "view_provinces.php"; } if(name == 'loc') { document.getElementById("content").src …

Member Avatar for dipak_passion
0
138
Member Avatar for popflier

I'm new to setting up HTML sites with CSS and I am trying to find the best way to setup the structure of a site. I've read online about the many ways you can setup the structure, but I'm not sure which way to go and am looking for some …

Member Avatar for almostbob
0
183

The End.