10,643 Topics

Member Avatar for
Member Avatar for mocinq

Hi guys, I'm new to CSS and the learning progress is going good but I have run into a problem! I have a main #wrapper which contains the whole website. Inside that I have a #header, #content_wrap and #footer. Inside the #content_wrap I have 3 more div id's (left nav, …

Member Avatar for mocinq
0
157
Member Avatar for a.emara47

I want to put a footer in a page wrap but it doesn't appear at all i write the markup [ICODE] <div id="footer"> </div> [/ICODE] and the CSS [ICODE]#footer { min-height: ..... ; background: url(images/footer.jpg) no-repeat; }[/ICODE]

Member Avatar for G&G Designing
0
100
Member Avatar for tobeeornot

Hi, I am trying to place two buttons underneath a grid I have created but they seem to overlap with the footer and I am not sure why. Would appreciate it if someone could have a look at the html and relevant css and talk me through what is the …

Member Avatar for tobeeornot
0
444
Member Avatar for iamthwee

Hi guys, I am using .css for a website and I am using divs to separate the header, middle and footer. Within the header there are various classes, one for the logo the other for the menu. It lines up OK in all browsers except IE, in IE there is …

Member Avatar for Arkinder
0
164
Member Avatar for a.emara47

I have an image and i want to center it with margin: 0 auto; but it doesn't work so how can i center it in the top of the page ?

Member Avatar for a.emara47
0
180
Member Avatar for Shizuo

[code] div{ background:0 10px url(bkcontentwrap.png) repeat-y; background-size: 800px auto; overflow:hidden; } .profile{ text-align:center; } [/code] the width of div and .profile is the same , but i want to change the width of .profile without changing the width of the background

Member Avatar for Arkinder
0
148
Member Avatar for ikhan42

Hi every one. I have been asked to create a web page by a friend of mine (he decided to cash in some favours) I have setup a Drupal test server for him and he has asked me if I can create a specific page that lists Regions and then …

Member Avatar for rv1990
0
116
Member Avatar for prashanth18

im using INKBURRO font after uploading my site the font doesn't appear on my webpages how can i embed my font in my webpages

Member Avatar for leakbali
0
269
Member Avatar for loveforfire33

Hi guys, im trying to create a website for a friend, and im struggling with firefox, chrome / ie are working as expected.. [URL="http://ashleystevensdrifting.com.milfoil.arvixe.com/?page_id=15"]this[/URL] is the live site (im integrating it with wordpress) that i am talking about my issue is that when compared to IE and chrome in firefox …

Member Avatar for Arkinder
0
187
Member Avatar for calrobs

Hi there, Not sure how the best way of asking this is but i've been playing around with HTML5 and the audio tag. I've managed to get multiple audios playing on a webpage, however it only works in certain browsers. In my case if I view the website on safari, …

Member Avatar for Arkinder
0
116
Member Avatar for loveforfire33

Hi, Have you ever noticed how the different browsers have different vertical resolutions? chrome has no bar at the bottom, FF has more bars at the top, and IE has bars at the top and bottom. leaving a very different amount of display on the the screen. im sure many …

Member Avatar for Arkinder
0
74
Member Avatar for jackparsana

Hi guys, I need one hide and show div with fade effect. please help me to find. i have one button when user mouse click that button , it show one div block with fade effect. and i want to stay on the open div. in div tag i have …

Member Avatar for jackparsana
0
199
Member Avatar for jie3

Hi, I'm having a problem with my site header. I am redoing the site, and I have changed the options on my nav bar (within the header.php), but the old one still displays on some of the pages (e.g. 'articles' is still present in the nav menu of the forum …

Member Avatar for jie3
0
72
Member Avatar for gambit_1607

hi i'm using ie6 and this is my site's code [CODE] <div id="content-area"> <div class="panel-display panel-1col clear-block" id="welcome"> <div class="panel-panel panel-col"> <div><div class="panel-pane pane-custom pane-1" > <div class="pane-content"> <div class="welcome_message"><br /> <h3><img src="sites/all/themes/yghhzen/css/images/helpingpeoplehelpthemselves.png" alt="Helping people help themselves."/></h3><br /> <ul><div class="spacer"></div> <li><a href="/dailynews/all"><strong>Learn</strong> more</a>. <a href="/supports/"><strong>Get</strong> support</a>.</li> <li><a href="/support_group/add"><strong>Create</strong> a group</a>. …

Member Avatar for Arkinder
0
172
Member Avatar for judithSampathwa

hi i am using C#.net to code. I am using windows desktop application. I have a main form with a menu stript. and in that i have add details update details and some other menus too. i want to know how can i design a interface for each menu stript. …

Member Avatar for nick.crane
0
270
Member Avatar for lps

Currently I am trying to set the bakcground image with several pictures. I tried to combine the pictures using div. The problem now is: how I can set the whole div as background image? Is it posible?

Member Avatar for Arkinder
0
133
Member Avatar for Behseini

Hi Guys I am trying to create a two columns text using two divs beside each other or in two columns of a table but setting them vertically to appear on the TOP.The problem is when ever I want to use any CSS/HTML elements the browsers do not care to …

Member Avatar for Behseini
0
136
Member Avatar for anandhikrishnan

Hi All, Can any one please guide me how to draw my IFRAME based on window size. Thanks in advance....

Member Avatar for almostbob
0
97
Member Avatar for loveforfire33

Hi, maybe im searching for the elusive obvious or maybe im blind... long story short, i have been coding using css templates for a while now, putting off the issue of screen resolution. something that has allways been a issue for me. using the templates has allowed me to ignore …

Member Avatar for tungnk1993
0
97
Member Avatar for nimirraj99

I've searched around but can't pinpoint a solution. I have a vertical flyout (dropdown) menu written with CSS that is actually working fine in IE but isn't in Firefox. It works fine through the second set but the third won't show for some reason. [B]CSS[/B] [CODE]#nav, #nav ul { /* …

Member Avatar for Arkinder
0
216
Member Avatar for captainSheepdog

Greetings all, I am a junior C#/ASP.NET web developer and have been working for about 3 weeks now. Recently, the graphics person here at work gave me a .swf flash file, an xml file that contained content for the .swf file and a content folder that contained slideshow images referenced …

Member Avatar for iamthwee
0
589
Member Avatar for explorers5000

i have a problem which i cannot solve.. i found a nice php popup contact form for my page which aldready has [COLOR="Red"]layout.css [/COLOR]and this contact form has its own .css file which is called [COLOR="Red"]popup-contact.css[/COLOR] [B]the contact form work without a problem with its test page:[/B] [URL="http://www.tercume.pro/a-page.php"]http://www.tercume.pro/a-page.php[/URL] [I]when you …

Member Avatar for explorers5000
0
116
Member Avatar for owdirectory

Hi guys, Here is a popular online web directory: [URL="http://www.onlinewebdirectory.com/"][B]onlinewebdirectory.com[/B][/URL] which is categorized as: 1. [URL="http://www.onlinewebdirectory.com/web-design/"]Web Design[/URL] Directory 2. [URL="http://www.onlinewebdirectory.com/graphic-design/"]Graphic Design[/URL] Directory 3. [URL="http://www.onlinewebdirectory.com/web-hosting/"]Web Hosting[/URL] Directory 4. [URL="http://www.onlinewebdirectory.com/web-development/"]Web Development[/URL] Directory 5. [URL="http://www.onlinewebdirectory.com/flash-animation/"]Flash Animation[/URL] Directory 6. [URL="http://www.onlinewebdirectory.com/software/"]Software[/URL] Directory [B]Onlinewebdirectory.com[/B] is also categories for [URL="http://www.onlinewebdirectory.com/"][B]Web Design Company[/B][/URL] according to: 1. [URL="http://www.onlinewebdirectory.com/city/"]City[/URL] 2. …

Member Avatar for peexter
0
396
Member Avatar for newbie14

Dear All, I have a page here [url]http://183.78.169.54/tree/1.html[/url]. I have split into 2 div side by side the problem when it appear on the browser it appear the form div is below the tree div. How to make it appear side by side exactly and the tree div to start …

Member Avatar for Arkinder
0
103
Member Avatar for sirlink99

I have this code which should resize the image in the header. [CODE] #headerWrap { margin-left: auto; margin-right: auto; margin-bottom: 0; width: 90%; height: 7%; background: url('Images/header.gif') no-repeat; } img.image { width: 100%; height: 7%; } [/CODE] and this is the html code to go with it [CODE] <div id="headerWrap" …

Member Avatar for Arkinder
0
147
Member Avatar for marywallace66

I find that using a site builder is a very convienient tool to use in conjunction with knowledge of HTML. anyone else feel this way? It's much faster and the learning curve for clients are lower as well. And you virtually eliminate constant FTP and save; everything is done in …

Member Avatar for Lorel
0
143
Member Avatar for quibbie

I am looking at building a website that will allow people to sign up and post stats every week about others. For example, Joe has a show dog and likes to compete so Joe comes to to the site and posts. Dog Name: Breed: Weight: Skills: Week 1: Fastest lap …

Member Avatar for MagicMedia
0
163
Member Avatar for Thisisnotanid

Hi all, I've just started learning CSS and HTML to develop websites as a hobby. I was experimenting with what I'm learning and have hit a block (excuse the pun). I'm trying to create a drop-down menu using CSS and HTML alone. In the following I try to assign what …

Member Avatar for Thisisnotanid
0
264
Member Avatar for TheNNS

I'm wondering if there is anything like lightbox but that is compatible html 5 videos. I know there are several ones that support youtube videos, but I want to do it with videos i'm hosting on my own site.

Member Avatar for Arkinder
0
184
Member Avatar for alanlee9898

Hi, Previously I have manage to center the image and the background. But I having difficulty when I set div logo to the center, then it "blocked" mouseover buttons (the company and the workshop). Link : [url]http://alphaalps.com[/url] Hope someone can help me here! Thanks.

Member Avatar for alanlee9898
0
101

The End.