This is a discussion on Unique Div ids within the HTML Basics forums, part of the Coding Help category; Hi guys, I'm working on my first site and am learning as i go... I had my index pages for ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi guys, I'm working on my first site and am learning as i go... I had my index pages for different sections layed out using tables but have tried switching them to layers. They seem to be working fine but i have read that div ids should be unique. To keep things short i declared them in my css file and reused the same ones to create whatever amount of boxes i want. See here (8) and here (4). As i'm learning as i go i want to try keep to HTML and CSS at first so i have a good understanding of that before moving on to use JavaScript and finally converting sections of the site to PHP or ASP. So... do i have to declare all boxes seperately in my css (my max will be 8) with unique ids or is there a quicker way using HMTL/CSS. I'm also reusing 3 other css boxes inside each big box to split them up into sections. I've attached a text file showing what i am using. Thanks, damoth |
| |||||
| yes indeed all id's has to be unique on the page and style can be set inside the CSS file starting with the #id_name sign. if you need to use the same style more then once on the same page you can create classes, referenced inside the CSS file with a .class_name. in you case there (the text file) the #infoboxleft has the same style as the #infoboxright, so you can convert that into one class .side_box_holder and same with the other ones that goes inside it. (e.g. .titlebox, .imagebox)
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Car Parts & Accessories Car Parts :. Cars Ireland Cars Ireland :. I Have 2 Find It Directory SEF Directory |
| Tags |
| div, ids, unique |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Same design template but unique content? | swantlers | 9 | 31-07-2008 05:28 PM | |
| Duplicate Content - 2 Unique Domains | gav240z | Search Engine Optimisation | 6 | 28-02-2008 07:51 PM |
| 18 unique website ideas.. | smemon | Webmaster Discussion | 5 | 02-09-2007 06:35 PM |
| IP adresses, unique / shared | paul | Webmaster Discussion | 3 | 24-03-2007 02:44 AM |
| ||||
| | ![]() | |||
| | ||||