View Full Version : HTML pages
caroline
Jan-30-2007, 05:20 AM
Hi, I want to remove 'caroline shipsey>Photography>' from my html page 'how to buy'. and the same from my 'about me & photography' page.
I guess I'm not using the right terms to search the list but any way I can't find the answer, could you help please ?
http://www.carolineshipsey.co.uk/gallery/2344991
http://www.carolineshipsey.co.uk/gallery/2406850
Caroline
Mike Lane
Jan-30-2007, 05:49 AM
Hi, I want to remove 'caroline shipsey>Photography>' from my html page 'how to buy'. and the same from my 'about me & photography' page.
I guess I'm not using the right terms to search the list but any way I can't find the answer, could you help please ?
http://www.carolineshipsey.co.uk/gallery/2344991
http://www.carolineshipsey.co.uk/gallery/2406850
Caroline
Try adding this to your CSS:
.gallery_2344991 #breadcrumb,
.gallery_2406850 #breadcrumb {
position:relative;
text-indent:-10000px;
}
.gallery_2344991 #breadcrumb #albumTitle,
.gallery_2406850 #breadcrumb #albumTitle {
position:absolute;
display:block;
top:0;
left:10010px;
}
Let me know if that gets you the look that you're going for. :ear
caroline
Jan-30-2007, 05:54 AM
Try adding this to your CSS:
.gallery_2344991 #breadcrumb,
.gallery_2406850 #breadcrumb {
position:relative;
text-indent:-10000px;
}
.gallery_2344991 #breadcrumb #albumTitle,
.gallery_2406850 #breadcrumb #albumTitle {
position:absolute;
display:block;
top:0;
left:10010px;
}
Let me know if that gets you the look that you're going for. :ear
Thanks Mike, thats what I wanted:clap
Cheers
Caroline
Mike Lane
Jan-30-2007, 06:03 AM
FYI to lurkers...
I used the text-indent method because if I used visibility:hidden you would loose the background image for the breadcrumb in the sand theme. So this was a workaround to that problem.
:deal
caroline
Jan-30-2007, 12:06 PM
FYI to lurkers...
I used the text-indent method because if I used visibility:hidden you would loose the background image for the breadcrumb in the sand theme. So this was a workaround to that problem.
:deal
Hi Mike
can you please explain what is the "background image for the breadcrumb in the sand theme" ?
I'm guessing its something to do with what the colour of the page looks like ?
I don't know what a breadcrumb is either:scratch
Caroline
Mike Lane
Jan-30-2007, 12:27 PM
Hi Mike
can you please explain what is the "background image for the breadcrumb in the sand theme" ?
I'm guessing its something to do with what the colour of the page looks like ?
I don't know what a breadcrumb is either:scratch
Caroline
Try adding this to your CSS to find out for yourself :D
#breadcrumb {border:1px solid red !important; background:lime !important; text-indent:0 !important;}
You won't want to keep that, but it should be fairly clear what it is :wink
caroline
Jan-30-2007, 12:56 PM
Try adding this to your CSS to find out for yourself :D
#breadcrumb {border:1px solid red !important; background:lime !important; text-indent:0 !important;}
You won't want to keep that, but it should be fairly clear what it is :wink
Well I see what it does and I kind of understand, i've googled breadcrumb for definitions - is this a path bcrumb, location or attribute bcrumb ?
http://en.wikipedia.org/wiki/Breadcrumb_(navigation)
Thanks
Caroline
Mike Lane
Jan-30-2007, 01:21 PM
Well I see what it does and I kind of understand, i've googled breadcrumb for definitions - is this a path bcrumb, location or attribute bcrumb ?
http://en.wikipedia.org/wiki/Breadcrumb_(navigation (http://en.wikipedia.org/wiki/Breadcrumb_%28navigation))
Thanks
CarolineThey are location breadcrumbs. :thumb
caroline
Jan-30-2007, 01:30 PM
They are location breadcrumbs. :thumb
Cheers Mike,
Caroline
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.