www.webdeveloper.com
+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 25 of 66

Forum: CSS

Discussion and technical support relating to Cascading Style Sheets.

  1. Sticky Thread Sticky: Before asking why your page doesn't work: Validate!

    If your HTML mark-up or your CSS has errors, you cannot expect a browser to display your page correctly, or even the same as another browser. So before telling us some browser doesn't work or that CSS sucks, use the validators: HTML Validator CSS Validator

    Started by NogDog‎, 08-09-2006 01:57 PM
    • Replies: 0
    • Views: 43,031
    08-09-2006, 01:57 PM Go to last post
  2. Sticky Thread Sticky: CSS References

    CSS Shorthand CSS Tips and Tricks Part I CSS Tips and Tricks Part II CSS Article Reference Can we sticky this and have people add in articles worth checking out? I'm sure they would likely be in the CSS article reference link already, but we could point out ones that we link to the most...

    Started by spufi‎, 03-29-2005 05:40 PM
    5 Pages
    1 2 3 4 5
    • Replies: 63
    • Views: 152,173
    08-27-2012, 07:57 PM Go to last post
  1. Position facebook like button, twitter button

    Silly question, but how do you position the: facebook like button; tweet button; twitter follow button; pin it button? I have put them all into an <ul id="social">:

    Started by Dal123‎, 04-21-2013 06:05 AM
    • Replies: 0
    • Views: 526
    04-21-2013, 06:05 AM Go to last post
  2. Question Masking Textboxes

    Hey there. Just a quick question here.. is there any way to mask a textbox with an image? I've tried -webkit-mask-image, -o-mask-image, -moz-mask-image, and mask-image but none of them seem to work with input text. Thanks in advance, Jacob

    Started by Jacob Haitsma‎, 04-21-2013 02:31 PM
    • Replies: 0
    • Views: 377
    04-21-2013, 02:31 PM Go to last post
  3. Help with Modal Window CSS

    I'm trying to put a modal window on my webpage. I found a script on the net and it works just fine, except that when the window displays, the background page is not "washed out". I think it has to do with the opacity property, but I can't get it to work. Can someone please help with this. ...

    Started by jimweinberg‎, 04-20-2013 07:32 AM
    • Replies: 3
    • Views: 807
    04-21-2013, 03:25 PM Go to last post
  4. Drop Down Menu Not Displaying Within A Div Table Cell

    I need to put a simple css drop menu within a div table cell. Note that I'm using the table cells as a workaround of CSS's inability to control vertical alignment in float divs, and I need to use those because the page is built from a matrix of divs that are dynamically generated so I have no...

    Started by chestertb‎, 04-22-2013 06:00 PM
    • Replies: 4
    • Views: 940
    04-23-2013, 12:32 AM Go to last post
  5. Images (.png) and float containers

    Hi everyone, I am new to the forums, and to web design. I am currently taking a class on HTML5 and CSS. For my final project, I am supposed to publish a web site. So far, however, I have been having issues with inserting images, and displaying floats. I am currently writing code for my home...

    Started by NorrinRadd‎, 04-23-2013 05:44 PM
    • Replies: 1
    • Views: 721
    04-24-2013, 09:35 AM Go to last post
  6. Dropdown menu hiding behind content

    Hi all, I'm having a problem with my new dropdown menu bar, i tried hard to figure out the problem but cannot seem to find a solution. Here is the code for the dropdown menu bar #nav,#nav ul { list-style: none outside none; margin: 0; padding: 0; } #nav {

    Started by takeover4444‎, 04-24-2013 02:25 PM
    • Replies: 0
    • Views: 590
    04-24-2013, 02:25 PM Go to last post
  7. Box height not rendering correct height in chrome

    Hi This page http://www.ccmediaservices.co.uk/residential-lettings/ Renders perfectly fine in firefox and in ie. But in chrome the filter box on the right hand side seems a bit short and the search button fails to fit within the box. The purple box to the right of the listings Can't...

    Started by gl82uk‎, 04-24-2013 12:51 PM
    • Replies: 4
    • Views: 854
    04-24-2013, 07:40 PM Go to last post
  8. problems with viewing blog in internet explorer 9

    Hi all. i'm having the prolems with my blog, when i view it in firefox or chrome, it works fine, but it in IE9, i found too many issue, first, the footer too large, and suddenly some border appear, you can see those errors in the pictures below: ...

    Started by takeover4444‎, 04-25-2013 10:48 AM
    • Replies: 0
    • Views: 957
    04-25-2013, 10:48 AM Go to last post
  9. resolved [RESOLVED] Stacking div tags vertically...

    I had a lot of trouble with this one. I ended up figuring it out with CSS attributes I've never used before, although very simple and now I know I have to use said attributes more often. What I'm wondering is if there's any way to clean this up a little more. Or if there's another way to do...

    Started by jlnewnam‎, 04-26-2013 01:22 PM
    • Replies: 2
    • Views: 599
    04-26-2013, 02:53 PM Go to last post
  10. resolved [RESOLVED] DIV Spacing

    I'm just getting into HTML and CSS and have a problem with setting the spacing between divs. I've tried to use top and left to position the boxes rather than making use of margins and padding. I'm more used to this method from my Excel UserForm use. So for demo purposes of my problem I've...

    Started by TedN‎, 04-26-2013 11:46 AM
    • Replies: 3
    • Views: 590
    04-26-2013, 03:26 PM Go to last post
  11. Move Search box to the right of menu bar

    Hi all, I'm trying to create a search box that is located in the far right of the menu bar, and i want to remove the hover effect of the search box. Sorry for my bad english, to know what i mean, you can see the picture below :D Myblog: http://thegioidulieu.blogspot.com/ menu bar:...

    Started by takeover4444‎, 04-27-2013 11:30 AM
    • Replies: 0
    • Views: 388
    04-27-2013, 11:30 AM Go to last post
  12. Exclamation Smooth margin-size change between break-points?

    I'm trying to center a jQuery Mobile page with a panel and "margin: 0 auto" doesn't work, so here is what I have: <style type="text/css"> @media screen and (min-width:65em){ div, .ui-page{ margin-left:2.5em; } } </style>

    Started by amandaNHT‎, 04-28-2013 01:02 AM
    • Replies: 1
    • Views: 472
    04-28-2013, 01:05 AM Go to last post
  13. resolved [RESOLVED] wrapper div has gap

    My header wrapper has a gap at the bottom of it for some reason but I am unsure why. The inner div and wrapper div should be the same height { liquid height for content } but the wrapper has a small gap after I added my navigation menu. Help? Everything can be found here:...

    Started by JesseToxik‎, 04-28-2013 01:55 AM
    css, jquery
    • Replies: 0
    • Views: 495
    04-28-2013, 01:55 AM Go to last post
  14. CSS drop down menu problem

    Hello, I am trying to follow the code from this simple css drop down menu here. I have the code which I am trying to make work with what I have currently. I want the spacing between the listed items for the menu. When I use the code from the website I cannot seem to set the spacing I need. The...

    Started by ecross‎, 04-27-2013 06:30 PM
    • Replies: 1
    • Views: 606
    04-28-2013, 08:10 AM Go to last post
  15. Color of Firefox browser tabs change

    Hello, I have made a website in HTML5 and CSS 2.1 but when I open it, the navigation toolbar and menu and tabs in my browser changes to the color of my container(div under body). Is there a way I can change the colors of my browser using code? Because I don't want other users of my website...

    Started by MrShala‎, 04-29-2013 03:59 AM
    • Replies: 0
    • Views: 433
    04-29-2013, 03:59 AM Go to last post
  16. Float prevents background color from showing

    One of my students had an interesting problem that I was able to resolve the code, just would like some type of explanation as to why it happened. Here are excerpts of the code: body { background-color: orange; color: #d5e3ff; font-family: Verdana, Arial, sans-serif;}...

    Started by rbmscc‎, 04-24-2013 12:51 PM
    css, floats
    • Replies: 2
    • Views: 931
    04-29-2013, 08:14 AM Go to last post
  17. resolved [RESOLVED] Side by side <div> issue...

    Please take a look at this jsfiddle... You'll see I've got everything accurately laid out with the CSS, except for one thing... there's an #inner_body container next to the navigation column in the #body_wrapper. For some reason, the #inner_body is sitting at the bottom of the #body_wrapper and...

    Started by jlnewnam‎, 04-30-2013 09:21 AM
    • Replies: 1
    • Views: 733
    04-30-2013, 11:54 AM Go to last post
  18. Simple Header Issue

    Hi there, I am just putting the finishing touches on an eCommerce site I have been working on for a few months. My issue is with the header. If the page is viewed in either Firefox or Internet Explorer, the header looks as it should. But when I attempt to view the site in Google Chrome or...

    Started by paul.cycle‎, 04-26-2013 07:22 PM
    • Replies: 5
    • Views: 761
    04-30-2013, 05:08 PM Go to last post
  19. Set width of ul containing floated li's

    Hi all I have a demo here - http://www.ttmt.org.uk/forum/thumbs/ It's just a floated <li> list containing images. The containing div has a percentage width with overflow:hidden To allow the <li>'s to float left, the <ul> has a width wider than the width of all the images.

    Started by ttmt‎, 04-30-2013 03:34 PM
    • Replies: 3
    • Views: 709
    05-01-2013, 01:02 AM Go to last post
  20. Need help with :hover.

    Hello, I am making a small schoolproject but I am now stuck on something. I want the headphone pictures to dissapear and text to appea rinside the same box when I hover over them. Is this possible in CSS? Here is a picture of my website. http://piclair.com/4o2xn

    Started by calleostling‎, 05-01-2013 08:00 AM
    • Replies: 1
    • Views: 473
    05-01-2013, 10:45 AM Go to last post
  21. resolved [RESOLVED] Someone please look at my CSS...

    I need some help. My site works in IE8, but it's not working in IE9, IE10, Chrome, or Firefox. I am wondering if someone can take a look at the stylesheet and let me know if there's something I can do. It's fitted for IE8 because that's our corporate browser, but we're going to be moving up...

    Started by jlnewnam‎, 04-30-2013 09:56 PM
    • Replies: 5
    • Views: 906
    05-01-2013, 01:18 PM Go to last post
  22. CSS Image Link Help

    Hi, I have a css image header backgound which i linked using the following code and it works in IE - http://slouchmat.co.uk/products.htm - if you click on the header it takes you back to the homepage however it does not work in Firefox The code: - <div...

    Started by ruks12‎, 04-30-2013 04:55 AM
    • Replies: 3
    • Views: 739
    05-02-2013, 01:00 AM Go to last post
  23. Lightbulb Getting info from forms to database to tables

    Hi all, I have been handed a rather complex project and could use some help getting started. Here's what I need to do I am making a web site for a dart league. It needs to track teams, players, scores, and stats. This is the process I need to create for the owners/users: 1) Team captain...

    Started by ChristBang‎, 05-01-2013 10:49 PM
    css
    • Replies: 1
    • Views: 552
    05-02-2013, 11:33 AM Go to last post
  24. Question Generating sequential numbers to a log file

    I am curious how to create an onpress or onclick behavior that generates a sequential number string until I reset the counter. I have a beginning knowledge, use image maps and need a little help creating the code. I would like the sequential numbers generated all sent to a log file that I can then...

    Started by jclark‎, 05-02-2013 01:07 PM
    • Replies: 0
    • Views: 612
    05-02-2013, 01:07 PM Go to last post
  25. Could be an issue with my CSS/HTML, but not sure...

    I've posted this in JavaScript as well, because I'm not sure what the problem is. I could use a couple points of view. Moderator - I will remove the post from which ever forum I figure out it doesn't belong. I created an overlay for my website, but completed it in a separate file for testing...

    Started by jlnewnam‎, 05-02-2013 04:55 PM
    • Replies: 0
    • Views: 677
    05-02-2013, 04:55 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 133 users browsing this forum. (0 members & 133 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles