Topic: Pesky Non-Semantic Markup. (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Yes |
posted 10-04-2005 01:09
I'm still working on my end-all be-all website =) I'm trying to do everything right, meaning liquid layout. CSS Image replacement for buttons and headers so that old non-css browsers will see text while modern browsers will hide the text and show an image. I'm using a list for a menu and what not.... yada yada yada. However, there are a few design elements on my page which require totally non-semantic structures etc. stuff like: code: <div id="topborder"> <img src="images/TLpiece.gif" width="21" height="21" alt="" class="leftcorner" /> <img src="images/TRpiece.gif" width="21" height="21" alt="" class="rightcorner" /> </div>
|
Paranoid (IV) Inmate From: London |
posted 10-04-2005 10:33
hmm, I'm not totally sure of what you exactly want, but have you considered The sliding doors of CSS? The example given is for lists, but this can be applyed to divs just as well, I've used it in the past for liquid layouts and it works fine. |
Paranoid (IV) Inmate From: Florida |
posted 10-04-2005 14:14
generally when you have "crap", you use divs or spans with background images - without CSS they disappear into thin air |
Maniac (V) Inmate From: there...no..there..... |
posted 10-04-2005 16:40
not sure exactly what you are trying to do but see if this may lend a hand. |